Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

E2007 Maximum Emission Operating Mode

ASecurity

Determine which operating mode of a tested unit emits most in each measurement band, and assess whether the mode declared for an ECSS-E-ST-20-07C clause 5.2.7.1 emission run is that worst case: rank the surveyed mode levels band by band, correct a pulsed emitter to an effective average level before ranking, name the dominant mode, compute the decibel shortfall of the declared mode, and list every band that needs a run of its own. Use when a unit offers several operating modes, load states or ...

2 stars
0 votes
0 copies
0 views
Added 9/27/2026
ai-agentspython

Works with

claude code

Security Analysis

A100/100

Scanned 9/27/2026

Install to Claude Code

$npx -y skills add ashfordeOU/aero-agent-skills --skill e2007-maximum-emission-operating-mode --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E2007 Maximum Emission Operating Mode?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for E2007 Maximum Emission Operating Mode
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e2007-maximum-emission-operating-mode/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e2007-maximum-emission-operating-mode)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: e2007-maximum-emission-operating-mode
description: "Determine which operating mode of a tested unit emits most in each measurement band, and assess whether the mode declared for an ECSS-E-ST-20-07C clause 5.2.7.1 emission run is that worst case: rank the surveyed mode levels band by band, correct a pulsed emitter to an effective average level before ranking, name the dominant mode, compute the decibel shortfall of the declared mode, and list every band that needs a run of its own. Use when a unit offers several operating modes, load states or duty cycles. Trigger: ecss, e-st-20-electrical-scope, maximum-emission-operating-mode, worst-case-mode-selection, emission-survey-ranking, duty-cycle-emission-correction, per-band-mode-shortfall, emission-run-mode-gate."
license: Apache-2.0
compliance: STANDARDS-REF
standards:
  - id: ecss
    reference-only: true
gated: false
domain: space-systems
pack: space-systems
compatibility: "agentskills.io SKILL.md; any SKILL.md host (Claude Code, Hermes, OpenClaw)"
metadata:
  domain: space-systems
  subdomain: ecss
  tags: [ecss, e-st-20-electrical-scope, e2007-maximum-emission-operating-mode, worst-case-mode-selection, emission-survey-ranking, duty-cycle-emission-correction, per-band-mode-shortfall, emission-run-mode-gate]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Electrical Test Setup — Maximum-Emission Operating Mode (space-systems/ecss/e2007-maximum-emission-operating-mode)

Use when the task is the ECSS-E-ST-20-07C clause 5.2.7.1 obligation that an
emission measurement be taken with the tested unit running in the mode that
emits the most -- ranking a mode survey band by band, naming the mode that
should carry the formal run, and holding that run while a declared mode
understates the emission.

## Domain quick reference

- An emission plot characterizes the mode, not the unit. A sweep taken in
  stand-by is a correct measurement of a configuration that never flies, and
  it is the easiest way to produce a clean, useless qualification record.
- The worst mode is a property of the band, not of the unit. A switching
  converter at full load usually dominates the low band while a transmitter
  dominates the band around its carrier, so the ranking is done per band and
  one mode rarely wins everywhere.
- The candidate modes are surveyed first, with a short comparable sweep of
  each, and the formal run follows the survey. Ranking modes on the formal
  sweeps alone means the formal sweeps have already been taken in whichever
  mode was convenient.
- A pulsed emitter and a continuous one are not comparable as read. The
  survey peak of a mode running at a duty cycle below unity is corrected to
  an effective average level before the ranking; the correction is negative,
  proportional to twenty times the logarithm of the duty cycle, and it can
  move a transmitter out of first place.
- The declared mode is graded by shortfall, not by identity. What matters is
  how many decibels below the worst surveyed level the declared mode sits in
  each band: inside the allowed margin it is survey scatter, beyond it the
  band needs its own run.
- A survey of one mode has ranked nothing. The minimum mode count is a
  requirement on the survey, not a formality, and it is reported as a finding
  rather than silently accepted.

## Workflow

1. Normalize the survey: validate every mode name and level, reject a
   duplicate name, and reject a survey where the modes do not share one
   common band set -- an unequal band set makes the ranking meaningless.
2. Apply the duty-cycle correction to each mode that declares one, producing
   the effective average level used for every comparison that follows.
3. Rank the effective levels band by band and record the leading mode and its
   level for each band, breaking a tie deterministically by mode name.
4. Name the dominant mode: the one leading the most bands, with ties resolved
   by the highest single level and then by name.
5. Compute the per-band decibel shortfall of the declared mode against the
   band leader, and take the maximum across bands.
6. List every band whose shortfall exceeds the allowed margin; each is a band
   that must be re-run in its own worst-case mode.
7. Aggregate the findings and emit the gate token. Only an empty finding list
   releases the emission run.

## Pitfalls

- Choosing the mode with the highest power draw and calling it worst case.
  Emission follows switching and modulation, not average consumption, and a
  low-power mode with a fast edge rate often wins the low band.
- Picking one mode for the whole sweep because it won the first band. The
  ranking is per band, and a single-mode campaign silently drops every band
  another mode dominates.
- Comparing a pulsed transmitter peak with a continuous converter level.
  Without the duty-cycle correction the pulsed mode wins on detector choice
  rather than on emission.
- Treating a small shortfall as a failure. Survey sweeps scatter, so a
  shortfall inside the declared margin is accepted; only a shortfall beyond
  it buys another run.
- Surveying a single mode and declaring it the maximum. One mode is a
  measurement, not a selection.
- Letting a decibel difference that lands a few units in the last place
  outside the margin read as a non-conformance. The logic absorbs
  representation error with a named tolerance far below any decibel value;
  the margin itself is never widened.

## Behavior contract (gate 3)

The survey normalization, duty-cycle correction, per-band ranking, dominant-
mode selection, shortfall computation, additional-run listing and readiness-
gate logic is exercised by the gate 3 contract test:
`scripts/test_e2007_maximum_emission_operating_mode.py` against
`scripts/e2007_maximum_emission_operating_mode_logic.py` (stdlib unittest,
offline).
Run: python3 scripts/test_e2007_maximum_emission_operating_mode.py

## Compliance

- ECSS standards are freely downloadable (ESA); cite the source and
  paraphrase per standards-map.yaml.
- compliance: STANDARDS-REF, gated: false.

Attribution

ashfordeOUashfordeOU
View sourceMore from ashfordeOU →
SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1074701 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

694821 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

691 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →