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

E2001 Seeding Effectiveness Verification

ASecurity

Use when validate that multipactor electron-seeding is actually working during test-bed validation with a reference-sample of known breakdown-threshold under ECSS-E-ST-20-01C clause 6.5.6: express every validation-run threshold as a decibel-offset from the reference-sample value, combine the reference-uncertainty and facility-uncertainty into one acceptance-band, separate an offset that signals weak-seeding from one that signals a degraded reference-sample, grade run-to-run repeatability and ...

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 e2001-seeding-effectiveness-verification --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E2001 Seeding Effectiveness Verification?

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

Security grade badge for E2001 Seeding Effectiveness Verification
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e2001-seeding-effectiveness-verification/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e2001-seeding-effectiveness-verification)

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

Download with Pro
Files
SKILL.md
---
name: e2001-seeding-effectiveness-verification
description: "Use when validate that multipactor electron-seeding is actually working during test-bed validation with a reference-sample of known breakdown-threshold under ECSS-E-ST-20-01C clause 6.5.6: express every validation-run threshold as a decibel-offset from the reference-sample value, combine the reference-uncertainty and facility-uncertainty into one acceptance-band, separate an offset that signals weak-seeding from one that signals a degraded reference-sample, grade run-to-run repeatability and the detection-onset-latency, and refuse a validation whose frequency, gap or pressure conditions are not representative of the planned run-conditions. Trigger: ecss, e-st-20-01c, seeding-effectiveness, reference-sample-threshold, decibel-offset, acceptance-band, weak-seeding, onset-latency, representative-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, e2001-seeding-effectiveness-verification, seeding-effectiveness, reference-sample-threshold, acceptance-band, onset-latency, representative-conditions]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Multipactor Design and Test — Seeding Effectiveness Verification (space-systems/ecss/e2001-seeding-effectiveness-verification)

Use when the task is the seeding-effectiveness demonstration of
ECSS-E-ST-20-01C clause 6.5.6 -- proving during test-bed validation
that the electron-seeding arrangement really does start a discharge,
by running a reference-sample whose breakdown-threshold is already
known and checking the bed reproduces that number.

## Domain quick reference

- A seeding arrangement cannot be verified against the flight item,
  because the flight item's threshold is the unknown the campaign is
  there to find. The only usable yardstick is a reference-sample with
  an independently established breakdown-threshold, run under the same
  seeding and detection chain.
- Thresholds are compared logarithmically. Each validation-run
  threshold becomes a decibel-offset relative to the reference-sample
  value, so a sample twice as hard to break down reads as about
  +3 dB regardless of the absolute level.
- The acceptance-band is not the facility specification alone: the
  reference-sample carries its own uncertainty and the bed carries
  another, and the two combine in quadrature into a single band the
  offset is graded against.
- The sign of an out-of-band offset names the defect. A threshold
  measured markedly higher than the known value means the discharge
  was late or missed -- weak seeding, and the dangerous direction,
  because the same weakness on a flight item reads as a pass. A
  threshold measured markedly lower points at the reference-sample or
  the level calibration, not at the seeding.
- Two further symptoms come out of the run set. A wide run-to-run
  spread says the free-electron supply is intermittent even when the
  mean looks right, and a long detection-onset-latency -- the dwell
  between reaching the threshold and the first detected event -- says
  the arrangement is waiting on a chance electron instead of supplying
  one.
- A validation is only evidence for the campaign it precedes. If the
  frequency, the gap or the residual pressure of the validation run
  departs from the planned run-conditions by more than the declared
  tolerance, the demonstration does not transfer.

## Workflow

1. Validate the reference-sample threshold and the run set (at least
   the declared minimum number of runs, every measured threshold
   strictly positive).
2. Convert each measured threshold to a decibel-offset against the
   reference-sample value.
3. Combine the reference-sample uncertainty and the facility
   uncertainty in quadrature into one acceptance-band.
4. Categorize every offset: inside the band, above it (weak-seeding),
   or below it (reference-sample or calibration suspect).
5. Compute the run-to-run spread and the sample deviation of the
   offsets and grade the spread against its limit.
6. Grade each run's detection-onset-latency against the maximum dwell
   allowed before an event has to appear.
7. Check the validation frequency, gap and pressure against the
   planned run-conditions within the declared fractional tolerances.
8. Report every finding; the seeding arrangement is demonstrated
   effective only when the finding list is empty, and the reported
   seeding-margin is the unused part of the band on the weak-seeding
   side.

## Pitfalls

- Accepting the mean offset and never looking at the spread. A set
  alternating between on-threshold and far-above averages into the
  band while proving the electron supply is intermittent.
- Treating a high measured threshold as a good result. It is the exact
  signature of under-seeding, and it is the failure that later turns a
  multipactor-prone item into a clean report.
- Grading the offset against the facility specification alone. Leaving
  the reference-sample's own uncertainty out of the band narrows it
  artificially and produces findings the data cannot support.
- Validating once at a convenient frequency and gap and reusing it for
  every campaign. Seeding effectiveness depends on the geometry and the
  residual pressure, so a validation outside the planned run-conditions
  is not transferable evidence.
- Ignoring how long the bed waited for the first event. A run that
  eventually broke down after a long dwell has found the discharge by
  luck, not by seeding, and the latency is the only place that shows.

## Behavior contract (gate 3)

The offset, acceptance-band, categorization, repeatability, latency and
representativeness logic is exercised by the gate 3 contract test:
scripts/test_e2001_seeding_effectiveness_verification.py against
scripts/e2001_seeding_effectiveness_verification_logic.py (stdlib
unittest, offline). Run:
python3 scripts/test_e2001_seeding_effectiveness_verification.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 →