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 1 Incoming Inspection

ASecurity

Use when a goods-in bench has to become a bonded-store or quarantine disposition. Assess whether a Class 1 EEE delivery may enter the bonded store on arrival at the procuring entity under ECSS-Q-ST-60C clause 4.3.7: name every document the evidence pack travelling with the parts is missing, take transit damage out of the accepted quantity instead of leaving it in, judge the shipping seal and the static-protective bag as findings about the pieces inside rather than about the wrapping, and reso...

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 q60-class-1-incoming-inspection --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Q60 Class 1 Incoming Inspection?

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

Security grade badge for Q60 Class 1 Incoming Inspection
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-q60-class-1-incoming-inspection/badge)](https://www.skillsdirectory.com/skills/ashfordeou-q60-class-1-incoming-inspection)

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

Download with Pro
Files
SKILL.md
---
name: q60-class-1-incoming-inspection
description: "Use when a goods-in bench has to become a bonded-store or quarantine disposition. Assess whether a Class 1 EEE delivery may enter the bonded store on arrival at the procuring entity under ECSS-Q-ST-60C clause 4.3.7: name every document the evidence pack travelling with the parts is missing, take transit damage out of the accepted quantity instead of leaving it in, judge the shipping seal and the static-protective bag as findings about the pieces inside rather than about the wrapping, and resolve the date code to its build week so a lot that aged past its threshold before it ever arrived owes a solderability re-test. Trigger: ecss, q-st-60c-clause-4-3-7, class-1-arrival-inspection, class-1-evidence-pack-on-arrival, transit-damage-accepted-count, static-protective-bag-arrival-check, date-code-solderability-threshold, bonded-store-entry-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-class-1-scope, q60-class-1-incoming-inspection, class-1-arrival-inspection, class-1-evidence-pack-on-arrival, transit-damage-accepted-count, static-protective-bag-arrival-check, date-code-solderability-threshold, bonded-store-entry-disposition]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Class 1 EEE Parts -- Arrival Inspection (space-systems/ecss/q60-class-1-incoming-inspection)

Use when the task is the clause 4.3.7 arrival check of ECSS-Q-ST-60C: a Class 1
delivery has reached the premises of the procuring entity and been unpacked on
the goods-in bench, and the question is whether it enters the bonded store, and
with how many pieces.

## Domain quick reference

- Arrival is the first point at which the procuring entity holds the parts and
  the last at which the shipment can be refused as a shipment. What is not
  caught here is caught at kitting, with the build already committed to it.
- The evidence pack travels with the parts. A conformity certificate, the lot
  acceptance report, the buy-off record and the screening data either arrived
  or did not; a document said to be following on has not arrived.
- Transit damage is a quantity question, not only a report. Damaged pieces
  leave the accepted count on the bench, so the store receives the number that
  is really usable rather than the number on the note.
- The seal and the static-protective bag are findings about the pieces they
  contained. A Class 1 part that travelled in an opened bag has an unknown
  handling history, whatever it looks like under the microscope.
- Age on arrival is fixed by the date code, not by the delivery date. The code
  names a build week, and a lot already past the declared threshold when it
  reaches the door owes a solderability re-test before it is drawn.

## Workflow

1. Reconcile the bench count with the delivery note, reporting the difference
   with its sign so a short delivery and an over-delivery are distinguishable.
2. Remove the pieces damaged in transit from the accepted quantity and refuse a
   damage count larger than the pieces actually counted.
3. Read the shipping seal, the static-protective bag and the humidity state,
   raising each as its own finding rather than one packaging verdict.
4. Compare the documents that arrived with the ones the pack requires, matching
   names without regard to letter case, and name each one missing.
5. Resolve the date code to the first day of its build week, refusing a week
   number the calendar year does not have instead of rolling it forward, and
   count the whole months to the receipt day.
6. Put a solderability re-test on a lot past its threshold, size the external
   examination draw from the accepted pieces by integer arithmetic, and accept
   into bonded store only when every check above held.

## Pitfalls

- Counting the delivery note instead of the bench. The note is the supplier's
  statement; the accepted quantity is what was counted less what arrived
  damaged.
- Rolling a week 53 date code into the next year. Some years have no week 53,
  and rolling it forward quietly makes an old lot look younger than it is.
- Taking the delivery date as the age. A part built two years before it shipped
  arrives old, and only the date code says so.
- Reporting one packaging verdict. A broken seal, an open bag and a changed
  humidity indicator are three different histories and the nonconformance needs
  the one that happened.
- Stopping at the first failing check. Goods-in raises everything it found in
  one pass, because the delivery is only unpacked once.

## Behavior contract (gate 3)

The date-code build-week resolution, arrival age, quantity reconciliation,
packaging and evidence-pack findings, examination draw and the bonded-store or
quarantine disposition are exercised by the gate 3 contract test:
scripts/test_q60_class_1_incoming_inspection.py against
scripts/q60_class_1_incoming_inspection_logic.py (stdlib unittest, offline).
Run:
python3 scripts/test_q60_class_1_incoming_inspection.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 →