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

E2020 Line Voltage Drop Budget

ASecurity

Calculate the voltage a protected distribution line loses at its class current. Use when an ECSS-E-ST-20-20C clause 5.4.5.1.1 power line has to be shown inside the drop its class allows: take the class current from the class table, raise every resistive contributor to its hot value, sum the limiter switch element, the sense shunt, the harness, the connector contacts and any series blocking device, apply the declared tolerance factor, then compare against the ceiling and report the margin, the...

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

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 e2020-line-voltage-drop-budget --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E2020 Line Voltage Drop Budget?

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

Security grade badge for E2020 Line Voltage Drop Budget
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e2020-line-voltage-drop-budget/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e2020-line-voltage-drop-budget)

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

Download with Pro
Files
SKILL.md
---
name: e2020-line-voltage-drop-budget
description: "Calculate the voltage a protected distribution line loses at its class current. Use when an ECSS-E-ST-20-20C clause 5.4.5.1.1 power line has to be shown inside the drop its class allows: take the class current from the class table, raise every resistive contributor to its hot value, sum the limiter switch element, the sense shunt, the harness, the connector contacts and any series blocking device, apply the declared tolerance factor, then compare against the ceiling and report the margin, the split between resistive and fixed loss and the element carrying most of it. Refuses a class declaring two budgets, a duplicated element and a load drawing more than its class. Trigger: ecss, e-st-20-20c, line-voltage-drop-budget, protection-line-drop, lcl-class-current, harness-hot-resistance, connector-contact-drop, load-input-voltage-margin."
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, e2020-line-voltage-drop-budget, protection-line-drop, lcl-class-current, harness-hot-resistance, connector-contact-drop, load-input-voltage-margin]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Power — Protection Line Voltage Drop Budget (space-systems/ecss/e2020-line-voltage-drop-budget)

Use when the task is the line-drop limit of ECSS-E-ST-20-20C clause
5.4.5.1.1 — showing that everything between the bus and the load, taken
at the current the line's protection class is rated for, stays inside
the voltage the class is allowed to lose.

## Domain quick reference

- The load never sees the bus. It sees the bus minus the conducting
  element of the limiter, the shunt the limiter senses current on, the
  harness out and back, every connector contact in the path, and any
  series blocking device. The clause puts its ceiling on the sum,
  because it is the sum that decides whether the load is still inside
  its input range at the far end.
- The current the budget is evaluated at is the class current, not the
  load's quiet operating point. A line sized on the operating current
  has spent its whole budget the moment the load draws what its class
  permits, which is a condition the design has already agreed to allow.
- A load drawing more than its class current is not a drop problem at
  all. It is the wrong class, and it is refused before anything is
  summed rather than reported as a large drop.
- Resistance is temperature dependent. A copper path at the hot end of
  its range carries appreciably more resistance than the same path on
  the bench, so every resistive contributor is raised to its hot value
  before it enters the sum. Parts with their own coefficient carry their
  own; the copper default only applies where nothing else is declared.
- Fixed drops and resistive drops are different animals. A junction's
  forward voltage hardly moves with current while a resistance scales
  with it, so the two are summed and reported separately: a line
  dominated by a fixed drop is fixed by changing the part, and one
  dominated by resistance by shortening or fattening the path.
- Parts are not their typicals for ever, so the summed drop carries a
  declared tolerance factor before it meets the ceiling. The comparison
  is always against the worst-case number, never the nominal one.
- The budget may be declared absolutely or as a fraction of the bus.
  Exactly one of the two is the budget; a class carrying both is a data
  error, because the two will disagree the first time the bus voltage
  moves.
- A total alone is not a useful answer. The breakdown, grouped by
  element kind with the dominant contributor named, is what tells a
  designer whether the fix is a thicker harness or a different part.
- The temperatures, tolerance factor and advisory floors are declared
  project policy rather than physical constants; the defaults in the
  logic module are a starting point a project substitutes its own values
  into.

## Workflow

1. Validate the policy and the class table: a hot case at or above the
   reference temperature, a tolerance factor of at least one, ascending
   sanity on the class rows, unique class names, and exactly one budget
   form per class.
2. Take the class the line is assigned to and read its class current.
   That current, and not the operating current, is what the whole budget
   is evaluated at.
3. Where an operating current is declared, check it against the class
   before going further and refuse the line that is on the wrong class.
4. Raise each resistive contributor from its reference temperature to
   the hot case using its own coefficient where one is declared, then
   take its drop at the class current. Carry fixed forward drops through
   unscaled.
5. Sum the contributions, keep the resistive and fixed halves apart, and
   give each element its share of the total.
6. Apply the tolerance factor to reach the worst-case drop, compare that
   against the ceiling the class allows, and report the margin in volts
   and as a fraction of the budget together with the voltage the load
   actually sees.
7. Group the contributions by element kind, name the dominant element,
   and raise an advisory — not a finding — when one element carries more
   of the budget than the policy share allows.

## Pitfalls

- Budgeting at the operating current. It is the number on the load's
  data sheet and it is the wrong one: the class current is the current
  the protection has agreed the line may carry.
- Summing bench resistances. The hot path is the one that flies, and the
  temperature coefficient of copper turns a comfortable budget at 20 °C
  into a marginal one at the hot end of the range.
- Applying the copper coefficient to everything. A shunt built for a low
  coefficient, or a semiconductor element, is misrepresented by it; each
  part carries its own where one is declared.
- Forgetting the return path. The harness is out and back, and a budget
  that counts one leg is half a budget.
- Rolling fixed drops into an equivalent resistance. It reports a
  junction as though it scaled with current, which hides how the line
  behaves at any other current and points the fix at the wrong element.
- Reporting only the total. The ceiling says whether the line passes;
  the breakdown says what to change, and the second is the thing the
  designer came for.
- Comparing a summed drop with the ceiling by bare arithmetic. A line
  meant to land exactly on the budget, or exactly on the thin-margin
  floor, can fall a few units in the last place the wrong side of it;
  the comparison absorbs that representation error while the ceiling and
  the tolerance factor stay as specified.

## Behavior contract (gate 3)

The policy validation, class-table validation, budget-form selection,
hot resistance, per-element drop, breakdown with shares and kind
grouping, dominant-element advisory and the full line judgement are
exercised by the gate 3 contract test:
scripts/test_e2020_line_voltage_drop_budget.py against
scripts/e2020_line_voltage_drop_budget_logic.py (stdlib unittest,
offline).
Run:
python3 scripts/test_e2020_line_voltage_drop_budget.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 →