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

E2001 Multicarrier Margin Overview

ASecurity

Use when evaluate the numerical multipactor margins ECSS-E-ST-20-01C clause 4.7.1 places on a multicarrier radio-frequency chain: normalize the verification route as analysis-based or test-based, read the base decibel-margin that route owes, add the uplifts the design-heritage and a computed rather than measured anchoring threshold attract, build the reference power the margin applies to -- the coherent peak-envelope-power for the analysis route, the applied multicarrier level for the test ro...

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 e2001-multicarrier-margin-overview --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E2001 Multicarrier Margin Overview?

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

Security grade badge for E2001 Multicarrier Margin Overview
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e2001-multicarrier-margin-overview/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e2001-multicarrier-margin-overview)

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

Download with Pro
Files
SKILL.md
---
name: e2001-multicarrier-margin-overview
description: "Use when evaluate the numerical multipactor margins ECSS-E-ST-20-01C clause 4.7.1 places on a multicarrier radio-frequency chain: normalize the verification route as analysis-based or test-based, read the base decibel-margin that route owes, add the uplifts the design-heritage and a computed rather than measured anchoring threshold attract, build the reference power the margin applies to -- the coherent peak-envelope-power for the analysis route, the applied multicarrier level for the test route -- and report both routes side by side with the demonstration power and crest-factor each carrier plan demands. Trigger: ecss, e-st-20-01c, multicarrier-multipactor, multicarrier-margin-policy, peak-envelope-power, multipactor-verification-route, crest-factor, carrier-plan-power."
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, e2001-multicarrier-margin-overview, multicarrier-multipactor, multicarrier-margin-policy, peak-envelope-power, multipactor-verification-route, crest-factor]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Multipactor — Multicarrier Margin Overview (space-systems/ecss/e2001-multicarrier-margin-overview)

Use when the task is the numerical margin policy of ECSS-E-ST-20-01C clause
4.7.1 -- which decibel value a multicarrier multipactor assessment owes, which
reference power that value is applied to, and how the demand differs between
the analysis route and the test route for the same carrier plan.

## Domain quick reference

- A multicarrier chain carries at least two carriers at once, so there is no
  single power to margin against. Two aggregates matter: the summed average
  power of the carrier plan, and the coherent peak-envelope-power reached when
  every carrier adds in phase, `(sum of sqrt(P_i))^2`. Their ratio is the
  crest-factor, which for N equal carriers is `10*log10(N)` -- four equal
  carriers peak six decibels above their average.
- Clause 4.7.1 fixes the margin numerically per verification route, not per
  project. The analysis route carries the larger base value because it rests on
  a model of the geometry; the test route carries the smaller one because the
  hardware itself was driven. Applying the test value to an analysis-only case
  is the most common way a chain is declared compliant on paper alone.
- Two uplifts sit on top of the base value: design-heritage (recurrent,
  modified, first-of-kind) and the basis of the anchoring single-carrier
  threshold (measured on representative hardware, or computed). A test-based
  route resting on a computed threshold is self-contradictory and is rejected
  rather than priced.
- The reference power differs by route. The analysis route is priced against
  the coherent peak-envelope-power of the declared carrier plan. The test route
  is priced against the multicarrier level actually applied in the test, which
  is an input the campaign must state and not an aggregate the tool can infer.
- The margin is a demand on a power level, and separately a check: the achieved
  margin is the multipactor threshold over the reference power in decibels, and
  the chain is compliant only when it reaches the required value.

## Workflow

1. Validate the carrier plan: at least two carriers, every carrier power finite
   and strictly positive. Reject a single-carrier plan -- it belongs to the
   single-carrier clause, which carries a different margin table.
2. Compute the average power, the coherent peak-envelope-power and the
   crest-factor of the plan, so the numbers the margin will be applied to are
   visible before any decibel value is chosen.
3. Normalize the verification route to analysis-based or test-based and read
   the base decibel-margin that route owes from the policy table.
4. Add the design-heritage uplift and, for an analysis route, the uplift for an
   anchoring single-carrier threshold that was computed rather than measured.
   Reject a test-based route declared against a computed threshold.
5. Select the reference power: the peak-envelope-power for the analysis route,
   the applied multicarrier level for the test route. Convert it into the
   demonstration power the route must reach at the required margin.
6. Where a multipactor threshold is on record, compute the achieved margin and
   compare it against the required value; report the shortfall in decibels.
   A route with no threshold on record is an open finding, not a pass.
7. Report both routes against the same peak-envelope reference when the
   question is which verification strategy is cheaper, and aggregate every
   evaluated case into one verdict for the chain.

## Pitfalls

- Margining against the summed average power of the carrier plan -- the
  envelope peaks well above it, and for equal carriers the gap is the
  crest-factor in decibels, which is exactly the amount by which the assessment
  would be optimistic.
- Carrying the test-route decibel value into an assessment that was only ever
  analysed; the smaller value is paid for by having driven real hardware.
- Letting a test-route declaration rest on a computed threshold, which claims
  test evidence that does not exist.
- Inferring the applied multicarrier test level from the carrier plan -- the
  campaign states the level it actually applied, and guessing it silently
  changes the reference the margin is priced against.
- Treating a missing multipactor threshold as a pass because no exceedance was
  computed; nothing was demonstrated.
- Widening the required margin to absorb an exactly-compliant comparison; the
  limit stays as specified and only floating-point representation error is
  absorbed, by a named tolerance.

## Behavior contract (gate 3)

The route normalization, margin-derivation, reference-power selection,
envelope-power arithmetic and compliance-comparison logic is exercised by the
gate 3 contract test: scripts/test_e2001_multicarrier_margin_overview.py
against scripts/e2001_multicarrier_margin_overview_logic.py (stdlib unittest,
offline). Run: python3 scripts/test_e2001_multicarrier_margin_overview.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 →