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 Shielded Enclosure Sizing

ASecurity

Use when size an EMC shielded-enclosure against ECSS-E-ST-20-07C clause 5.2.2.2: strip the absorber-lined thickness off each internal dimension to obtain the usable envelope, place the unit-under-test on its ground-plane bench with the declared edge-clearance, add the measurement-antenna standoff, the antenna-body depth and the antenna-to-absorber-tip clearance along the measurement axis, then verify the enclosure clears the required length, width and height with positive margin while the qui...

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 e2007-shielded-enclosure-sizing --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E2007 Shielded Enclosure Sizing?

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

Security grade badge for E2007 Shielded Enclosure Sizing
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e2007-shielded-enclosure-sizing/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e2007-shielded-enclosure-sizing)

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

Download with Pro
Files
SKILL.md
---
name: e2007-shielded-enclosure-sizing
description: "Use when size an EMC shielded-enclosure against ECSS-E-ST-20-07C clause 5.2.2.2: strip the absorber-lined thickness off each internal dimension to obtain the usable envelope, place the unit-under-test on its ground-plane bench with the declared edge-clearance, add the measurement-antenna standoff, the antenna-body depth and the antenna-to-absorber-tip clearance along the measurement axis, then verify the enclosure clears the required length, width and height with positive margin while the quiet-zone diameter still covers the bench footprint. Use it to reject an enclosure too small for the declared layout before a facility slot is booked. Trigger: ecss, e-st-20-07c, shielded-enclosure-sizing, anechoic-chamber-envelope, absorber-lined-wall, measurement-antenna-placement, quiet-zone-diameter, ground-plane-bench-layout, emc-facility-adequacy."
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-shielded-enclosure-sizing, shielded-enclosure, anechoic-chamber-envelope, absorber-lined-wall, measurement-antenna-placement, quiet-zone-diameter, ground-plane-bench-layout]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS EMC Facility — Shielded-Enclosure Sizing (space-systems/ecss/e2007-shielded-enclosure-sizing)

Use when the task is the facility-adequacy check of ECSS-E-ST-20-07C
clause 5.2.2.2 -- deciding whether a shielded-enclosure or
absorber-lined anechoic room is physically large enough to hold the
declared unit-under-test layout and the measurement-antenna placement
that the emission and susceptibility runs require.

## Domain quick reference

- Clause 5.2.2.2 is a geometry requirement, not a shielding-performance
  requirement. The enclosure's shielding-effectiveness and its
  absorber-lined reflectivity are graded elsewhere; here the only
  question is whether the declared layout fits inside the enclosure
  with the clearances the measurement method demands.
- The internal dimensions of a shielded-enclosure are not the usable
  dimensions. Absorber on the two opposing walls of each axis consumes
  twice the absorber depth, and a ceiling-lined or floor-lined
  enclosure loses that depth again on the vertical axis. Sizing always
  works on the usable envelope, never on the raw internal envelope.
- Along the measurement axis the required length is the sum of four
  terms: the depth of the unit-under-test on its bench, the declared
  antenna standoff (the calibrated separation between the front face
  of the unit and the antenna reference point, typically 1 m, 3 m or
  10 m), the physical depth of the antenna body, and the clearance
  that must remain between the antenna and the absorber tips behind
  it. Dropping any one term silently shrinks the requirement.
- Across the lateral axis the required width is the bench width, which
  is the unit width plus the side edge-clearance on both sides, plus
  any support-equipment rack standing beside the bench and its own
  separation.
- On the vertical axis the required height is the ground-plane bench
  height plus the unit height plus headroom to the ceiling absorber;
  the antenna also scans over a height range, so the antenna's top
  scan position plus half its aperture must clear the same ceiling.
  The governing vertical requirement is the larger of the two.
- The quiet zone is the region within which the absorber-lined
  performance is qualified. The bench footprint diagonal must sit
  inside the declared quiet-zone diameter, otherwise part of the unit
  radiates from or is illuminated in an unqualified region even though
  the enclosure is dimensionally large enough.

## Workflow

1. Validate the enclosure record: internal length, width and height
   all positive, absorber depth non-negative, and twice the absorber
   depth strictly smaller than every internal dimension it is applied
   to. Reject the enclosure outright rather than returning a negative
   usable dimension.
2. Reduce the internal envelope to the usable envelope by removing the
   absorber depth from both ends of each lined axis.
3. Validate the layout record: unit footprint and height positive,
   bench height positive, edge-clearance and support-equipment
   separation non-negative, antenna standoff one of the calibrated
   separations, antenna type one of the recognized designations.
4. Build the requirement on each axis independently -- measurement
   axis, lateral axis, vertical axis -- from the terms above.
5. Compare each requirement against the matching usable dimension and
   record the signed margin. Treat a margin that is zero to within the
   dimensional tolerance as satisfied; the layout terms are a sum of
   floating-point lengths, so an exactly-fitting layout can otherwise
   read a few units in the last place short.
6. Check the bench footprint diagonal against the declared quiet-zone
   diameter under the same tolerance.
7. Aggregate the findings. The enclosure is adequate only when every
   axis margin is non-negative and the quiet-zone check passes; report
   the governing axis (smallest margin) so the facility search has a
   number to work against.

## Pitfalls

- Sizing against the raw internal dimensions and discovering on the
  day that the absorber wedges consume half a metre per wall. The
  usable envelope is the only envelope that counts.
- Omitting the antenna-body depth or the antenna-to-absorber-tip
  clearance because the antenna standoff sounds like the whole
  requirement -- the standoff is measured to the antenna reference
  point, and the hardware continues behind it.
- Taking the vertical requirement from the bench stack alone and
  forgetting that the antenna scans upward; the scan ceiling often
  governs a low-profile unit.
- Reading a dimensional pass as a quiet-zone pass. A large enclosure
  with a small qualified quiet zone still fails clause 5.2.2.2 for a
  wide bench footprint.
- Widening the engineering clearance to make an exactly-fitting layout
  pass. The fix for a boundary case is a dimensional tolerance on the
  comparison, never a smaller clearance.

## Behavior contract (gate 3)

The envelope-reduction, per-axis requirement, margin and quiet-zone
logic is exercised by the gate 3 contract test:
scripts/test_e2007_shielded_enclosure_sizing.py against
scripts/e2007_shielded_enclosure_sizing_logic.py (stdlib unittest,
offline). Run: python3 scripts/test_e2007_shielded_enclosure_sizing.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 →