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

E2040 Device Layout Generation

ASecurity

Compute whether a device layout generation run satisfies ECSS-E-ST-20-40C 5.6.2 and can be released: derive core utilisation from the placed cell area, take the critical-path slack against the target period with an exact landing counted as met, turn the net list into a routing completion figure while still faulting every single unrouted net, and report the open geometry violations and the floorplan, layer stack, pin assignment, deviation and tool version documentation the record omits. Use wh...

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

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 e2040-device-layout-generation --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E2040 Device Layout Generation?

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

Security grade badge for E2040 Device Layout Generation
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e2040-device-layout-generation/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e2040-device-layout-generation)

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

Download with Pro
Files
SKILL.md
---
name: e2040-device-layout-generation
description: "Compute whether a device layout generation run satisfies ECSS-E-ST-20-40C 5.6.2 and can be released: derive core utilisation from the placed cell area, take the critical-path slack against the target period with an exact landing counted as met, turn the net list into a routing completion figure while still faulting every single unrouted net, and report the open geometry violations and the floorplan, layer stack, pin assignment, deviation and tool version documentation the record omits. Use when a place and route or full custom layout run has finished. Trigger: ecss, e-st-20-electrical-scope, device-layout-generation, layout-core-utilization, place-and-route-completion, layout-critical-path-slack, unrouted-net-detection, layout-documentation-completeness."
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, e2040-device-layout-generation, device-layout-generation, layout-core-utilization, place-and-route-completion, layout-critical-path-slack, unrouted-net-detection, layout-documentation-completeness]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Device Layout — Generation (space-systems/ecss/e2040-device-layout-generation)

Use when the task is the implementation duty of ECSS-E-ST-20-40C 5.6.2 --
turning the closed detailed design into a physical layout or a placed and
routed database, and saying whether the run that produced it is complete
enough and documented enough to be released.

## Domain quick reference

- Utilisation is the placed cell area over the core area available to it.
  A run above its ceiling has nowhere to put the routing, and nowhere to
  put the engineering-change cells that always follow, so the ceiling is
  a design rule and not a preference.
- A utilisation figure landing exactly on its ceiling is inside it. The
  division is a computed ratio, so the comparison absorbs representation
  error rather than rejecting a floorplan that is exactly on target.
- Timing is the achieved critical-path period against the target period.
  The difference is the slack, and a run closing exactly on target has met
  it for the same reason.
- Routing completion is a fraction and rounds flattering. Forty-two
  thousand nets with three left open reads as 99.99 per cent complete, so
  any unrouted net at all is a finding in its own right rather than a
  rounding detail.
- Open geometry violations belong to generation, not to the later
  verification activity. They are what the run itself left behind.
- Documentation is part of producing the layout. Floorplan, layer stack,
  pin assignment, the rule deviations taken and the tool and version that
  produced the database -- an undocumented layout cannot be reproduced,
  and the tool version is the item most often omitted.
- Areas and periods are positive quantities. A zero or negative figure is
  an input defect, not a finding about the device.

## Workflow

1. Resolve the run record: implementation style, core and placed cell
   area, target and achieved period, the net counts, the open geometry
   violations and the documentation carried. Refuse unknown keys and any
   non-positive area or period.
2. Compute utilisation and compare it with the ceiling, absorbing a
   figure that lands exactly on it.
3. Compute the critical-path slack and say whether the target period is
   met, absorbing a run that closes exactly on the target.
4. Compute routing completion, then report any unrouted net separately so
   the flattering fraction cannot hide it.
5. Report the geometry violations the run left open.
6. Fold the documentation names and report every required item the record
   does not carry.
7. Declare the run releasable only when no finding stands.

## Pitfalls

- Reading routing completion as the routing verdict. The figure is above
  99 per cent long before the last net is connected, and the nets left
  open are exactly the ones the tool could not solve.
- Rejecting a floorplan whose utilisation lands exactly on the ceiling. A
  computed ratio can sit a unit in the last place either side of the
  bound, and a strict comparison fails a correct floorplan.
- Judging timing on the slack sign alone without treating an exact
  landing as met. A path closing precisely on target is met, not missed.
- Leaving the tool and version out of the record. The database is then
  unreproducible, and the omission is invisible because every other
  documentation item is present.
- Treating a negative area or period as a device finding. It is a defect
  in the run record and has to be refused rather than reported.

## Behavior contract (gate 3)

The style folding, utilisation arithmetic with exact ceiling landings,
slack and target-period comparison, routing completion, unrouted-net
detection, geometry-violation reporting and documentation completeness are
exercised by the gate 3 contract test:
scripts/test_e2040_device_layout_generation.py against
scripts/e2040_device_layout_generation_logic.py (stdlib unittest,
offline). Run:
python3 scripts/test_e2040_device_layout_generation.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 →