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

E20 Radio Frequency Compatibility

ASecurity

Use when verify that every antenna-connected unit on a spacecraft coexists with the rest of the vehicle against the mission performance criteria of ECSS-E-ST-20C clause 6.3.6: categorize each unit as transmitter, receiver or transceiver, propagate transmit power to a victim input through antenna-to-antenna isolation and front-end rejection, generate the intermodulation products of every emitter pair and report those landing inside the victim receive band, check the interference margin against...

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

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 e20-radio-frequency-compatibility --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E20 Radio Frequency Compatibility?

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

Security grade badge for E20 Radio Frequency Compatibility
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e20-radio-frequency-compatibility/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e20-radio-frequency-compatibility)

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

Download with Pro
Files
SKILL.md
---
name: e20-radio-frequency-compatibility
description: "Use when verify that every antenna-connected unit on a spacecraft coexists with the rest of the vehicle against the mission performance criteria of ECSS-E-ST-20C clause 6.3.6: categorize each unit as transmitter, receiver or transceiver, propagate transmit power to a victim input through antenna-to-antenna isolation and front-end rejection, generate the intermodulation products of every emitter pair and report those landing inside the victim receive band, check the interference margin against the victim susceptibility threshold, and convert the summed coupled power into a noise-floor rise judged against the mission budget. Trigger: ecss, e-st-20c-clause-6-3-6, radio-frequency-compatibility, antenna-to-antenna-isolation, intermodulation-product-screening, receiver-susceptibility-threshold, noise-floor-degradation-budget, transmitter-filter-rejection."
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, e20-radio-frequency-compatibility, radio-frequency-compatibility, antenna-to-antenna-isolation, intermodulation-product-screening, receiver-susceptibility-threshold, noise-floor-degradation-budget, transmitter-filter-rejection]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Electrical Engineering -- Radio Frequency Compatibility (space-systems/ecss/e20-radio-frequency-compatibility)

Use when the task is the clause 6.3.6 radio frequency compatibility
case of ECSS-E-ST-20C -- showing that every unit hanging off an antenna
can operate with every other one, and judging the result against what
the mission needs rather than against a generic emission limit.

## Domain quick reference

- Each antenna-connected unit carries one role: it puts power into an
  antenna, it takes power out of one, or it does both. The role decides
  which side of the assessment the unit can appear on. A unit that only
  transmits cannot be a victim, and a unit that only receives cannot be
  an aggressor; a scenario that places one on the wrong side is a
  finding about the scenario, and the numbers computed from it mean
  nothing.
- Power reaches a victim by two losses in series. Antenna-to-antenna
  isolation covers the path between the two apertures on the structure.
  Front-end rejection covers what the victim's own filtering removes at
  the aggressor's frequency. Both are losses, both subtract from the
  transmit power in decibels, and the result is the power actually
  presented at the victim input.
- Two aggressors present a third mechanism. Any pair of emitters
  produces intermodulation at integer combinations of their
  frequencies, and the combinations whose coefficients sum to a low
  order are the ones with enough energy to matter. A product landing
  inside the victim receive band cannot be filtered away by the victim,
  because it is already in band, so it is reported as a finding on the
  pair rather than on either emitter.
- Two judgements follow, and they answer different questions. The
  per-emitter interference margin is the distance between the victim
  susceptibility threshold and the power one aggressor delivers, and it
  asks whether any single unit disturbs the victim. The noise-floor
  rise is the decibel increase once every coupled contribution sums in
  linear power on top of the victim's own noise, and it asks whether
  the mission still closes. A set of emitters can each hold margin and
  still push the aggregate noise floor past the budget.
- The mission budget is what the clause judges against. A degradation
  of a fraction of a decibel is meaningful for a command receiver and
  irrelevant elsewhere, so the budget is carried per victim rather than
  fixed for the spacecraft.

## Workflow

1. Categorize the victim and every emitter, and reject a scenario
   where the victim cannot receive or an emitter cannot transmit.
2. For each emitter, subtract the antenna-to-antenna isolation and the
   victim front-end rejection from the transmit power to get the
   coupled power at the victim input.
3. Take the interference margin as the victim susceptibility threshold
   less that coupled power, and flag a margin below the requirement.
4. For every emitter pair, generate the intermodulation products up to
   the chosen order and keep those inside the victim receive band,
   edges included.
5. Sum all coupled contributions in linear power and convert to the
   decibel rise of the victim noise floor.
6. Compare the rise against the mission degradation budget for that
   victim and flag an exceedance.
7. Aggregate the role, coupling, intermodulation and performance
   findings; the victim is compatible only when all four lists are
   empty.

## Pitfalls

- Adding isolation as a gain because the interfering signal travels
  from a stronger unit. Isolation and rejection are both losses; a
  sign slip there moves the coupled power by twice the isolation and
  turns a comfortable case into an apparent catastrophe or the
  reverse.
- Judging each emitter against the susceptibility threshold and
  stopping there. The mission criterion is the aggregate noise floor,
  and a fleet of individually compliant emitters can still close the
  link budget out.
- Screening only the second-order difference. Odd higher-order products
  are the ones that habitually land in band on a spacecraft with a
  transmit and a receive band close together, and a screen that stops
  at order two will miss them.
- Ignoring a product that lands on a band edge. The edge is inside the
  band for this purpose, and a product frequency is built from
  multiples and sums that can land a few representation units on
  either side of an edge it physically sits on -- the equality is
  absorbed in the comparison rather than by widening the band.
- Treating a transceiver as one role. It is an aggressor and a victim
  in the same assessment, and leaving it out of one side hides half
  its coupling.
- Adding interference powers in decibels. Uncorrelated contributions
  sum in linear power; adding the decibel values produces a number
  with no physical meaning that is wrong by tens of decibels.

## Behavior contract (gate 3)

The role categorization, coupled-power, interference-margin,
intermodulation-product, band-screening and noise-floor-degradation
logic is exercised by the gate 3 contract test:
scripts/test_e20_radio_frequency_compatibility.py against
scripts/e20_radio_frequency_compatibility_logic.py (stdlib unittest,
offline). Run:
python3 scripts/test_e20_radio_frequency_compatibility.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 →