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 Sample Cleanliness Policy

ASecurity

Use when verify that the contamination-control policy referenced by ECSS-E-ST-20-01C clause 9.4.1.2 is genuinely applied to a secondary-electron-emission-yield sample and to every environment it passes through: categorize each preparation, transfer, storage, mounting and measurement step of the handling-chain, credit a purged or evacuated enclosure against the room cleanliness-class, compare every step against the class the sample yield-sensitivity demands, accrue settled-particle surface-obs...

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

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-sample-cleanliness-policy --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E2001 Sample Cleanliness Policy?

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

Security grade badge for E2001 Sample Cleanliness Policy
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e2001-sample-cleanliness-policy/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e2001-sample-cleanliness-policy)

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

Download with Pro
Files
SKILL.md
---
name: e2001-sample-cleanliness-policy
description: "Use when verify that the contamination-control policy referenced by ECSS-E-ST-20-01C clause 9.4.1.2 is genuinely applied to a secondary-electron-emission-yield sample and to every environment it passes through: categorize each preparation, transfer, storage, mounting and measurement step of the handling-chain, credit a purged or evacuated enclosure against the room cleanliness-class, compare every step against the class the sample yield-sensitivity demands, accrue settled-particle surface-obscuration across the chain, and check it against the sample allowable-obscuration budget. Flags an uncontrolled environment, a contact step with no tooling-control, and a missing policy-reference or an unrecorded obscuration budget. Trigger: ecss, e-st-20-electrical-scope, e2001-sample-cleanliness-policy, emission-yield-sample, contamination-control-policy, sample-cleanliness-level, surface-obscuration-budget, handling-chain-conformance, multipactor-sample-preparation."
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-sample-cleanliness-policy, emission-yield-sample, contamination-control-policy, sample-cleanliness-level, surface-obscuration-budget, handling-chain-conformance]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Multipactor — Emission-Yield Sample Cleanliness Policy (space-systems/ecss/e2001-sample-cleanliness-policy)

Use when the task is the clause 9.4.1.2 check of ECSS-E-ST-20-01C: the
contamination-control policy the standard points to has to reach the
emission-yield sample itself and the environment that sample sits in
between preparation and measurement, and the evidence for that has to be
checkable rather than asserted.

## Domain quick reference

- Secondary-electron-emission yield is a surface property. A settled or
  adsorbed overlayer a few molecules thick moves the measured yield
  curve, and with it the multipactor threshold the whole analysis rests
  on. Clause 9.4.1.2 therefore binds the sample and its environment to
  the project contamination-control policy, not just the test facility.
- The handling-chain is the object under check: every preparation,
  transfer, storage, mounting and measurement step between coupon
  release and the yield scan. Each step carries an environment, a
  duration, and a flag for whether the sample surface is touched. A step
  that matches no handling family stays uncategorized and is rejected
  before it can enter the accrual.
- Cleanliness demand follows the yield-sensitivity of the sample: a
  high-sensitivity coupon (bare metal, conversion-coated, or an
  as-deposited film) demands the strictest room class, a
  moderate-sensitivity coupon one step looser, a low-sensitivity coupon
  looser again. The demand is on the class the sample actually sees, not
  on the nominal room.
- A purged or evacuated enclosure earns credit against the room class: a
  dry-nitrogen purge counts one class better, a sealed evacuated
  container two classes better, floored at the cleanest class. An
  environment with no cleanliness control on record earns no credit at
  all and is a finding by itself.
- Settled-particle surface-obscuration accrues with exposure time. The
  module carries a documented still-air settling model — one decade of
  obscuration rate per cleanliness class, scaled by the purge factor —
  so the accrued percentage across a chain is reproducible and can be
  set against the sample allowable-obscuration budget.
- Contact steps (tweezers, gloves, wand, dedicated fixture) are
  controlled procedurally, not numerically. The check is presence of a
  declared tooling-control on every contact step; an unrecognised
  control is a bad input, an absent one is a finding.

## Workflow

1. Categorize each step of the handling-chain into exactly one family —
   preparation, transfer, storage, mounting, measurement. Reject an
   uncategorized step before the assessment continues.
2. Derive the required cleanliness class from the sample
   yield-sensitivity, then compute the effective class each step
   delivers after purge or evacuation credit.
3. Flag any step whose effective class is dirtier than the requirement,
   and flag separately any step run in an environment with no
   cleanliness control on record.
4. Accrue surface-obscuration step by step: class-derived rate times
   purge factor times exposure duration, summed over the chain with an
   exact running sum.
5. Compare the accrued obscuration with the sample allowable budget. An
   exceedance is a finding; an absent budget is a different finding, and
   never a pass.
6. Confirm every contact step declares a tooling-control, then aggregate
   all findings. The sample is policy-conformant only when the finding
   list is empty.

## Pitfalls

- Reading the nominal room class off the facility datasheet and calling
  the step compliant — the sample sees the enclosure, so a coupon inside
  an evacuated container in a looser room can conform while a bare
  coupon in the same room does not.
- Treating the purge credit as unconditional — an environment with no
  cleanliness control on record gets no credit, because there is no
  baseline class to credit against.
- Summing exposure time alone and comparing hours against hours —
  obscuration is rate times time, and an hour in a loose room is worth
  three decades of an hour in a tight one.
- Leaving the allowable-obscuration budget unset and reading the absence
  of an exceedance as conformance — an unset budget means the policy
  linkage was never captured, which is the finding.
- Letting a boundary case fail on representation: an accrued total that
  lands a few units in the last place above a budget it physically
  equals is conformant, and the tolerance belongs in the comparison, not
  in a widened budget.
- Assuming a contact step is safe because the room is clean — the
  particulate risk at contact is the tool and the glove, which is why
  the check is presence of a declared tooling-control.

## Behavior contract (gate 3)

The step-categorization, cleanliness-class, purge-credit,
obscuration-accrual, budget-comparison and tooling-control logic is
exercised by the gate 3 contract test:
scripts/test_e2001_sample_cleanliness_policy.py against
scripts/e2001_sample_cleanliness_policy_logic.py (stdlib unittest,
offline). Run: python3 scripts/test_e2001_sample_cleanliness_policy.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 →