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

Q6013 Class 1 Connectors

ASecurity

Use when connector contacts and their sourcing must be judged before a Class 1 lot is accepted. Verify the connector contacts of a Class 1 commercial procurement against ECSS-Q-ST-60-13C clause 4.6.6: group the contact source as qualified contact manufacturer, integrated connector manufacturer, traced distributor or open market, read the minimum gold thickness the finish needs for the declared mating cycles off a durability table, grade the measured gold and nickel barrier against it, derate ...

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

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 q6013-class-1-connectors --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Q6013 Class 1 Connectors?

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

Security grade badge for Q6013 Class 1 Connectors
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-q6013-class-1-connectors/badge)](https://www.skillsdirectory.com/skills/ashfordeou-q6013-class-1-connectors)

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

Download with Pro
Files
SKILL.md
---
name: q6013-class-1-connectors
description: "Use when connector contacts and their sourcing must be judged before a Class 1 lot is accepted. Verify the connector contacts of a Class 1 commercial procurement against ECSS-Q-ST-60-13C clause 4.6.6: group the contact source as qualified contact manufacturer, integrated connector manufacturer, traced distributor or open market, read the minimum gold thickness the finish needs for the declared mating cycles off a durability table, grade the measured gold and nickel barrier against it, derate the contact current rating for contact size and for the fraction of contacts energised together, convert the contact resistance into a millivolt drop, then return an accept, accept-with-deviation or reject disposition. Trigger: ecss, q-st-60-13c, class-1-connector-contacts, contact-gold-plating-durability, contact-bundle-current-derating, contact-millivolt-drop, contact-lot-traceability, connector-contact-sourcing."
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-13-commercial-eee-scope, q6013-class-1-connectors, class-1-connector-contacts, contact-gold-plating-durability, contact-bundle-current-derating, contact-millivolt-drop, connector-contact-sourcing]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Class 1 Connectors — Contacts and Contact Sourcing (space-systems/ecss/q6013-class-1-connectors)

Use when the task is judging the contacts of a connector bought under the
highest assurance class of ECSS-Q-ST-60-13C clause 4.6.6 — where the
contacts came from, whether the finish survives the declared mating life,
and how much current one contact may actually carry in the connector it
sits in.

## Domain quick reference

- The connector and its contacts are two procurements. A qualified
  contact manufacturer, or a connector manufacturer that makes its own
  contacts, closes the sourcing question on its own; a distributor
  closes it only against a traced contact lot, and an open-market buy
  does not close it at all.
- The finish is a system, not a number. Gold carries the mating life and
  the nickel barrier underneath it stops base-metal diffusion into the
  gold; a thick gold layer over a thin or absent barrier is not a
  compliant finish, so the two are graded separately and reported
  separately.
- The gold thickness required is a function of the declared number of
  mating cycles, read off a durability table. A durability figure
  outside the tabulated span is not a small extrapolation, because the
  wear behaviour changes at both ends, so the correct response is to
  refuse the point and obtain table data that covers it.
- Contact current is derated twice. The highest assurance class takes a
  fixed fraction of the single-contact rating, and a bundle derating
  then takes a further fraction that depends on how much of the
  connector is energised at once. A contact rated in isolation says
  almost nothing about what it may carry in a fully loaded shell.
- The contact drop is the product of the applied current and the contact
  resistance, in millivolts when the resistance is in milliohms. It is a
  separate finding from the current allowance: a contact can be inside
  its derated current and still exceed the drop the circuit tolerates.
- Traceability is a disposition input. A contact lot identifier is what
  ties the measured finish to the parts being delivered, and its absence
  is a refusal even when every measurement is clean.

## Workflow

1. Group the contact source and record whether it stands on its own,
   needs the traced lot, or closes the acceptance path outright.
2. Read the minimum gold thickness for the declared mating cycles off
   the durability table, refusing a durability figure the table does not
   cover.
3. Grade the measured gold against that minimum and the measured nickel
   against the barrier minimum, absorbing representation error at the
   boundary with a named tolerance rather than by thinning the
   requirement.
4. Take the single-contact rating for the contact size, apply the class
   current fraction, then apply the bundle derating for the fraction of
   contacts energised together.
5. Compare the applied current with that allowance.
6. Convert the contact resistance into a millivolt drop at the applied
   current and compare it with the circuit allowance.
7. Confirm the contact lot identifier, then return the disposition —
   accept, accept-with-deviation or reject — with every finding that
   drove it.

## Pitfalls

- Quoting the catalogue contact rating as the usable current. It is the
  isolated single-contact figure; the class fraction and the bundle
  derating both sit between it and what the contact may carry.
- Grading gold thickness against a fixed number. The minimum belongs to
  the declared mating life, so a connector specified for many mating
  cycles needs a thicker finish than the same contact in a
  mate-once harness.
- Accepting a thick gold layer over a missing nickel barrier. The
  barrier is what keeps the gold a gold surface over life; the two
  layers are graded separately for that reason.
- Treating the current allowance and the contact drop as one check. A
  contact inside its derated current can still drop more millivolts than
  the circuit budget allows, and that is its own finding.
- Extrapolating the durability table to keep an unusual mating-cycle
  figure in the assessment. That invents wear data; refuse the point and
  obtain table coverage instead.
- Buying contacts on the connector manufacturer's standing when a
  distributor supplied them. The standing follows the contacts, and
  without the traced contact lot the finish measurements belong to no
  identified parts.

## Behavior contract (gate 3)

The source grouping, durability-table lookup, plating grading, bundle
derating, current-allowance comparison, contact-drop conversion and
disposition are exercised by the gate 3 contract test:
scripts/test_q6013_class_1_connectors.py against
scripts/q6013_class_1_connectors_logic.py (stdlib unittest, offline).
Run:
python3 scripts/test_q6013_class_1_connectors.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 →