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

Q60 Class 2 Handling And Storage

ASecurity

Assess the handling and storage chain a Class 2 EEE lot passed through under ECSS-Q-ST-60C clause 5.4: band the part by the discharge voltage it withstands, read the protection level and measures that band owes, grade every custody leg from receipt through bonded store, kitting and line issue against the protection its location actually held, accumulate the open-air minutes spent outside dry storage against the lot's budget, report store temperature and humidity as margins to their nearest li...

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 q60-class-2-handling-and-storage --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Q60 Class 2 Handling And Storage?

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

Security grade badge for Q60 Class 2 Handling And Storage
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-q60-class-2-handling-and-storage/badge)](https://www.skillsdirectory.com/skills/ashfordeou-q60-class-2-handling-and-storage)

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

Download with Pro
Files
SKILL.md
---
name: q60-class-2-handling-and-storage
description: "Assess the handling and storage chain a Class 2 EEE lot passed through under ECSS-Q-ST-60C clause 5.4: band the part by the discharge voltage it withstands, read the protection level and measures that band owes, grade every custody leg from receipt through bonded store, kitting and line issue against the protection its location actually held, accumulate the open-air minutes spent outside dry storage against the lot's budget, report store temperature and humidity as margins to their nearest limits, and read the re-inspection clock. Use when a Class 2 lot is moved, stored or reviewed before issue. Trigger: ecss, q-st-60c, class-2-esd-withstand-band, class-2-custody-leg-protection, class-2-open-air-minute-budget, class-2-store-environment-margin, class-2-handling-chain-disposition."
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, q-st-60c-eee-components-scope, q-st-60c, q60-class-2-handling-and-storage, class-2-esd-withstand-band, class-2-custody-leg-protection, class-2-open-air-minute-budget, class-2-store-environment-margin, class-2-handling-chain-disposition]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS EEE Class 2 — Handling and Storage (space-systems/ecss/q60-class-2-handling-and-storage)

Use when the task is clause 5.4 of ECSS-Q-ST-60C: the handling, packaging and
storage procedures that keep Class 2 parts free of damage and degradation.
This leaf grades the chain a lot actually travelled rather than the procedure
the quality plan says it should have travelled.

## Domain quick reference

- What a part is owed comes from what it survives. A part that withstands less
  is owed more, so the band is read off the discharge withstand voltage and
  the protection level and measures follow from the band, never from the value
  of the part or the convenience of the bay it is stored in.
- Protection levels are cumulative. Level three carries everything level two
  carries, which is why a shortfall is a number of levels rather than a list
  of ticked and unticked measures.
- A custody chain is not an average. One leg across an open bench exposes the
  part exactly as much as if the whole chain had run that way, so the weakest
  leg is what the chain is graded on and the protected legs buy nothing back.
- An ungraded location cannot be credited. A location the register does not
  carry has no level to compare against, and crediting it as protected because
  it is indoors is how an unprotected leg disappears from the record.
- The open-air budget is time outside dry storage, not time in custody. Hours
  in a dry cabinet are custody and do not spend the budget; minutes on an open
  bench do, and they accumulate across every leg rather than per visit.
- Environment is reported as a margin, not an alarm. A store sitting one
  degree inside its limit and one in the middle of its band pass the same test
  and are not the same store, so the margin is carried through.

## Workflow

1. Band the part by its withstand voltage and read the protection level and
   measures the band owes, treating a voltage exactly on a band edge as inside
   the more demanding band.
2. Grade every custody leg against the level its location held, refusing an
   ungraded location, and keep the weakest leg rather than a mean.
3. Accumulate the open-air minutes across the chain, excluding legs recorded
   as dry storage, and test them against the lot's budget.
4. Return the store temperature and humidity as margins to their nearest
   limits, counting a reading exactly on a limit as inside by tolerance.
5. Read the months since the last re-inspection against the interval.
6. Rank the findings: a shortfall of two or more levels, an overspent open-air
   budget or an out-of-limit store quarantines the lot; a single-level
   shortfall, a nearly spent budget or a due re-inspection earns actions;
   anything less is fit for issue.

## Pitfalls

- Averaging the chain. Three protected legs and one open bench average to a
  comfortable number and describe a part that was handled unprotected.
- Grading the part on its price rather than its withstand voltage. The cheap
  part with the low withstand is the one that needs the ionizer.
- Counting dry-cabinet hours against the open-air budget. The budget then
  exhausts in store, and the real exposure on the line is never visible.
- Counting open-air minutes per visit. The budget is cumulative across the
  chain, and per-visit counting passes a part opened ten times briefly.
- Reducing the store environment to a pass. The margin is what separates a
  logged deviation from reconditioning, and it is discarded at the comparison.
- Crediting an ungraded location because it looked tidy. An ungraded location
  is a refusal and a register entry, not a judgement made at the door.

## Behavior contract (gate 3)

The withstand banding, owed measures, custody leg grading, weakest-leg
selection, open-air budget accumulation, environment margins, re-inspection
clock and the handling disposition are exercised by the gate 3 contract test:
scripts/test_q60_class_2_handling_and_storage.py against
scripts/q60_class_2_handling_and_storage_logic.py (stdlib unittest, offline).
Run:
python3 scripts/test_q60_class_2_handling_and_storage.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 →