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 Indirect Discharge Test Equipment

ASecurity

Determine whether the high-voltage supply and discharge generator primary circuit declared for an ECSS-E-ST-20-07C clause 5.4.12.2 indirect discharge run can deliver the exposure: derive the stored energy, the first peak current, the network decay constant, the recharge time the charging resistor imposes and the repetition rate that leaves, size the supply ceiling and the electrode holdoff from the severity level, bound the regulation error and the network tolerance, compare each declared ite...

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

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-indirect-discharge-test-equipment --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E2007 Indirect Discharge Test Equipment?

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

Security grade badge for E2007 Indirect Discharge Test Equipment
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e2007-indirect-discharge-test-equipment/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e2007-indirect-discharge-test-equipment)

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

Download with Pro
Files
SKILL.md
---
name: e2007-indirect-discharge-test-equipment
description: "Determine whether the high-voltage supply and discharge generator primary circuit declared for an ECSS-E-ST-20-07C clause 5.4.12.2 indirect discharge run can deliver the exposure: derive the stored energy, the first peak current, the network decay constant, the recharge time the charging resistor imposes and the repetition rate that leaves, size the supply ceiling and the electrode holdoff from the severity level, bound the regulation error and the network tolerance, compare each declared item with its requirement, categorize every one as adequate, marginal or inadequate, and name the governing shortfall. Use when an indirect discharge generator bench is assembled or reviewed. Trigger: ecss, e-st-20-07c, indirect-discharge-test-equipment, esd-generator-primary-circuit, indirect-discharge-storage-capacitor, indirect-discharge-first-peak-current, indirect-discharge-recharge-interval, esd-supply-regulation-tolerance."
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-indirect-discharge-test-equipment, esd-generator-primary-circuit, indirect-discharge-storage-capacitor, indirect-discharge-first-peak-current, indirect-discharge-recharge-interval, esd-supply-regulation-tolerance]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS EMC — Indirect Discharge Test Equipment (space-systems/ecss/e2007-indirect-discharge-test-equipment)

Use when the task is the equipment list of ECSS-E-ST-20-07C clause
5.4.12.2 -- deciding whether the high-voltage supply, the discharge
generator and the primary circuit declared for an indirect discharge
exposure can actually produce the event at the severity level and the
repetition the run calls for, before the bench is built rather than
after a sequence turns out to be under-charged.

## Domain quick reference

- The primary circuit is two components and everything follows from
  them. The energy-storage capacitor and the charge voltage set the
  energy that is committed to the event; the discharge resistor and the
  same voltage set the current at the instant the switch closes. Neither
  number can be traded against the other after the fact.
- The supply is sized from the severity level plus headroom, never from
  the level itself. A supply whose ceiling equals the level has no room
  left for its own regulation error, so half the discharges land under
  the level and the exposure is quietly softer than the report says.
- Regulation is a separate requirement from ceiling and the one that is
  usually left undeclared. A generous ceiling with a loose regulation
  delivers a spread of energies, and the peak that matters is then a
  property of the supply rather than of the method.
- Component tolerance is graded against the nominal network, not against
  a catalogue value. A capacitor or resistor several tens of a percent
  away from nominal changes the decay constant and the first peak
  together, so the waveform is no longer the one the method defines.
- Repetition is a charging-circuit property. The capacitor comes back up
  through the charging resistor on an exponential, so the interval
  between discharges has to exceed the time that recharge takes to reach
  a defined fraction. Too large a charging resistor makes every discharge
  after the first one smaller than the first.
- The switch and electrode have to stand off more than the charge
  voltage. A hold-off sized at the level fires when it chooses, and the
  sequence then contains events nobody commanded.
- Fitness is three-valued. A capability comfortably past its requirement
  is adequate; one sitting on the requirement is usable but carried as a
  limitation, because instrument figures are typical rather than
  guaranteed; one short of it is inadequate.
- When several items are short, the governing one is short by the
  largest factor, not the first one listed. That is the item whose
  replacement changes the answer.

## Workflow

1. Validate the exposure: a recognized generator mode, a positive
   severity level and discharge interval, and positive nominal values
   for the capacitor and the discharge resistor of the network.
2. Normalize the declared inventory, refusing an unrecognized item and a
   second declaration of the same item, and record every required item
   nobody declared.
3. Derive the requirements: the supply ceiling and the electrode
   hold-off from the severity level and their headroom, the regulation
   limit, the network tolerance, and the charging-resistance ceiling
   from the discharge interval and the capacitor.
4. Derive what the declared circuit produces: stored energy, first peak
   current, network decay constant, recharge time and the repetition
   rate that recharge time allows.
5. Compare each declared quantity with its requirement in the right
   sense -- a floor for the supply ceiling and the hold-off, a ceiling
   for regulation, tolerance and charging resistance -- and categorize it
   adequate, marginal or inadequate.
6. Reduce the inadequate checks to the governing shortfall and aggregate
   findings and limitations. The bench is fit only when no finding
   stands.

## Pitfalls

- Sizing the supply on the severity level exactly, then discovering the
  regulation error sits underneath it for half the sequence.
- Declaring the ceiling and never the regulation, so the spread of
  delivered energies is invisible in the record.
- Choosing the storage capacitor on its voltage rating alone. Its value
  is what sets the energy and, with the discharge resistor, the decay,
  and a part well outside nominal changes both together.
- Setting the repetition interval from how fast the operator can press
  the button. The charging resistor and the capacitor set it, and a
  sequence run faster than that reports the first discharge and then a
  series of smaller ones.
- Reading an air discharge as equivalent to a contact one. It is usable,
  but approach speed and humidity enter the delivered waveform, and that
  belongs in the report as a limitation.
- Reporting the first inadequate item found, when another item is short
  by a far larger factor and is what actually has to change.
- Treating a capability that exactly equals its requirement as headroom.

## Behavior contract (gate 3)

The exposure validation, inventory normalization, stored energy, first
peak current, decay constant, recharge time and repetition rate
derivation, supply, hold-off, regulation, tolerance and charging
resistance requirements, floor and ceiling categorization and the
governing-shortfall reduction are exercised by the gate 3 contract test:
scripts/test_e2007_indirect_discharge_test_equipment.py against
scripts/e2007_indirect_discharge_test_equipment_logic.py (stdlib
unittest, offline). Run:
python3 scripts/test_e2007_indirect_discharge_test_equipment.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 →