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

E2006 Tether Description And Applicability

ASecurity

Use when determine whether the deployed-tether provisions of ECSS-E-ST-20-06C clause 10.1 attach to a spacecraft configuration: categorize each deployed or connecting element as an electrodynamic-tether, a conducting-tether, a non-conducting-tether, an inter-body connecting-cable or out-of-scope, from its deployed-length, its length-to-diameter slenderness and its conductor continuity; confirm the element spans two separated bodies; then enumerate the hazard families the applicability pulls i...

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 e2006-tether-description-and-applicability --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E2006 Tether Description And Applicability?

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

Security grade badge for E2006 Tether Description And Applicability
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e2006-tether-description-and-applicability/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e2006-tether-description-and-applicability)

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

Download with Pro
Files
SKILL.md
---
name: e2006-tether-description-and-applicability
description: "Use when determine whether the deployed-tether provisions of ECSS-E-ST-20-06C clause 10.1 attach to a spacecraft configuration: categorize each deployed or connecting element as an electrodynamic-tether, a conducting-tether, a non-conducting-tether, an inter-body connecting-cable or out-of-scope, from its deployed-length, its length-to-diameter slenderness and its conductor continuity; confirm the element spans two separated bodies; then enumerate the hazard families the applicability pulls into the design — motional-emf end-potential, plasma-current-collection, exposed-conductor-arcing, tether-breakage-debris, deployed-dynamics-oscillation — and flag every family carrying no control owner. Trigger: ecss, e-st-20-electrical-scope, e2006-tether-description-and-applicability, space-tether, electrodynamic-tether, tether-applicability, deployed-conductor-element, tether-hazard-inventory, inter-body-connecting-cable."
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, e-st-20-electrical-scope, e2006-tether-description-and-applicability, space-tether, electrodynamic-tether, tether-applicability, deployed-conductor-element, tether-hazard-inventory]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Electrical Design — Tether Description and Applicability (space-systems/ecss/e2006-tether-description-and-applicability)

Use when the task is the applicability decision of ECSS-E-ST-20-06C
clause 10.1 — deciding which thin deployed or connecting elements of a
spacecraft system are tethers for the purpose of the electrical design
provisions, and which electrical hazard families that decision brings
into the design.

## Domain quick reference

- Clause 10.1 introduces a tether as a thin element deployed between
  two separated bodies of a mission: an electrodynamic-tether driven
  against the geomagnetic-field, a conducting-tether used for
  momentum-exchange or formation-keeping, a non-conducting-tether of
  purely dielectric construction, or an inter-body connecting-cable
  carrying data and power between a mothercraft and a deployed unit.
  Geometry decides membership, not intent: a deployed element counts
  as a tether once it is long compared with the bodies it links and
  slender compared with its own length (a length-to-diameter ratio at
  or above 100:1 in this leaf), and once it actually spans two bodies.
  A short jumper, a boom, or a stubby strut is out of scope even when
  it is conductive.
- The conductor construction, not the mission function, decides the
  electrical exposure. A bare-conductor element sits in direct contact
  with the ambient plasma; an insulated-conductor element is exposed
  only where the dielectric is breached; a dielectric element carries
  no conduction path at all and keeps only the mechanical families.
- The orbit regime gates two of the families. A conducting element
  sweeping the geomagnetic-field in a low or medium orbit develops a
  motional end-potential along its length; only the dense low-orbit
  plasma supports meaningful current-collection at the ends. Beyond
  that plasma, and in interplanetary flight, both families fall away
  and what remains is breakage debris and deployed-dynamics
  oscillation, which every deployed element carries regardless.
- Applicability is a gate, not a verdict. The output of this clause is
  the set of in-scope elements and the hazard families each one drags
  in; the quantitative work — end-potential magnitude, collecting-area
  sizing, insulation continuity — belongs to the clauses downstream of
  it. What clause 10.1 does own is the finding that an in-scope family
  has no control owner on record.

## Workflow

1. Inventory every deployed or connecting element: deployed length,
   diameter, conductor construction (bare, insulated, dielectric),
   mission function, and whether it spans two separated bodies.
2. Compute the slenderness of each element as deployed length over
   diameter in consistent units. An element below the minimum deployed
   length, or below the slenderness threshold, is not a tether and
   leaves the assessment. Treat an exact-boundary ratio as compliant —
   absorb the representation error in the comparison, never by moving
   the threshold.
3. Categorize each surviving element from its conductor and function:
   dielectric construction gives a non-conducting-tether whatever the
   function; an electrodynamic function gives an electrodynamic-tether;
   a data-and-power umbilical gives a connecting-cable; anything else
   conducting gives a conducting-tether.
4. Apply the spanning test. A slender deployed element that does not
   link two separated bodies is out of scope, but record it as a
   finding rather than dropping it silently — the spanning assumption
   is the one most often wrong in an early configuration.
5. Enumerate the hazard families for each in-scope element from its
   category, conductor and orbit regime. Reject an unknown conductor,
   function or regime instead of defaulting it.
6. Compare the families against the controls on record. An in-scope
   element is applicability-complete only when every family it carries
   has a named control; report each uncontrolled family as its own
   finding, then state the inventory-level verdict.

## Pitfalls

- Reading "non-conducting" as "out of scope". A dielectric tether
  still fails structurally, still oscillates, and its breakage still
  produces debris; only the conduction-driven families fall away.
- Categorizing by mission function first. An electrodynamic mission
  flown on a dielectric line has no conduction path — the construction
  overrides the intent, and reversing that order invents hazards that
  the hardware cannot produce.
- Letting a long conducting element into scope without the spanning
  test, or dropping a non-spanning one without a finding. Both hide
  the same configuration question.
- Carrying the low-orbit family set into a high orbit or an
  interplanetary leg. Current-collection needs the dense plasma and
  the motional end-potential needs the swept field; asserting them
  everywhere buries the real driver under a worst case.
- Treating an empty finding list as applicability-complete when no
  controls were ever recorded. An element with no controls on record
  produces a finding per family; silence there means the inventory was
  never populated, not that the design is clean.

## Behavior contract (gate 3)

The slenderness, categorization, spanning, hazard-family and
control-coverage logic is exercised by the gate 3 contract test:
scripts/test_e2006_tether_description_and_applicability.py against
scripts/e2006_tether_description_and_applicability_logic.py (stdlib
unittest, offline). Run:
python3 scripts/test_e2006_tether_description_and_applicability.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 →