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

Q7030 Wire And Terminal Specification

ASecurity

Verify that a conductor and a terminal post can carry a solderless wrapped connection under ECSS-Q-ST-70-30. Use when a wire gauge, a post section or a backplane terminal is being specified or substituted. Derive the bare conductor diameter from the gauge and the bare turns that gauge owes, take the post diagonal as a multiple of that diameter, budget the post length the planned turns, insulated turns and wrap levels consume plus end clearance, refuse an unalloyed tin finish on either part, n...

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

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 q7030-wire-and-terminal-specification --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Q7030 Wire And Terminal Specification?

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

Security grade badge for Q7030 Wire And Terminal Specification
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-q7030-wire-and-terminal-specification/badge)](https://www.skillsdirectory.com/skills/ashfordeou-q7030-wire-and-terminal-specification)

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

Download with Pro
Files
SKILL.md
---
name: q7030-wire-and-terminal-specification
description: "Verify that a conductor and a terminal post can carry a solderless wrapped connection under ECSS-Q-ST-70-30. Use when a wire gauge, a post section or a backplane terminal is being specified or substituted. Derive the bare conductor diameter from the gauge and the bare turns that gauge owes, take the post diagonal as a multiple of that diameter, budget the post length the planned turns, insulated turns and wrap levels consume plus end clearance, refuse an unalloyed tin finish on either part, name any finish outside the qualified set, and close with compatible, compatible-with-actions or not-compatible. Trigger: ecss, q-st-70-30, wire-wrap-conductor-gauge-diameter, wire-wrap-required-turn-count, wire-wrap-post-diagonal-ratio, wire-wrap-post-length-budget, wire-wrap-prohibited-tin-finish, wire-wrap-level-stacking."
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-30-wire-wrapping, q-st-70-30, q7030-wire-and-terminal-specification, wire-wrap-conductor-gauge-diameter, wire-wrap-required-turn-count, wire-wrap-post-diagonal-ratio, wire-wrap-post-length-budget, wire-wrap-prohibited-tin-finish, wire-wrap-level-stacking]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Wire Wrapping — Wire and Terminal Specification (space-systems/ecss/q7030-wire-and-terminal-specification)

Use when the task is the materials clause of ECSS-Q-ST-70-30: which conductor
gauge and finish, and which terminal post section, length and finish, a wrapped
connection may be built from. This leaf grades one wire against one post; the
applicability leaf decides whether the connection belongs here at all.

## Domain quick reference

- Gauge is geometry, not a label. AWG is a geometric series, so a diameter can
  be derived from the gauge number rather than looked up, and every length in
  the wrap budget is a multiple of that one diameter.
- The turn count owed falls as the wire gets thicker. A thick conductor stores
  the contact force the joint needs in fewer turns; a fine one reaches the same
  stored force only by taking more of them, which is why the count comes from
  the gauge and is not a workmanship preference.
- The post has to be large enough relative to the wire. Expressed as the post
  diagonal in conductor diameters, a section too close to the wire lets the wire
  ride across the corner instead of deforming over it, and the contact area
  never forms.
- Post length is a budget, and levels are what spend it. Each level takes its
  own turns times the conductor diameter, an insulated turn takes the insulated
  diameter rather than the bare one, and the end of the post has to stay clear
  so the top wrap is not formed against it.
- Finish is a long-term question the joint cannot answer for itself. Unalloyed
  tin on the wire or the post grows whiskers across a backplane whose posts sit
  at fixed spacing, and the failure appears years after the wrap passed every
  inspection it was ever given.
- A finish outside the qualified set is not automatically wrong, but it is
  unassessed, which is a different finding from a prohibited one and carries a
  different action.

## Workflow

1. Validate the gauge against the wrappable span and derive the bare conductor
   diameter and the bare turn count that gauge owes.
2. Take the post diagonal from its width and thickness, and express it as a
   multiple of the conductor diameter against the owed ratio.
3. Budget the post length: turns times conductor diameter per level, plus the
   insulated diameter for any insulated turns, times the number of levels, plus
   end clearance. Compare against the post length actually available, counting a
   post landing exactly on the budget as sufficient by a named tolerance.
4. Grade both finishes: prohibited unalloyed tin is critical, a finish outside
   the qualified set is a major unassessed finding.
5. Rank findings by severity and close with one disposition: compatible,
   compatible-with-actions, or not-compatible.

## Pitfalls

- Carrying a turn count across a gauge change. A substitution from one gauge to
  a finer one changes the turns owed and the post length budget together, and a
  drawing that fixes the turn count hides both.
- Budgeting post length on turns alone. Levels multiply the budget, and a second
  or third level on a post sized for one is the common way a wrap ends up formed
  over the end of the post.
- Charging an insulated turn at the bare diameter. The insulation is what makes
  the modified wrap work and it is also what makes it longer, by a diameter that
  is not the conductor's.
- Sizing the post from the wire alone. The ratio that matters is the diagonal in
  conductor diameters, so a fine post can be correct for a fine wire and quite
  wrong for the thicker wire someone substitutes into the same backplane later.
- Treating an unalloyed tin finish as a cosmetic or cost choice. The whisker
  appears long after acceptance, so no inspection at build time can catch it and
  the control has to sit at specification.
- Collapsing prohibited and unqualified finishes into one verdict. One is
  refused outright; the other needs assessment, and reporting them the same way
  loses the action each of them owes.

## Behavior contract (gate 3)

The gauge-to-diameter derivation, the owed turn count, the post diagonal ratio,
the per-level and total post length budget with insulated turns and end
clearance, the prohibited and unqualified finish findings and the compatibility
disposition are exercised by the gate 3 contract test:
scripts/test_q7030_wire_and_terminal_specification.py against
scripts/q7030_wire_and_terminal_specification_logic.py (stdlib unittest,
offline). Run:
python3 scripts/test_q7030_wire_and_terminal_specification.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 →