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 Output Current Limitation Range

ASecurity

Verify that a current limiter holds its output inside the defined minimum and maximum protection thresholds. Use when ECSS-E-ST-20-20C clause 5.2.3.1.1 asks a limiter design to prove the limitation current never leaves that window: stack the setpoint contributors — initial setting, temperature, reference drift, ageing, total dose, sense offset — arithmetically or by root-sum-square, build the worst-case limitation range around the nominal setpoint, compare both edges with the thresholds, conf...

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

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-output-current-limitation-range --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E2020 Output Current Limitation Range?

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

Security grade badge for E2020 Output Current Limitation Range
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e2020-output-current-limitation-range/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e2020-output-current-limitation-range)

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

Download with Pro
Files
SKILL.md
---
name: e2020-output-current-limitation-range
description: "Verify that a current limiter holds its output inside the defined minimum and maximum protection thresholds. Use when ECSS-E-ST-20-20C clause 5.2.3.1.1 asks a limiter design to prove the limitation current never leaves that window: stack the setpoint contributors — initial setting, temperature, reference drift, ageing, total dose, sense offset — arithmetically or by root-sum-square, build the worst-case limitation range around the nominal setpoint, compare both edges with the thresholds, confirm the lower edge clears the healthy load current and the upper edge stays under the protected harness rating, and report the setpoint that recentres the band. Refuses a negative tolerance, a relative contributor at or beyond unity and an inverted threshold window. Trigger: ecss, e-st-20-20c, limiter-output-current-limitation-range, protection-threshold-window, limitation-setpoint-tolerance-stack, root-sum-square-tolerance-stack, nuisance-limitation-headroom, recentred-limitation-setpoint."
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-output-current-limitation-range, protection-threshold-window, limitation-setpoint-tolerance-stack, root-sum-square-tolerance-stack, nuisance-limitation-headroom, recentred-limitation-setpoint]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Power — Output Current Limitation Range (space-systems/ecss/e2020-output-current-limitation-range)

Use when the task is the output-current-limitation check of
ECSS-E-ST-20-20C clause 5.2.3.1.1 — showing that the current a limiter
actually holds, across every contributor that moves it, stays between
the minimum and the maximum protection threshold the design declared.

## Domain quick reference

- A limiter does not hold one current. The limitation current moves with
  temperature, with the initial setting tolerance of the sense element,
  with reference drift, with ageing and with total dose, and it differs
  unit to unit. The object of this clause is therefore a RANGE, and a
  single nominal figure quoted against the thresholds answers nothing.
- The two thresholds fail in opposite directions. Below the minimum, the
  protection is too eager: a healthy load can provoke limitation and be
  denied current it was designed to draw. Above the maximum, the
  protection is too slack: the fault current the harness and the load
  carry exceeds what the design assumed.
- Contributors come in two shapes. A relative contributor scales with
  the setpoint, so moving the setpoint moves its contribution; an
  absolute one such as a sense-amplifier offset does not. Mixing them
  correctly is what makes the stack setpoint-dependent.
- Arithmetic stacking puts every contributor at its own worst case at
  the same instant and is the bounding answer. Root-sum-square assumes
  the contributors are independent and always returns a narrower band,
  so it buys margin only against an independence argument, and the
  method travels with the result.
- Two separations are not implied by the thresholds and have to be
  checked on their own. The lower edge has to clear the highest healthy
  load current, or a good load is limited; the upper edge has to stay
  under the rating of the harness being protected, or the protection
  does not protect.
- When the stacked band is wider than the threshold window, no setpoint
  satisfies the clause. That is a contributor problem — a tighter
  reference, a narrower temperature range, a trimmed initial setting —
  and moving the setpoint only chooses which threshold is broken.
- When the band does fit but sits off centre, the setpoint that puts
  equal slack on both sides is the one worth reporting: it is the
  cheapest change that buys margin at both thresholds at once.

## Workflow

1. Validate the contributor set: unique names, a known kind, tolerances
   that are not negative, relative tolerances below unity, and no
   two-sided zero entry masquerading as a contributor.
2. Express every contributor in amperes at the nominal setpoint,
   keeping the two sides separate — an asymmetric contributor such as
   ageing or dose is the usual reason the range is not centred.
3. Stack the two sides by the declared method and record which method
   was used. Refuse a downward stack that consumes the setpoint
   entirely rather than reporting a non-positive lower edge.
4. Build the range as setpoint minus the downward stack to setpoint
   plus the upward stack, and take its width.
5. Compare the lower edge with the minimum threshold and the upper edge
   with the maximum threshold, reporting both margins in amperes and the
   share of the window the stack consumes.
6. Check the two separations: the lower edge strictly above the highest
   healthy load current, and the upper edge under the harness rating.
7. Compute the setpoint that recentres the band. Return no setpoint when
   the band is wider than the window, and say so as a finding naming the
   stack and the window rather than a bare refusal.
8. Close with a verdict and, where everything passes but the stack eats
   most of the window, an advisory that the design has little room for a
   later contributor.

## Pitfalls

- Checking the nominal limitation current against the thresholds. The
  nominal is the one value guaranteed not to be the worst case; the
  clause is satisfied by the edges of the range or not at all.
- Scaling an absolute contributor with the setpoint. A sense offset in
  amperes is the same at every setpoint, and treating it as a percentage
  understates it badly at low setpoints and overstates it at high ones.
- Reaching for root-sum-square to make a failing stack pass. It is a
  claim of independence between contributors; initial setting and
  reference drift on a shared part are not independent, and the narrower
  band it reports is then not a bound at all.
- Assuming the range is symmetric. Ageing and total dose usually push
  harder one way, so the downward and upward stacks differ and the
  margin at one threshold is not the margin at the other.
- Treating the threshold check as covering the healthy load. A range
  can sit inside the window and still overlap the load current, which is
  nuisance limitation in flight, not a protection failure on paper.
- Moving the setpoint when the band is wider than the window. Every
  setpoint then breaks one threshold or the other; the fix is to tighten
  a contributor, and reporting a recentred setpoint in that case hides
  the real defect.
- Comparing an edge with a threshold by bare arithmetic. An edge is
  built from sums, products and a square root, so a case meant to sit
  exactly on a threshold can land a few units in the last place outside
  it; the comparison absorbs that representation error while the
  thresholds stay as declared.

## Behavior contract (gate 3)

The contributor validation, per-contributor ampere conversion,
arithmetic and root-sum-square stacking, range construction, threshold
comparison, healthy-load and harness separations, recentred setpoint and
overall verdict are exercised by the gate 3 contract test:
scripts/test_e2020_output_current_limitation_range.py against
scripts/e2020_output_current_limitation_range_logic.py (stdlib unittest,
offline). Run:
python3 scripts/test_e2020_output_current_limitation_range.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 →