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 Electron Seeding Source Placement

ASecurity

Use when verify that a chosen multipactor electron-seeding technique is aimed at the critical-gap where breakdown initiates under ECSS-E-ST-20-01C clause 6.5.5: confirm the declared aim-point is the predicted initiation-site, resolve the source-to-gap sight-line, subtract every intervening areal-density from the beta-particle-range, fold the gap aperture into a solid-angle capture-fraction, check that an ultraviolet-illumination photon clears the target-surface work-function and that an elect...

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

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-electron-seeding-source-placement --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E2001 Electron Seeding Source Placement?

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

Security grade badge for E2001 Electron Seeding Source Placement
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e2001-electron-seeding-source-placement/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e2001-electron-seeding-source-placement)

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

Download with Pro
Files
SKILL.md
---
name: e2001-electron-seeding-source-placement
description: "Use when verify that a chosen multipactor electron-seeding technique is aimed at the critical-gap where breakdown initiates under ECSS-E-ST-20-01C clause 6.5.5: confirm the declared aim-point is the predicted initiation-site, resolve the source-to-gap sight-line, subtract every intervening areal-density from the beta-particle-range, fold the gap aperture into a solid-angle capture-fraction, check that an ultraviolet-illumination photon clears the target-surface work-function and that an electron-gun beam lands inside the gap within its yield-energy-window, then compare the delivered seed-electron-rate at the gap against the rate the seeding-budget demands. Trigger: ecss, e-st-20-01c, seed-source-placement, critical-gap-aiming, beta-particle-range, solid-angle-capture, photoemission-work-function, landing-energy-window, sight-line-obstruction."
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-electron-seeding-source-placement, seed-source-placement, critical-gap-aiming, beta-particle-range, solid-angle-capture, photoemission-work-function]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Multipactor Design and Test — Electron Seeding Source Placement (space-systems/ecss/e2001-electron-seeding-source-placement)

Use when the task is the seed-source aiming rule of ECSS-E-ST-20-01C
clause 6.5.5 -- taking whichever seeding technique has been selected and
proving that the free electrons it makes actually arrive inside the
critical-gap where a multipactor discharge is predicted to start, rather
than somewhere else in the vacuum chamber.

## Domain quick reference

- Seeding is a delivery problem, not a procurement problem. A source
  rated at a high emission-rate contributes nothing unless its output
  reaches the initiation-site: the gap or gap-region the design
  analysis names as the location with the lowest breakdown-threshold.
  The first check is therefore an identity check -- the declared
  aim-point against the predicted initiation-site.
- Emission spreads over the full sphere while the gap subtends a small
  aperture, so only a solid-angle capture-fraction of roughly the gap
  aperture divided by four-pi times the squared source-to-gap distance
  ever enters the gap. Doubling the stand-off quarters the delivered
  rate.
- A beta-emitting radioactive source delivers electrons only while its
  particle-range beats the areal-density of everything in the path.
  The Katz-Penfold range fit turns the emitted energy into a range in
  mass-per-area; each intervening wall contributes thickness times
  density; an absorption coefficient falling off with energy converts
  the surviving path into a transmitted fraction.
- Ultraviolet-illumination seeds indirectly: the photon has to land on
  a gap surface and free an electron, which happens only when the
  photon energy exceeds that surface material's work-function. Any
  opaque item across the sight-line stops the process outright,
  whatever the wavelength.
- An electron-gun aims a beam, so it carries two extra conditions: the
  beam must land within the gap rather than on the surrounding
  structure, and the landing-energy must sit inside the window where
  the surface yields secondaries usefully -- too low and the beam is
  repelled, too high and it buries charge in the wall instead.

## Workflow

1. Reject an unknown technique, then confirm the declared aim-point
   names the same location as the predicted initiation-site; a mismatch
   is a finding regardless of the numbers that follow.
2. Accumulate the areal-density of every intervening item from its
   thickness and density, and note whether any of them is opaque.
3. Compute the solid-angle capture-fraction from the gap aperture and
   the source-to-gap distance.
4. Apply the technique-specific transport check: beta-particle-range
   against the accumulated areal-density (and the resulting transmitted
   fraction) for a radioactive-source; photon energy against the
   target-surface work-function, plus an opaque-barrier check, for
   ultraviolet-illumination; aim-offset against the half-gap and
   landing-energy against the yield-energy-window for an electron-gun.
5. Multiply emission-rate by transmitted fraction by capture-fraction
   to get the delivered seed-electron-rate at the gap.
6. Compare that delivered rate with the rate the seeding-budget
   demands, and report every finding; the placement is acceptable only
   when the finding list is empty.

## Pitfalls

- Crediting the source's nameplate emission-rate as the rate at the
  gap. Solid-angle capture alone routinely costs three to four orders
  of magnitude before any absorption is considered.
- Mounting a beta source behind a bracket or a waveguide wall on the
  assumption that "some electrons get through". When the areal-density
  exceeds the particle-range the transmitted fraction is zero, not
  small.
- Aiming ultraviolet-illumination at a surface whose work-function sits
  above the photon energy. The lamp is on, the geometry looks right,
  and no electron is ever released.
- Aiming the source at the highest-field region computed for the
  nominal build rather than at the gap the analysis flags as the
  initiation-site. They coincide only when the geometry has a single
  dominant gap.
- Turning up the electron-gun energy to force more current in. Beyond
  the yield-energy-window the beam implants charge in the wall and
  perturbs the very surface condition the run is meant to qualify.

## Behavior contract (gate 3)

The aim-point, range, transmission, capture-fraction, work-function,
landing-window and delivered-rate logic is exercised by the gate 3
contract test:
scripts/test_e2001_electron_seeding_source_placement.py against
scripts/e2001_electron_seeding_source_placement_logic.py (stdlib
unittest, offline). Run:
python3 scripts/test_e2001_electron_seeding_source_placement.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 →