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

ASecurity

Determine whether a proposed electrical connection is a solderless wrapped connection the ECSS-Q-ST-70-30 requirements govern, and which controls it takes on. Use when a wrapped joint, a terminal post or a backplane is being brought under the wire-wrapping standard. Test the joining method, test the post for the sharp corners the wire has to bite into, test the conductor for solid construction and a gauge inside the covered span, count the gas-tight contact areas the wrap would produce from t...

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 q7030-applicability-and-purpose --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Q7030 Applicability And Purpose?

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

Security grade badge for Q7030 Applicability And Purpose
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-q7030-applicability-and-purpose/badge)](https://www.skillsdirectory.com/skills/ashfordeou-q7030-applicability-and-purpose)

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

Download with Pro
Files
SKILL.md
---
name: q7030-applicability-and-purpose
description: "Determine whether a proposed electrical connection is a solderless wrapped connection the ECSS-Q-ST-70-30 requirements govern, and which controls it takes on. Use when a wrapped joint, a terminal post or a backplane is being brought under the wire-wrapping standard. Test the joining method, test the post for the sharp corners the wire has to bite into, test the conductor for solid construction and a gauge inside the covered span, count the gas-tight contact areas the wrap would produce from turns times corners, and return the requirement areas plus a within-scope, within-scope-with-actions or outside-scope disposition. Trigger: ecss, q-st-70-30, wire-wrap-scope-eligibility, wire-wrap-terminal-post-corners, wire-wrap-solid-conductor-rule, wire-wrap-covered-gauge-span, wire-wrap-gas-tight-contact-count, wire-wrap-requirement-area-set."
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-applicability-and-purpose, wire-wrap-scope-eligibility, wire-wrap-terminal-post-corners, wire-wrap-solid-conductor-rule, wire-wrap-covered-gauge-span, wire-wrap-gas-tight-contact-count, wire-wrap-requirement-area-set]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Wire Wrapping — Applicability and Purpose (space-systems/ecss/q7030-applicability-and-purpose)

Use when the task is the scope question of ECSS-Q-ST-70-30: whether a connection
in front of you is a solderless wrapped connection the standard governs, whether
the terminal and the wire can carry one, and what the wrap is actually for. This
leaf decides applicability; the wire, tool and preparation leaves carry the
controls it hands over.

## Domain quick reference

- A wrapped connection is a cold weld made by tension, not a fastening. The wire
  is drawn round a corner under enough force that the two metals deform into
  each other and exclude air from the interface, which is why the connection is
  gas-tight and why it keeps its resistance for decades without solder.
- That mechanism is also the scope test. Wherever the mechanism cannot happen,
  the requirements do not apply and cannot be made to apply: a round post has no
  corner to deform against, a stranded conductor lets its strands share the
  tension unevenly, and a soldered or crimped joint reaches its contact by a
  different route with its own process standard behind it.
- The count that matters is turns times sharp corners, because each corner of
  each turn is one gas-tight contact area. A four-corner post at six turns
  carries twenty-four independent contact areas, which is what makes the
  connection tolerant of a few of them degrading.
- Gauge span is a tool and terminal question, not a preference. A wire thicker
  than the span cannot be driven round the corner by the bit; a thinner one
  breaks before it reaches the tension the weld needs.
- Being inside scope is taking on a set of controls, not receiving a permission.
  Wire and terminal specification, tool certification, stripping, turn count,
  inspection and rework limits all arrive together, and a modified wrap or a
  flight application adds to that set rather than replacing part of it.

## Workflow

1. Normalise the connection record and test the joining method: only a
   solderless wrap is the process these requirements govern.
2. Test the terminal: the post shape has to be one that presents corners, and it
   has to present at least the minimum number of sharp corners.
3. Test the conductor: solid construction, and a gauge inside the covered span
   at both ends, with the thicker and thinner exclusions reported separately.
4. Count the gas-tight contact areas as turns times sharp corners and raise a
   finding when a connection inside scope would not reach the owed count.
5. Where the connection is inside scope, return the requirement areas it has
   taken on, adding the insulation-turn area for a modified wrap and the
   operator certification area for a flight application.
6. Close with one disposition: within-scope, within-scope-with-actions, or
   outside-scope with every exclusion named.

## Pitfalls

- Reading a wrap as a mechanical fastening. Once the joint is thought of as wire
  held on a post, every scope rule looks arbitrary and the round post, the
  stranded wire and the low turn count all look like acceptable variations.
- Wrapping a radiused or round post because it fits. The tool will make the
  turns and the joint will look correct; there is no corner to form the contact
  against, so the connection has the appearance of a wrap and none of its life.
- Accepting stranded wire on the grounds that it is more flexible. Flexibility
  is the defect here: the strands do not take the tension together, so the
  contact areas form at different pressures or not at all.
- Grading the joint on turns alone. Turns without corners are still nothing, and
  a six-turn wrap on a two-corner post carries half the contact areas of the
  same wrap on a four-corner post.
- Treating an out-of-scope connection as a waiver case. A soldered or crimped
  joint is not a wrap with a deviation; it belongs to a different process
  standard and is graded there.
- Taking scope as approval. Being inside scope means the wire, tool, stripping,
  turn count, inspection and rework controls all now apply to the connection.

## Behavior contract (gate 3)

The joining-method, terminal-shape, corner-count, conductor-construction and
gauge-span exclusions, the gas-tight contact count, the requirement-area set for
conventional, modified and flight connections, and the scope disposition are
exercised by the gate 3 contract test:
scripts/test_q7030_applicability_and_purpose.py against
scripts/q7030_applicability_and_purpose_logic.py (stdlib unittest, offline). Run:
python3 scripts/test_q7030_applicability_and_purpose.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 →