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 Applicability And Connections

ASecurity

Determine whether an electrical connection falls inside the crimped-connection practice of ECSS-Q-ST-70-26C and which crimp category governs it. Use when a harness definition mixes joining methods and each crimped barrel has to be bounded before tooling is chosen. Separates machined-contact, stamped-contact, splice, lug and coaxial-ferrule crimps from soldered, welded, wire-wrapped and insulation-displacement joints the practice does not cover, applies the conductor-count limit per category, ...

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

Works with

claude codeterminal

Security Analysis

A100/100

Scanned 9/27/2026

Install to Claude Code

$npx -y skills add ashfordeOU/aero-agent-skills --skill q7026-applicability-and-connections --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Q7026 Applicability And Connections?

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

Security grade badge for Q7026 Applicability And Connections
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-q7026-applicability-and-connections/badge)](https://www.skillsdirectory.com/skills/ashfordeou-q7026-applicability-and-connections)

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

Download with Pro
Files
SKILL.md
---
name: q7026-applicability-and-connections
description: "Determine whether an electrical connection falls inside the crimped-connection practice of ECSS-Q-ST-70-26C and which crimp category governs it. Use when a harness definition mixes joining methods and each crimped barrel has to be bounded before tooling is chosen. Separates machined-contact, stamped-contact, splice, lug and coaxial-ferrule crimps from soldered, welded, wire-wrapped and insulation-displacement joints the practice does not cover, applies the conductor-count limit per category, refuses a mixed solid-and-stranded barrel, and scores barrel fill against its window. Trigger: ecss, q-st-70-26, crimped-connection-scope, crimp-category-selection, crimp-barrel-fill-ratio, crimp-conductor-count-limit, out-of-scope-joining-method."
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-applicability-and-connections, crimped-connection-scope, crimp-category-selection, crimp-barrel-fill-ratio, crimp-conductor-count-limit, out-of-scope-joining-method]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Crimping — Applicability and Connection Types (space-systems/ecss/q7026-applicability-and-connections)

Use when the task is the framework step of ECSS-Q-ST-70-26C — deciding
which joints in a harness definition the crimping practice governs at
all, which crimp category each governed joint belongs to, and what that
category permits inside one barrel.

## Domain quick reference

- Scope is decided by the joining method first, and everything else is
  downstream of that answer. A soldered, welded, wire-wrapped,
  insulation-displacement or screw-clamp joint is not a crimp. Calling
  one a crimp because it sits in the same harness is how a
  qualification argument ends up covering a joint it never tested.
- Inside the crimp family the termination type is the category:
  machined contact, stamped and formed contact, in-line splice,
  terminal lug, coaxial ferrule. The category is not cosmetic — it
  carries the conductor-count limit.
- A contact barrel takes one conductor. The splice is the termination
  built to take several, and the lug takes at most a pair. Doubling a
  second wire into a contact barrel because it fits is the defect this
  clause exists to stop.
- Barrel loading is a ratio, not a gauge number. Total conductor
  cross-section over barrel bore cross-section has a floor as well as a
  ceiling: too little metal and the crimp has nothing to deform around,
  too much and the barrel cannot close without shearing strands.
- A barrel offered both solid and stranded conductors is refused
  whatever the fill says. The two yield differently under the die, so
  once the solid conductor has taken its set the stranded one is
  carrying the joint alone.
- A refusal names itself. Out of scope and in-scope-but-overloaded are
  different findings and go to different people.

## Workflow

1. Validate the connection: identifier, joining method, termination
   type, a non-empty conductor list with cross-sections and
   construction, and a barrel bore.
2. Fold the joining method as written — case, spacing and past tense —
   into a known token, and refuse a method nobody recognises rather
   than assuming it is a crimp.
3. Decide scope from the method alone. An out-of-scope joint stops
   here, with its method named in the finding and no category.
4. Map the termination type to its crimp category and look up the
   conductor limit that category carries.
5. Sum conductor cross-section, divide by barrel bore and categorize
   the fill as underfilled, acceptable or overfilled against the
   window, inclusive of both bounds.
6. Refuse a barrel mixing solid and stranded conductors independently
   of the fill result.
7. Collect every finding against the connection identifier, and roll
   the harness up into counts by category, an in-scope count and the
   list of findings.

## Pitfalls

- Treating anything in a connector as a crimp. The method field is the
  gate, and an insulation-displacement joint answers to a different
  practice entirely.
- Reading the conductor limit off the wire gauge instead of off the
  category. A splice and a contact take the same wire and not the same
  number of them.
- Judging barrel loading by ceiling only. An underfilled barrel fails
  in service quietly, long after the pull test that passed it.
- Accepting a solid-plus-stranded barrel because the fill computes
  inside the window.
- Losing the identifier when rolling a harness up. A finding nobody can
  trace to a connection is a finding nobody acts on.

## Behavior contract (gate 3)

Method and termination folding, scope decision, category mapping,
conductor limits, barrel fill ratio and its window, mixed-construction
refusal, per-connection assessment and the harness roll-up are
exercised by the gate 3 contract test:
scripts/test_q7026_applicability_and_connections.py against
scripts/q7026_applicability_and_connections_logic.py (stdlib unittest,
offline). Run:
python3 scripts/test_q7026_applicability_and_connections.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 →