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

Q7026 Operator Certification

ASecurity

Assess whether a crimping operator holds a live certification for the flight termination in front of them under the personnel clause of ECSS-Q-ST-70-26C. Use when an operator picks up a tool and the training record, the qualification sample set and the currency of practice all have to agree: check the required modules are complete, grade the samples per tool and contact combination rather than in total, honour the vision-check validity, expire the certification on its own interval, and suspen...

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 q7026-operator-certification --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Q7026 Operator Certification?

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

Security grade badge for Q7026 Operator Certification
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-q7026-operator-certification/badge)](https://www.skillsdirectory.com/skills/ashfordeou-q7026-operator-certification)

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

Download with Pro
Files
SKILL.md
---
name: q7026-operator-certification
description: "Assess whether a crimping operator holds a live certification for the flight termination in front of them under the personnel clause of ECSS-Q-ST-70-26C. Use when an operator picks up a tool and the training record, the qualification sample set and the currency of practice all have to agree: check the required modules are complete, grade the samples per tool and contact combination rather than in total, honour the vision-check validity, expire the certification on its own interval, and suspend rather than requalify an operator who simply has not crimped lately. Trigger: ecss, q-st-70-26, crimp-operator-certification, crimp-qualification-sample-set, crimp-operator-training-record, crimp-operator-vision-check, crimp-practice-currency-lapse."
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-70-26-crimping-scope, q7026-operator-certification, crimp-qualification-sample-set, crimp-operator-training-record, crimp-operator-vision-check, crimp-practice-currency-lapse]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Crimping — Operator Certification (space-systems/ecss/q7026-operator-certification)

Use when the task is the personnel step of ECSS-Q-ST-70-26C — deciding
whether the person about to crimp flight hardware is certified for it
today, and if not, whether that is a requalification, a suspension or
an unfinished qualification.

## Domain quick reference

- Certification rests on two separate legs. Training says the operator
  was taught the process and can recognise the defects; the
  qualification sample set says the operator's own hands produced
  conforming terminations on real tooling. Neither leg stands in for
  the other, and a shop that trains without sampling has certified
  nobody.
- Samples are counted per tool and contact combination, not in total.
  Thirty good samples on one contact family say nothing about the
  family the operator is about to crimp, so an uncovered combination
  is a gap rather than a rounding error against a healthy total.
- Every sample in the required set passes both the pull test and the
  visual. A pass rate is not the criterion here; one failed sample
  means the set was not demonstrated, and the operator makes another
  set rather than averaging the one they have.
- A strong pull result does not rescue a failed visual. The visual
  catches the barrel geometry and strand condition that the pull test
  happens not to load, which is exactly why both are required.
- Standing decays on three independent clocks. The certification
  expires on its interval, the vision check expires on its own shorter
  one, and practice lapses when too long has passed since the last
  crimp. The earliest clock to run out governs.
- A practice lapse is a suspension pending refresher samples, not a
  lost qualification. It routes to a different queue than an expiry
  and than an unfinished sample set, and collapsing them sends people
  through weeks of work they did not need.
- A clock landing exactly on its interval has not exceeded it. Days
  are whole numbers here so the boundary is settled by the calendar
  rather than by a fraction that rounds differently on two machines.

## Workflow

1. Validate the scheme: required training modules, samples per
   combination, a declared pull-off minimum for every combination with
   none listed twice, the vision-check validity, the recertification
   interval and a notice period shorter than it, and the practice
   currency period.
2. Validate the operator record: identifier, training modules, each
   sample with a combination, a measured force and a boolean visual
   result, the certification and vision-check dates, and the last
   crimp date, which may be genuinely absent.
3. List the outstanding training modules, comparing case-insensitively
   so a record typed differently is not read as a gap.
4. Grade each sample against the declared minimum for its own
   combination, refusing a combination nobody declared a minimum for,
   and treat an exact landing on the minimum as a pass.
5. Count the passing samples per combination, mark a combination
   sufficient only when it has enough of them and none failed, and
   collect the gaps.
6. Compute the three clocks in whole days, refusing a reference date
   in the future, and treat an absent last crimp as not current rather
   than as current.
7. Decide in order: unfinished qualification, then expiry, then vision
   check, then practice lapse, then certified — and attach a due-soon
   finding when the notice period has started.

## Pitfalls

- Totalling the qualification samples across combinations. The total
  looks healthy while the combination in front of the operator has
  never been demonstrated.
- Passing a sample set on a pass rate. The set is the demonstration,
  so a failed member means it was not made.
- Reading a strong pull result as covering a failed visual. They
  examine different failure modes on the same barrel.
- Treating a practice lapse as an expiry. The operator needs refresher
  samples, not a full requalification, and the wrong route costs weeks
  of unavailable bench time.
- Forgetting the vision check because the certification is in date.
  It is a shorter clock on purpose and it runs out first.
- Reading an absent last-crimp date as recent. Nothing was recorded,
  so nothing is known, and an operator with no logged practice is not
  current.

## Behavior contract (gate 3)

Scheme and operator validation, training completeness, per-combination
sample grading with the exact-minimum boundary and the visual override,
per-combination coverage, the three independent clocks with their
exact-interval boundaries, the disposition precedence and the bench
roll-up are exercised by the gate 3 contract test:
scripts/test_q7026_operator_certification.py against
scripts/q7026_operator_certification_logic.py (stdlib unittest,
offline). Run:
python3 scripts/test_q7026_operator_certification.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 →