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

E1024 Definition

ASecurity

Use when define interfaces for a space system element by establishing the geometry, signals, protocols, and allocated budgets at each interface end in the IDD or single-end ICD, following ECSS-E-ST-10-24C §5.4: identify every interface end, assign the required geometric envelope and mounting constraints, document signal types and electrical characteristics or communication protocols, allocate per-end resource budgets and verify margin against capacity, and confirm the interface-definition rec...

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

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 e1024-definition --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E1024 Definition?

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

Security grade badge for E1024 Definition
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e1024-definition/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e1024-definition)

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

Download with Pro
Files
SKILL.md
---
name: e1024-definition
description: "Use when define interfaces for a space system element by establishing the geometry, signals, protocols, and allocated budgets at each interface end in the IDD or single-end ICD, following ECSS-E-ST-10-24C §5.4: identify every interface end, assign the required geometric envelope and mounting constraints, document signal types and electrical characteristics or communication protocols, allocate per-end resource budgets and verify margin against capacity, and confirm the interface-definition record is complete before it is submitted to the interface control baseline. Trigger: ecss, e-st-10-system-scope, interface-definition, idd, icd, geometry, signals, protocols, budget, interface-end."
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-10-system-scope, interface-definition, idd, icd, geometry, signals, protocols, budget]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Interface Management — Interface Definition (space-systems/ecss/e1024-definition)

Use when the task is to define the interfaces of a space system element per
ECSS-E-ST-10-24C §5.4 — establishing the IDD or single-end ICD content for
geometry, signals, protocols, and per-end resource budgets.

## Domain quick reference

- ECSS-E-ST-10-24C §5.4 requires every interface end to carry four attribute
  groups before the interface can be submitted to the controlled baseline:
  *geometry* (mounting point, envelope dimensions, mass), *signals or
  protocols* (signal type, voltage, impedance, or protocol name, data rate,
  message format), and *budget* (allocated resource vs. capacity with margin).
  An interface end without all applicable groups is incomplete and must not
  be baselined.
- Interface types recognised by this leaf: **mechanical** (geometry only),
  **electrical** and **optical** (geometry + signals), **data** (geometry +
  protocols + budget), **fluid** and **thermal** (geometry + budget). Each
  type maps to a fixed set of required attribute groups; supplying groups
  beyond those required is permitted but does not satisfy missing ones.
- Budget compliance requires allocated ≤ capacity and capacity > 0. The
  margin percentage is (capacity − allocated) / capacity × 100. A surface
  with an unset budget on a budget-bearing interface type is a finding, not
  a pass.
- For electrical and optical interfaces, both ends of a two-end pair must
  carry the same signal type and compatible voltage levels (within 0.5 V
  tolerance). A mismatch is a compatibility finding that blocks the IDD from
  being complete.

## Workflow

1. Collect every interface end from the IDD or single-end ICD record. Reject
   any end whose `end_id` is absent or blank, and any end whose
   `interface_type` is not one of the recognised types listed above.
2. For each end, determine which attribute groups are required by its
   interface type. Check that each required group (geometry, signals,
   protocols, budget) is present as a structured block with all mandatory
   fields populated.
3. For every budget block, evaluate compliance: confirm `allocated` and
   `capacity` are numeric, `capacity` > 0, `allocated` ≥ 0, and
   `allocated` ≤ `capacity`. Record the margin percentage. Flag any
   exceedance or missing field.
4. For electrical and optical end pairs, verify signal type identity and
   voltage compatibility across the two ends. Record any mismatch as a
   compatibility finding.
5. Aggregate per-end findings and cross-end compatibility findings. The IDD
   is complete only when both lists are empty for every end.
6. Emit a structured result: `complete` flag, per-end finding lists,
   compatibility findings, and a one-line summary. An incomplete IDD must
   not be submitted to the interface control baseline.

## Pitfalls

- Treating budget absence as a non-issue for data, fluid, or thermal
  interfaces — an interface end of those types with no budget block is
  incomplete, not implicitly compliant.
- Collapsing electrical and mechanical geometry requirements — mechanical
  ends do not require a signals block; electrical ends do. Applying the
  same attribute set to all types produces false findings on mechanical ends
  and false passes on electrical ends.
- Accepting a voltage difference below 0.5 V as always safe — the tolerance
  is an engineering default; project-specific requirements may be tighter.
  Flag such pairs and defer to the project's electrical interface budget.
- Baselined IDD records with unresolved findings — the §5.4 check must be
  clean before the record enters configuration control, not after.

## Behavior contract (gate 3)

The geometry, signals, protocols, budget, signal-compatibility, and full-IDD
logic is exercised by the gate 3 contract test:
scripts/test_e1024_definition.py against scripts/e1024_definition_logic.py
(stdlib unittest, offline). Run:
python3 scripts/test_e1024_definition.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 →