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

Q7080 Build File And Job Control

ASecurity

Validate a powder-bed build file and its job before the platform is committed. Use when a nested job is released, or re-released after an engineering change, and the configuration has to be proved rather than trusted: check the build-file version, digest and parameter set are the approved ones, bind every nested part to the released design index, project each footprint through its platform rotation to prove the nest sits inside the usable envelope with its edge margin and part-to-part clearan...

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

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 q7080-build-file-and-job-control --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Q7080 Build File And Job Control?

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

Security grade badge for Q7080 Build File And Job Control
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-q7080-build-file-and-job-control/badge)](https://www.skillsdirectory.com/skills/ashfordeou-q7080-build-file-and-job-control)

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

Download with Pro
Files
SKILL.md
---
name: q7080-build-file-and-job-control
description: "Validate a powder-bed build file and its job before the platform is committed. Use when a nested job is released, or re-released after an engineering change, and the configuration has to be proved rather than trusted: check the build-file version, digest and parameter set are the approved ones, bind every nested part to the released design index, project each footprint through its platform rotation to prove the nest sits inside the usable envelope with its edge margin and part-to-part clearance, then compare every recorded build orientation against the approved one, treating an unrecorded orientation as a configuration break. Trigger: ecss, q-st-70-80-additive-manufacturing, am-build-file-control, am-build-job-release, am-platform-nesting-clearance, am-part-revision-binding, am-build-orientation-record."
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-70-80-additive-manufacturing, q7080-build-file-and-job-control, am-build-file-control, am-build-job-release, am-platform-nesting-clearance, am-part-revision-binding, am-build-orientation-record]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Additive Manufacturing — Build File and Job Control (space-systems/ecss/q7080-build-file-and-job-control)

Use when the task is the process clause of ECSS-Q-ST-70-80 that controls the
build file and the build job: which file version was sliced, which design
revision each nested part came from, how the parts are laid out on the
platform and which orientation each one is built at.

## Domain quick reference

- The build file is the manufacturing configuration. Everything that
  reaches the machine passes through it, so a job without a version and
  a digest of the file that was actually sliced cannot be reconstructed
  later from the parts it produced.
- A nest is a set of independent configuration decisions sharing one
  platform. Each part carries its own design revision, and one
  superseded revision in an otherwise correct nest contaminates that
  part alone, which is why the binding is graded per part.
- Rotation on the platform changes the footprint. A part turned in plane
  presents an axis-aligned extent of dx*|cos| + dy*|sin| across and
  dx*|sin| + dy*|cos| deep, so a nest that fitted at zero rotation can
  overrun the plate or a neighbour once parts are turned.
- Clearance is not decoration. Neighbouring parts share the gas flow,
  the recoater pass and the heat of the plate, and touching footprints
  mean a recoater strike or a fused bridge rather than a tight nest.
- Orientation is a property of the part, not of the job. It is approved
  once against the part's properties and repeated on every build, so a
  recorded orientation that drifts from the approved one is a different
  part from the qualified one.
- An unrecorded orientation is a break, not a default. Reading a blank
  field as nominal invents the one parameter that determines anisotropy,
  support load and surface finish on the features that matter.
- Footprints come out of a rotation, so two parts placed at exactly the
  minimum clearance can read a few units in the last place below it. The
  comparison absorbs that; the clearance requirement is never relaxed.

## Workflow

1. Validate the platform envelope and every nested part: a part needs an
   identifier, a part number, a design revision, a bounding box and a
   position, and a non-finite or non-positive value is an input error.
2. Refuse a nest that carries the same part identifier twice; two rows
   pointing at one place on the plate cannot both be graded.
3. Check the build-file identity: a version string, a digest of the
   expected length and alphabet, and a parameter set drawn from the
   approved list rather than a machine-local experiment.
4. Bind each nested part to the released design index, separating a part
   number the index does not carry from a revision that the index
   supersedes.
5. Project every footprint through its platform rotation and check it
   against the usable platform with its edge margin, and the part height
   against the vertical envelope.
6. Grade every pair of footprints for clearance, naming an actual
   overlap differently from a gap that is merely below the minimum.
7. Compare each recorded orientation with the approved orientation for
   that part number within the stated angular tolerance, comparing
   angles the short way round, and report an unrecorded orientation and
   a missing approval separately.
8. Hold the job when anything was found; release it only when nothing
   was.

## Pitfalls

- Trusting the file name as the version. The name travels with copies
  and edits, which is what the digest of the sliced file is there to
  settle.
- Re-using a nest layout after a part grew. The footprint is recomputed
  from the bounding box and the rotation, and a nest is only valid for
  the geometry it was checked against.
- Grading the nest at zero rotation and then turning parts to fit. The
  rotation is part of the layout, so the clearance check has to run on
  the rotated footprints that will actually be built.
- Letting one superseded revision ride along because the rest of the
  nest is correct. The build produces that part too, and it is not the
  part that was released.
- Treating an orientation deviation inside the drawing tolerance band as
  equivalent to none at all without stating the tolerance. The tolerance
  is an input to the comparison, and an unstated one silently becomes
  whatever the recorded values happen to be.

## Behavior contract (gate 3)

The part validation, build-file identity checks, revision binding,
rotated-footprint platform and clearance geometry, orientation comparison
and the release-or-hold verdict are exercised by the gate 3 contract test:
scripts/test_q7080_build_file_and_job_control.py against
scripts/q7080_build_file_and_job_control_logic.py (stdlib unittest,
offline). Run:
python3 scripts/test_q7080_build_file_and_job_control.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 →