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

Q7003 Applicability And Alloys

ASecurity

Determine whether a metal part may carry a black anodic coating with inorganic dyes under the ECSS-Q-ST-70-03C applicability clause. Use when an alloy, a product form, a surface or assembly condition or a drawing tolerance decides whether the black-anodizing route is open, needs a qualification programme, or is closed: categorize the alloy family from its designation and its copper and silicon content, find the entrapment sites and the faces that have to stay electrically conductive, derive t...

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

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 q7003-applicability-and-alloys --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Q7003 Applicability And Alloys?

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

Security grade badge for Q7003 Applicability And Alloys
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-q7003-applicability-and-alloys/badge)](https://www.skillsdirectory.com/skills/ashfordeou-q7003-applicability-and-alloys)

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

Download with Pro
Files
SKILL.md
---
name: q7003-applicability-and-alloys
description: "Determine whether a metal part may carry a black anodic coating with inorganic dyes under the ECSS-Q-ST-70-03C applicability clause. Use when an alloy, a product form, a surface or assembly condition or a drawing tolerance decides whether the black-anodizing route is open, needs a qualification programme, or is closed: categorize the alloy family from its designation and its copper and silicon content, find the entrapment sites and the faces that have to stay electrically conductive, derive the outward growth the specified thickness adds to a surface and to a diameter, compare that growth with the allowance, and report one verdict per part with the duties a conditional case carries. Trigger: ecss, q-st-70-03-black-anodizing-scope, black-anodizing-alloy-applicability, copper-bearing-alloy-qualification, anodic-coating-dimensional-growth, entrapment-risk-assembly, electrical-bonding-face-masking."
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-03-black-anodizing-scope, q7003-applicability-and-alloys, black-anodizing-alloy-applicability, copper-bearing-alloy-qualification, anodic-coating-dimensional-growth, entrapment-risk-assembly, electrical-bonding-face-masking, black-anodize-part-condition]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Black Anodizing — Applicability and Alloys (space-systems/ecss/q7003-applicability-and-alloys)

Use when the task is the applicability question of ECSS-Q-ST-70-03C --
deciding, before any bath is booked, whether a given part in a given
alloy and a given condition may be black anodized with inorganic dyes
at all, and what a conditional case owes before it may proceed.

## Domain quick reference

- The process is an anodic one, so it only has a substrate on
  aluminium and its alloys. A part in steel, titanium or a polymer is
  outside the process entirely, and no amount of qualification brings
  it in. That question is asked first because everything below it
  assumes an aluminium substrate.
- Inside aluminium the family decides how the coating grows. The low
  alloyed, manganese-bearing and magnesium-bearing wrought families
  take a dense coating that accepts an inorganic dye evenly. The
  copper-bearing and the high-silicon families grow a thinner, more
  porous and patchier coating, so they are open only through a
  qualification programme run on the actual alloy and temper rather
  than on the family.
- Composition overrides the family digit. A nominally open alloy whose
  copper or silicon content sits above the threshold behaves like the
  family it resembles chemically, not the one its designation places
  it in, so the threshold is applied to the analysed composition and
  can demote an otherwise open alloy on its own.
- A casting is a qualification case whatever its designation. The
  porosity that gives a casting its surface also gives the coating a
  substrate that varies from one part of a part to another, and an
  even black is exactly what that variation defeats.
- Condition matters as much as composition. An organic coating, a
  conversion coating or an earlier anodic layer has to be off the part
  before it enters the line, and a closed assembly that can trap bath
  chemistry stays out until it is vented or the parts are run loose.
- A black anodic coating is an electrical insulator. A face that has
  to stay conductive for bonding or grounding is either masked before
  the part enters the line or the part is not a candidate; discovering
  this after the coating is grown costs the coating.
- The coating grows outward as well as inward. Roughly half the
  thickness stands proud of the original surface, so a treated surface
  gains that half, an outside diameter gains twice it, and a bore or a
  slot loses twice it. A tolerance that cannot take that movement
  makes the part a non-candidate at the specified thickness even when
  the alloy is ideal.

## Workflow

1. Confirm the base metal is aluminium. Reject anything else at once
   rather than carrying it through the alloy logic, because a verdict
   built on a non-aluminium substrate is meaningless.
2. Categorize the alloy: read the family digit off the designation for
   a wrought product, treat every casting as a qualification case, and
   then apply the copper and silicon thresholds to the analysed
   composition so a nominally open alloy can still be demoted.
3. Take the arrival condition. Attach a strip duty to a painted,
   conversion-coated or previously anodized surface instead of
   assuming the line will find it.
4. Take the assembly state. Close out a closed or dissimilar-metal
   assembly; attach a drain-and-rinse duty to a vented one.
5. Take the surface function. An unmasked bonding or grounding face
   closes the part; a masked one carries the masking duty forward.
6. Derive the growth the specified thickness adds to the governing
   feature and compare it with the drawing allowance, treating a part
   that lands exactly on its allowance as acceptable.
7. Grade the specified thickness against the process band, then report
   one verdict per part, the reasons behind it, the duties it carries,
   and whether the whole batch is clear.

## Pitfalls

- Reading the family digit and stopping there. The digit is a
  registry convention, not an analysis; an alloy carrying copper above
  the threshold grows the same poor coating whatever family it was
  filed under, and an applicability answer that never looked at the
  composition has not asked the question the clause asks.
- Treating a casting as its wrought namesake. The two share a
  designation root and almost nothing that matters here, and a casting
  waved through on a wrought precedent is the classic source of a
  patchy, streaked black that no rework recovers.
- Quoting the coating thickness as the dimensional change. Only the
  outward part moves the surface, and on a diameter it moves twice, so
  a tolerance assessment built on the raw thickness is wrong in both
  directions at once and wrong by a factor of four on a bore.
- Leaving the bonding face to the shop. A masking requirement that
  never reached the process sheet becomes an insulated ground path
  found at integration, when the only remedy left is stripping and
  re-running a part that has already been coated.
- Calling a thin specification safe because it is conservative. The
  dye sits in the pores of the coating, so below the dyeable band
  there is nowhere for the colour to go and the part comes out grey
  however long it stays in the dye bath.

## Behavior contract (gate 3)

The alloy categorization, composition thresholds, condition and
assembly duties, bonding-face rule, growth arithmetic, thickness band
and batch verdict are exercised by the gate 3 contract test:
scripts/test_q7003_applicability_and_alloys.py against
scripts/q7003_applicability_and_alloys_logic.py (stdlib unittest,
offline). Run:
python3 scripts/test_q7003_applicability_and_alloys.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 →