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

E10 Engineering Data

ASecurity

Use when manage a space project's engineering data items under ECSS-E-ST-10C clause 5.6.3 consistently with the ECSS-M-ST-40 configuration identification scheme: parse and check an item identifier against its declared type, originator and revision, place the item in a controlled repository with a retention period, link it to a configuration baseline before distribution is authorized, and report which items in the register are still short of configuration control. Trigger: ecss, e-st-10-system...

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 e10-engineering-data --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E10 Engineering Data?

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

Security grade badge for E10 Engineering Data
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e10-engineering-data/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e10-engineering-data)

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

Download with Pro
Files
SKILL.md
---
name: e10-engineering-data
description: "Use when manage a space project's engineering data items under ECSS-E-ST-10C clause 5.6.3 consistently with the ECSS-M-ST-40 configuration identification scheme: parse and check an item identifier against its declared type, originator and revision, place the item in a controlled repository with a retention period, link it to a configuration baseline before distribution is authorized, and report which items in the register are still short of configuration control. Trigger: ecss, e-st-10-system-scope, engineering-data, data-identification, m-st-40, configuration-control, controlled-storage, data-distribution, retention."
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, engineering-data, data-identification, configuration-control, controlled-storage, data-distribution]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS System Engineering — Engineering Data Management (space-systems/ecss/e10-engineering-data)

Use when the task is to manage engineering data items under
ECSS-E-ST-10C clause 5.6.3 -- identification, controlled storage,
configuration linkage and authorized distribution -- with identifiers
consistent with the ECSS-M-ST-40 configuration-management scheme.

## Domain quick reference

- An identifier carries four fields: originator, type code, sequence
  number and revision. Parsing it is a check, not a formality -- a
  wrong field count, an unrecognized type code or a non-numeric
  sequence number is rejected at the point of identification.
- The identifier and the declared metadata must agree. An item whose
  identifier says one originator, type or revision while its record
  says another is rejected, because the whole point of the scheme is
  that the identifier alone locates the item.
- The lifecycle is a strict order: identified, then stored, then
  configuration-controlled, then distributed. Each transition requires
  the previous state, so an item cannot be linked to a baseline before
  it has a controlled storage location, and cannot be distributed
  before it is linked.
- Controlled storage takes a named repository and a positive retention
  period. A retention period of zero or a missing repository leaves
  the item outside configuration management, not loosely inside it.
- Distribution takes a non-empty recipient list with no duplicates. A
  duplicated recipient is an input error -- a distribution list is a
  set of parties, and a duplicate usually signals two merged lists.
- The transitions return new records rather than mutating the caller's
  -- the register's earlier states stay intact, which is what makes
  the item's history auditable.
- A stored item not yet linked to a baseline is the register's
  characteristic gap: data already in a repository that clause 5.6.3
  requires under configuration control before it may leave.

## Workflow

1. Parse each new item's identifier and confirm its originator, type
   code and revision match the declared metadata; reject on any
   mismatch or malformed field.
2. Register the identified item with its type and description.
3. Place the item in a named controlled repository with a positive
   retention period, moving it to stored.
4. Link the stored item to a configuration baseline, moving it to
   configuration-controlled.
5. Authorize distribution to a de-duplicated, non-empty recipient list
   only once the item is configuration-controlled.
6. Report register readiness: the items still pending distribution,
   and separately the stored items not yet under configuration
   control.

## Pitfalls

- Accepting an identifier that parses but contradicts the record's own
  type, originator or revision. The identifier is the index into the
  repository, so a silent disagreement makes the item unfindable by
  the very key it was issued under.
- Linking a baseline to an item that has not been stored yet. The
  baseline then points at data with no controlled location, and the
  ordering exists precisely to prevent that.
- Distributing an item that is stored but not baselined. The recipient
  cannot trace the copy back to a controlled revision, which is the
  failure mode clause 5.6.3 addresses.
- Mutating a register record in place across a transition, which
  destroys the prior state and with it the item's history.
- Treating a duplicated recipient as harmless. It normally means two
  distribution lists were merged, and the duplicate is the visible
  symptom of a list that was never reconciled.
- Reading "every item distributed" as the only register health check.
  Stored-but-uncontrolled items are a distinct gap and are reported
  separately.

## Behavior contract (gate 3)

The identifier parsing, identification, controlled-storage,
configuration-linkage, distribution-authorization, register-status and
gap-reporting logic is exercised by the gate 3 contract test:
scripts/test_e10_engineering_data.py against
scripts/e10_engineering_data_logic.py (stdlib unittest, offline). Run:
python3 scripts/test_e10_engineering_data.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 →