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

E2008 External Diode Control Drawing

ASecurity

Use when an external diode source control drawing or procurement content review is on the table. Evaluate the source control drawing an external protection diode is bought against, the content ECSS-E-ST-20-08C Annex E expects fixed before order: name the heading the drawing leaves silent, check the stated reverse breakdown stands far enough above the applied reverse working voltage, hold the applied forward current against the rating once the declared derating is taken off, compute the juncti...

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

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 e2008-external-diode-control-drawing --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E2008 External Diode Control Drawing?

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

Security grade badge for E2008 External Diode Control Drawing
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e2008-external-diode-control-drawing/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e2008-external-diode-control-drawing)

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

Download with Pro
Files
SKILL.md
---
name: e2008-external-diode-control-drawing
description: "Use when an external diode source control drawing or procurement content review is on the table. Evaluate the source control drawing an external protection diode is bought against, the content ECSS-E-ST-20-08C Annex E expects fixed before order: name the heading the drawing leaves silent, check the stated reverse breakdown stands far enough above the applied reverse working voltage, hold the applied forward current against the rating once the declared derating is taken off, compute the junction temperature from the dissipation and the stated thermal path and test it against the rated maximum, and rank an absent heading above a stated limit that is not met. Trigger: ecss, e-st-20-08c-annex-e, external-diode-source-control-drawing, external-diode-reverse-blocking-margin, external-diode-forward-current-derating, external-diode-junction-temperature-margin, external-diode-procurement-drawing-content."
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, e-st-20-08c, e2008-external-diode-control-drawing, e-st-20-08c-annex-e, external-diode-source-control-drawing, external-diode-reverse-blocking-margin, external-diode-forward-current-derating, external-diode-junction-temperature-margin, external-diode-procurement-drawing-content]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS External Protection Diode -- Source Control Drawing Content (space-systems/ecss/e2008-external-diode-control-drawing)

Use when the task is Annex E of ECSS-E-ST-20-08C: external protection diode
hardware is procured against a source control drawing, and somebody has to
decide whether that drawing actually buys a diode that survives the string it
protects. A part number and a package buy a diode. The limits the part is held
to -- how much reverse voltage it stands off, how much forward current it
carries after derating, how hot its junction gets doing so -- exist only if the
drawing states them. This leaf grades the drawing on content, on blocking, on
derating and on junction temperature.

## Domain quick reference

- The drawing is the limit set, not a description. A parameter the drawing
  does not state is a parameter nobody can hold the delivered part to, and the
  gap only becomes visible when a lot is rejected and there is nothing written
  to reject it against.
- Reverse blocking is a ratio question, not a comparison. A breakdown above
  the working voltage is necessary and nowhere near sufficient; the margin is
  what absorbs temperature coefficient, ageing and the transients the string
  actually applies.
- A breakdown equal to the working voltage is the same defect as one below it.
  Both describe a part operated at its own limit, so they are reported as one
  finding rather than as a pass sitting on a boundary.
- Derating is subtraction before comparison. The rating on the data sheet is
  not the allowance; the allowance is the rating times the declared factor,
  and the applied current is judged against that.
- Junction temperature is computed, never quoted. Forward drop times forward
  current gives the dissipation, the thermal resistance turns it into a rise,
  and the case temperature the assembly actually runs at sets where that rise
  starts.
- The margin sits below the rating, not at it. A junction landing exactly on
  the rated maximum has no margin left for the thermal model being slightly
  optimistic, so the limit the part is tested against is the rating less the
  margin.
- ESD sensitivity is a category, not a sentence. A free-text note about
  electrostatic care does not tell handling which controls apply; a category
  does, and it is a required heading for that reason.

## Workflow

1. Read the drawing identifier and the content mapping; the identifier is what
   every later finding is reported against.
2. Audit the content against the required heading set, treating an empty
   string, an empty list and an empty mapping as absent.
3. Assess reverse blocking: refuse a working voltage at or above the
   breakdown, then compute the margin as breakdown over working and test it
   against the policy floor.
4. Assess derating: compute the derated allowance from the rating and the
   factor, then report the applied current as a utilisation of that allowance.
5. Compute the junction temperature from the forward drop, the forward
   current, the thermal resistance and the case temperature, and test it
   against the rated maximum less the required margin.
6. Place the stated ESD sensitivity in a category, refusing anything the
   drawing's category set does not contain.
7. Return a drawing verdict that is releasable only when every heading is
   stated, blocking is adequate, derating is met and the junction holds its
   margin, with all findings in one list.

## Pitfalls

- Accepting a breakdown voltage that merely exceeds the working voltage. The
  comparison passes and the margin is still one temperature excursion wide.
- Comparing the applied current to the rated current directly. That skips the
  derating factor entirely, and the part reads compliant at twice its
  allowance.
- Quoting a junction temperature from the supplier's data sheet. The data
  sheet's case temperature is not the one the assembly runs at, and the number
  that matters is the one computed from this application's dissipation.
- Testing the junction against the rated maximum itself. The rating is where
  the part stops being qualified, so a design landing on it has consumed the
  whole margin before the first thermal cycle.
- Reading a free-text electrostatic note as an ESD declaration. Handling needs
  the category to pick controls, and prose does not resolve to one.
- Merging the arms into one pass or fail. An absent heading asks the purchaser
  to decide something; a breached limit asks the designer to change something,
  and a merged verdict sends both requests to whoever reads it first.

## Behavior contract (gate 3)

The required content set, the content audit, the reverse blocking margin, the
forward current derating, the junction temperature computation and its margin
test, the ESD category and the whole drawing verdict are exercised by the gate
3 contract test: scripts/test_e2008_external_diode_control_drawing.py against
scripts/e2008_external_diode_control_drawing_logic.py (stdlib unittest,
offline). Run:
python3 scripts/test_e2008_external_diode_control_drawing.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 →