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

Q6005 Hybrid Manufacturer Selection General Requirements

ASecurity

Assess whether a candidate hybrid microcircuit manufacturer may be selected at all, by grading it against the validation route its category is bound to. Use when a maker is being chosen for a hybrid buy under ECSS-Q-ST-60-05 clause 5.1: derive the route from the category, confirm every required element of the validation pack is held, in date, and neither suspended nor withdrawn at the selection date, confirm the cover reaches the date the procurement still needs it, and refuse flight heritage...

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 q6005-hybrid-manufacturer-selection-general-requirements --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Q6005 Hybrid Manufacturer Selection General Requirements?

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

Security grade badge for Q6005 Hybrid Manufacturer Selection General Requirements
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-q6005-hybrid-manufacturer-selection-general-requir/badge)](https://www.skillsdirectory.com/skills/ashfordeou-q6005-hybrid-manufacturer-selection-general-requir)

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

Download with Pro
Files
SKILL.md
---
name: q6005-hybrid-manufacturer-selection-general-requirements
description: "Assess whether a candidate hybrid microcircuit manufacturer may be selected at all, by grading it against the validation route its category is bound to. Use when a maker is being chosen for a hybrid buy under ECSS-Q-ST-60-05 clause 5.1: derive the route from the category, confirm every required element of the validation pack is held, in date, and neither suspended nor withdrawn at the selection date, confirm the cover reaches the date the procurement still needs it, and refuse flight heritage, a sister-site approval or a long supply relationship as a stand-in for an open element. Trigger: ecss, q-st-60-05-clause-5-1, hybrid-microcircuit-manufacturer-selection, hybrid-manufacturer-validation-route, hybrid-line-approval-evidence-expiry, hybrid-validation-pack-gap, hybrid-manufacturer-heritage-claim."
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-60-eee-scope, q6005-hybrid-manufacturer-selection-general-requirements, hybrid-microcircuit-manufacturer-selection, hybrid-manufacturer-validation-route, hybrid-line-approval-evidence-expiry, hybrid-validation-pack-gap, hybrid-manufacturer-heritage-claim]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Hybrid Microcircuits — Manufacturer Selection Baseline (space-systems/ecss/q6005-hybrid-manufacturer-selection-general-requirements)

Use when the task is the clause 5.1 general requirement of ECSS-Q-ST-60-05 —
a hybrid microcircuit manufacturer is about to be chosen, and the baseline
rule is that whoever is chosen has to pass the validation route the standard
defines for its category further on. The question is not who is best placed
to build the part; it is whether this maker is one the standard lets the
project select in the first place.

## Domain quick reference

- The rule is a gate, not a preference. It does not rank candidates and it
  does not weigh a strong maker against a weak one. A maker either carries
  the route its category owes, or it is not selectable, and a stronger
  showing on one element never compensates for an open one.
- The route follows the category. A maker whose production line already
  carries an approval owes the shorter pack — the line approval itself, the
  quality management certification, and the process identification. A maker
  whose line does not owes those plus the audit report and the line
  evaluation record, because the approval it will eventually hold has yet to
  be established.
- A document on file is not the same as a document in force. Each element
  has an issue date, an expiry and a standing, and a suspension or a
  withdrawal defeats an expiry that is still years out. A pack read for
  presence alone reports a maker as selectable on paperwork that no longer
  means anything.
- Selection is a decision about the future. Evidence that is in force on the
  day the choice is made but lapses before the lot is due leaves the buy
  uncovered exactly where the cover was the point, so the pack is graded
  against the date the procurement runs to as well as the date it is read.
- Heritage is the argument that is always available and never sufficient.
  Flight history, a sister site's approval and a long-standing supply
  relationship are all reasons to expect the route to close easily; none of
  them closes it, and offering one against an open element is itself worth
  recording.

## Workflow

1. Normalise the candidate's category and derive the validation route it is
   bound to. Two categories exist; a commercial label is not a third.
2. Canonicalise every offered document: a recognised element kind, an issue
   date, an expiry that is not before the issue, and a declared standing.
   Reject a malformed record rather than reading past it.
3. Resolve duplicates by kind, preferring an element in force over one that
   is not, and the longer cover between two that are in force.
4. Decide each required element at the selection date: held and in force,
   held but lapsed, held but suspended or withdrawn, or absent. Keep those
   four outcomes apart in the report — they call for different actions.
5. Where the procurement names a date it must stay covered to, grade each
   in-force element against that date too, and flag the ones that expire
   first.
6. Record any substitute claim offered while the route is open, and leave
   the route open regardless.
7. Return selectable only when no element is absent, lapsed, unusable or
   short of cover.

## Pitfalls

- Grading the pack for presence. The defect that survives a presence check is
  a suspended certificate with a distant expiry, which reads as the healthiest
  document in the file.
- Applying the shorter pack to a maker whose line is not approved. The two
  extra elements are the ones that establish the approval the shorter route
  assumes, so dropping them makes the route circular.
- Reading the selection date as the only date that matters. A pack that
  lapses mid-build met the rule on the day it was read and fails it for every
  day the lot is actually made.
- Letting a surplus element offset a missing one. A maker with an approved
  line that also holds an audit report is welcome to; it does not turn an
  absent process identification into a closed route.
- Recording a heritage argument as mitigation. It is evidence about the
  project's reasoning, not about the maker, and filing it against an open
  element is how an open element stops being tracked.

## Behavior contract (gate 3)

The category-to-route derivation, evidence record validation, date parsing,
state resolution at a selection date, duplicate grouping, cover-to-date
grading, substitute-claim handling and the selectable decision are exercised
by the gate 3 contract test:
scripts/test_q6005_hybrid_manufacturer_selection_general_requirements.py
against
scripts/q6005_hybrid_manufacturer_selection_general_requirements_logic.py
(stdlib unittest, offline). Run:
python3 scripts/test_q6005_hybrid_manufacturer_selection_general_requirements.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 →