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

Q2030 Hv

ASecurity

Compute the high-voltage provisions an electrical harness owes under ECSS-Q-ST-20-30C section 6.20 and its IPC section 20 basis. Use when the task is sizing clearance and creepage at a harness termination and grading the as-built distances: derating the breakdown gradient of air with operating pressure, refusing air as an insulator inside the Paschen minimum band unless the feature is encapsulated, taking the surface-flashover gradient below that band, scaling creepage with the insulating mat...

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

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 q2030-hv --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Q2030 Hv?

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

Security grade badge for Q2030 Hv
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-q2030-hv/badge)](https://www.skillsdirectory.com/skills/ashfordeou-q2030-hv)

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

Download with Pro
Files
SKILL.md
---
name: q2030-hv
description: "Compute the high-voltage provisions an electrical harness owes under ECSS-Q-ST-20-30C section 6.20 and its IPC section 20 basis. Use when the task is sizing clearance and creepage at a harness termination and grading the as-built distances: derating the breakdown gradient of air with operating pressure, refusing air as an insulator inside the Paschen minimum band unless the feature is encapsulated, taking the surface-flashover gradient below that band, scaling creepage with the insulating material group and contamination category, and deriving the proof voltage, dwell and leakage limit of the high-voltage test. Trigger: ecss, q-st-20-30c, harness-high-voltage-clearance, harness-creepage-distance, paschen-minimum-band, vacuum-surface-flashover, harness-proof-voltage-test."
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-20-30-harness-scope, q2030-hv, harness-high-voltage-clearance, harness-creepage-distance, paschen-minimum-band, vacuum-surface-flashover, harness-proof-voltage-test]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Harness Manufacturing — High-Voltage Application (space-systems/ecss/q2030-hv)

Use when the task is the high-voltage provision of ECSS-Q-ST-20-30C
section 6.20, which binds the high-voltage section of the
IPC/WHMA-A-620 acceptance basis — sizing the clearance and creepage a
harness termination owes at its working voltage and operating pressure,
grading what was actually built, and setting the proof test that
demonstrates it.

## Domain quick reference

- The provisions have an entry condition. Below the high-voltage
  threshold a termination is graded by the ordinary acceptance criteria
  and owes no clearance, creepage or proof test under this section;
  applying them anyway adds stress and cost without adding evidence.
- The insulating medium follows the pressure, and it does so
  non-monotonically. Well above the Paschen minimum the medium is air
  and its breakdown gradient falls roughly with pressure, so a cabin
  or a launch ascent is worse than the ground. Well below it the
  residual gas cannot sustain an avalanche and the limiting mechanism
  becomes flashover along the insulating surface, at a far higher
  gradient. Between the two lies the band where the breakdown voltage
  of air passes through its minimum.
- Inside that band no practical spacing holds off a high voltage. The
  answer is not a larger gap: it is encapsulation, potting or a
  pressurized enclosure, so that the band is never the medium the
  feature is asked to work in. A feature sized by a gap there has been
  sized against a curve it is not on.
- Clearance and creepage are different paths and are sized differently.
  Clearance is through the medium and follows the breakdown gradient;
  creepage is along an insulating surface and follows the tracking
  performance of the material and how dirty the surface is allowed to
  get. Creepage is never allowed to be shorter than the clearance it
  parallels, because the surface path would otherwise be the weaker of
  the two.
- The proof test is derived, not chosen. Its voltage comes from the
  working voltage, its dwell has to be long enough for a weakness to
  show, and the leakage current during the dwell is the measurement
  that actually says whether the insulation is sound.

## Workflow

1. Validate the feature record: identifier, working voltage, operating
   pressure, insulating material group, contamination category,
   encapsulation flag, as-built distances and the proof-test record. A
   non-positive voltage or pressure, or an unknown material group or
   contamination category, is an input error, not a case to clamp.
2. Decide whether the high-voltage provisions apply at this working
   voltage and report a feature below the threshold as not applicable
   rather than as compliant by accident.
3. Pick the insulation regime from the operating pressure, then take
   the breakdown gradient of that regime — pressure-derated air above
   the band, surface flashover below it.
4. Raise the encapsulation finding for an unencapsulated feature inside
   the band, and do not size a gap for it: there is no gradient there
   to size against.
5. Size the clearance from the working voltage, the gradient and the
   safety factor, with a floor no feature goes below.
6. Size the creepage from the working voltage, the material group and
   the contamination category, with its own floor and never below the
   clearance.
7. Grade the as-built distances, derive the proof voltage and grade the
   applied voltage, dwell and leakage, absorbing representation error
   at each limit with a named tolerance rather than by widening it.

## Pitfalls

- Sizing a gap for a feature that operates inside the Paschen minimum
  band. The curve has no usable gradient there, so a larger gap buys
  nothing; encapsulation or pressurization is the only answer.
- Using the sea-level breakdown gradient for a feature that flies. The
  gradient falls with pressure across the air regime, and the ascent
  profile passes through the worst of it.
- Treating vacuum as free insulation. The gas stops breaking down, but
  the surface does not, and a contaminated or tracked surface flashes
  over well below the clean-surface gradient.
- Sizing creepage without the material and contamination inputs. The
  same voltage on the same geometry needs very different surface paths
  on a high-tracking-performance material in a controlled environment
  and a poor one in a dirty one.
- Accepting a proof test that reached a voltage someone picked. The
  level comes from the working voltage, and a short dwell or an
  unrecorded leakage current leaves the test without its measurement.

## Behavior contract (gate 3)

The feature validation, applicability threshold, pressure-regime
selection and gradient derivation, encapsulation finding, clearance and
creepage sizing with their floors and the creepage-not-below-clearance
rule, as-built grading and the proof-voltage, dwell and leakage checks
are exercised by the gate 3 contract test: scripts/test_q2030_hv.py
against scripts/q2030_hv_logic.py (stdlib unittest, offline). Run:
python3 scripts/test_q2030_hv.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 →