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 Surface Metallic Part Bonding

ASecurity

Use when verify that every structural and mechanical metallic part of a spacecraft is electrically bonded under ECSS-E-ST-20-06C clause 6.3.1: trace each part's bond path to the structural reference across the bonding network, add series strap and joint resistances along the lowest-resistance route, combine redundant straps in parallel, compare the effective bond resistance against its bond-category ceiling, convert a bounding discharge transient into the resistive and inductive potential the...

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-surface-metallic-part-bonding --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E2006 Surface Metallic Part Bonding?

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

Security grade badge for E2006 Surface Metallic Part Bonding
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e2006-surface-metallic-part-bonding/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e2006-surface-metallic-part-bonding)

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

Download with Pro
Files
SKILL.md
---
name: e2006-surface-metallic-part-bonding
description: "Use when verify that every structural and mechanical metallic part of a spacecraft is electrically bonded under ECSS-E-ST-20-06C clause 6.3.1: trace each part's bond path to the structural reference across the bonding network, add series strap and joint resistances along the lowest-resistance route, combine redundant straps in parallel, compare the effective bond resistance against its bond-category ceiling, convert a bounding discharge transient into the resistive and inductive potential the strap sustains, and report every part left electrically isolated from the structural reference. Trigger: ecss, e-st-20-electrical-scope, e-st-20-06c, metallic-part-bonding, bond-path-resistance, structural-reference-continuity, differential-charging-control, bond-strap-inductance, redundant-bond-strap."
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-surface-metallic-part-bonding, metallic-part-bonding, bond-path-resistance, structural-reference-continuity, differential-charging-control, bond-strap-inductance, redundant-bond-strap]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Electrical Scope — Surface Metallic Part Bonding (space-systems/ecss/e2006-surface-metallic-part-bonding)

Use when the task is the clause 6.3.1 bonding requirement of
ECSS-E-ST-20-06C — proving that every structural and mechanical
metallic part is tied to the structural reference by a bond path good
enough to keep differential charging between metals controlled.

## Domain quick reference

- The requirement is a *network* property, not a per-part attribute. A
  part is bonded when a conductive route exists from it to the
  structural reference; the route may run through other parts. Two
  parts each carrying an excellent strap to a third part that is itself
  floating are both unbonded. Reachability therefore has to be resolved
  over the whole bond graph before any resistance is judged.
- Along a route, joint and strap resistances add in series. Between two
  parts, redundant straps combine in parallel, so a second strap lowers
  the effective resistance but never below the better of the two. The
  governing number for a part is the lowest total resistance any route
  to the structural reference achieves — a poor parallel route does not
  degrade a good one.
- The ceiling on that effective resistance depends on the part's bond
  category. A primary-structure bond carries the tightest ceiling; a
  bond whose only job is to bleed electrostatic charge off a mechanical
  fitting is allowed orders of magnitude more. Judging a bleed bond
  against a primary-structure ceiling manufactures findings; judging a
  primary-structure bond against a bleed ceiling hides them.
- The bond also has to survive a discharge transient, and there the DC
  resistance is usually not what dominates. A strap's series inductance
  produces a potential proportional to the current slew rate, so a long
  narrow strap can sustain hundreds of volts during a fast event while
  measuring only milliohms at DC. This is why the clause is satisfied by
  short, wide straps rather than by low DC resistance alone.
- A part with no declared exposed area cannot have its quasi-static
  collected current computed. That is missing evidence, not a pass.

## Workflow

1. Inventory every structural and mechanical metallic part with its
   bond category, and inventory every declared bond as an endpoint pair
   with a measured resistance. Reject an unknown category and an
   endpoint that names no part and is not the structural reference.
2. Collapse redundant straps between the same endpoint pair into one
   effective resistance by parallel combination, building the bond
   network.
3. Resolve the lowest-resistance route from each part to the structural
   reference by accumulating series resistance across the network. Any
   part the reference cannot reach is electrically isolated — the first
   and most severe finding class.
4. Compare each part's effective bond resistance against its
   bond-category ceiling, absorbing float representation error at the
   boundary with a relative tolerance rather than by relaxing the
   ceiling.
5. Compute the quasi-static differential potential from the part's
   collected environmental current across its bond resistance, and the
   transient potential from the bounding discharge current through the
   strap resistance plus its inductive term. Compare both against the
   allowable differential potential.
6. Aggregate per part: the bonding network is compliant only when no
   part is isolated, no ceiling is exceeded, no potential check fails
   and no part is missing the evidence needed to run a check.

## Pitfalls

- Confirming a strap exists and stopping there. A strap to a floating
  neighbour is not a bond to the structural reference; only graph
  reachability settles it.
- Summing parallel straps or paralleling series segments. Series adds,
  parallel divides; inverting the two either invents margin or invents
  a finding.
- Taking the first route found instead of the lowest-resistance route.
  The governing number is the best route, and a search that stops early
  reports a resistance the hardware does not have.
- Judging bonding on DC resistance only. The inductive term dominates a
  fast discharge, so a strap can pass a milliohm check and still sustain
  a damaging transient potential.
- Treating a part with no declared exposed area as compliant because no
  potential could be computed. Absent evidence is a finding.

## Behavior contract (gate 3)

The network construction, series and parallel combination,
lowest-resistance route resolution, isolation detection, category
ceiling check and transient potential logic are exercised by the gate 3
contract test: scripts/test_e2006_surface_metallic_part_bonding.py
against scripts/e2006_surface_metallic_part_bonding_logic.py (stdlib
unittest, offline). Run:
python3 scripts/test_e2006_surface_metallic_part_bonding.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 →