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 Inrush Current Data Presentation

ASecurity

Evaluate the current-against-time graph a switch-on surge result must be presented as, under ECSS-E-ST-20-07C clause 5.4.4.5. Use when inrush-current results are drawn up or reviewed: confirm the axes really carry current against time in units belonging to those quantities, require the plotted span to open before the switching instant and close after the draw has settled, detect a peak running past full scale or sitting too low in it to read, count the samples landing on the rising edge, comp...

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

Works with

claude codecli

Security Analysis

A100/100

Scanned 9/27/2026

Install to Claude Code

$npx -y skills add ashfordeOU/aero-agent-skills --skill e2007-inrush-current-data-presentation --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E2007 Inrush Current Data Presentation?

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

Security grade badge for E2007 Inrush Current Data Presentation
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e2007-inrush-current-data-presentation/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e2007-inrush-current-data-presentation)

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

Download with Pro
Files
SKILL.md
---
name: e2007-inrush-current-data-presentation
description: "Evaluate the current-against-time graph a switch-on surge result must be presented as, under ECSS-E-ST-20-07C clause 5.4.4.5. Use when inrush-current results are drawn up or reviewed: confirm the axes really carry current against time in units belonging to those quantities, require the plotted span to open before the switching instant and close after the draw has settled, detect a peak running past full scale or sitting too low in it to read, count the samples landing on the rising edge, compare the peak with the settled draw, list the stated conditions the trace is missing, and return the presentation verdict. Trigger: ecss, e-st-20-07c, inrush-current-data-presentation, current-against-time-graph, switch-on-surge-trace, inrush-peak-full-scale-clipping, inrush-rising-edge-sampling, inrush-stated-test-conditions."
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-inrush-current-data-presentation, current-against-time-graph, switch-on-surge-trace, inrush-peak-full-scale-clipping, inrush-rising-edge-sampling, inrush-stated-test-conditions]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS EMC — Inrush-Current Data Presentation (space-systems/ecss/e2007-inrush-current-data-presentation)

Use when the task is the data-presentation requirement of
ECSS-E-ST-20-07C clause 5.4.4.5 -- showing that a switch-on surge result
reaches the reader as current drawn against time, spanning the whole
transient, with the conditions the trace was taken under stated on it.

## Domain quick reference

- The deliverable is a graph, not a peak. A single worst-case ampere
  figure cannot show the shape the clause asks for: how fast the draw
  rose, how long it stayed up and what it settled back to. Those are
  read off the trace or not at all.
- The span has to start before the switching instant. Without the
  quiescent draw ahead of the surge there is no baseline to measure the
  rise against, and a plot that opens on the transient already in
  progress hides where it began.
- The span also has to close after settling. A trace cut at the peak
  leaves the recovery unproven, which is the half of the transient that
  shows the unit reached its steady draw rather than latching at a
  higher one.
- Vertical scale is a reporting decision with two failure directions. A
  peak past full scale is reported as the scale rather than the surge, a
  hard finding. A peak occupying a small share of the scale is legible
  but coarse, which limits the resolution of the reported value rather
  than invalidating it.
- The rising edge is only as real as its sampling. A handful of samples
  on the edge is a drawing of the digitizer, not of the unit, so the
  sample interval is compared with the edge it is meant to resolve.
- Stated conditions make the trace reproducible. Bus voltage, source
  impedance, ambient temperature, load configuration and which switching
  event this was are what let a later reader repeat the run; a graph
  without them reports a number nobody can obtain again.

## Workflow

1. Validate the graph record: recognized axis quantities and units, a
   real plotted span, positive full scale, peak and sample interval, a
   settled draw not exceeding the peak, and condition labels normalized
   to comparison tokens.
2. Check the axes carry current against time and that each unit belongs
   to the quantity on its axis.
3. Compare the plotted span with the switching instant and the settling
   time, reporting either end that is not shown.
4. Test the peak against full scale for clipping, and compute the share
   of the scale the peak actually uses.
5. Count the samples falling on the rising edge and compare with the
   number needed to draw it.
6. Compute the peak-to-settled ratio the graph reports.
7. List the required conditions the graph does not state.
8. Aggregate: wrong axes, an uncovered span end, a clipped peak, an
   unresolved edge or missing conditions are findings; a coarse vertical
   scale and a surge barely above the settled draw are limitations.

## Pitfalls

- Reporting the inrush as one number in a table. The clause asks for the
  transient behaviour, and a table row cannot carry a shape.
- Starting the plot at the switching instant. The baseline immediately
  before it is what the rise is measured from.
- Zooming the vertical scale onto the peak until it clips. The trace
  then reports the axis limit, and nothing on the page says so.
- Treating a low peak on a wide scale as the same defect as clipping. It
  costs resolution, not validity, and belongs in the report as a
  limitation.
- Leaving the conditions to the surrounding text. The graph travels on
  its own into review packs, and the conditions have to travel with it.

## Behavior contract (gate 3)

The graph validation, condition normalization, axis quantity and unit
checks, span-shortfall detection, clipping and scale-utilisation tests,
edge-sample counting, peak-to-settled ratio, missing-condition listing
and the aggregate verdict are exercised by the gate 3 contract test:
scripts/test_e2007_inrush_current_data_presentation.py against
scripts/e2007_inrush_current_data_presentation_logic.py (stdlib
unittest, offline). Run:
python3 scripts/test_e2007_inrush_current_data_presentation.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 →