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

Q6013 Magnetics Procurement Test Table

ASecurity

Use when inductor or transformer procurement test data has to become a lot verdict. Evaluate a commercial magnetic part lot against its procurement test matrix under ECSS-Q-ST-60-13C Table 8-5: validate each row's method, sample size and accept number, correct every winding-resistance reading back to the reference temperature before it meets its limit, apply a maximum to resistance, a minimum to insulation resistance and a two-sided band to inductance and turns ratio instead of one comparison...

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

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 q6013-magnetics-procurement-test-table --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Q6013 Magnetics Procurement Test Table?

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

Security grade badge for Q6013 Magnetics Procurement Test Table
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-q6013-magnetics-procurement-test-table/badge)](https://www.skillsdirectory.com/skills/ashfordeou-q6013-magnetics-procurement-test-table)

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

Download with Pro
Files
SKILL.md
---
name: q6013-magnetics-procurement-test-table
description: "Use when inductor or transformer procurement test data has to become a lot verdict. Evaluate a commercial magnetic part lot against its procurement test matrix under ECSS-Q-ST-60-13C Table 8-5: validate each row's method, sample size and accept number, correct every winding-resistance reading back to the reference temperature before it meets its limit, apply a maximum to resistance, a minimum to insulation resistance and a two-sided band to inductance and turns ratio instead of one comparison for all rows, refuse a dielectric run carried out below the declared test voltage, and weigh row failures as a percent defective against the allowance. Trigger: ecss, q-st-60-13c-table-8-5, magnetics-procurement-test-matrix, winding-resistance-temperature-correction, magnetics-insulation-resistance-minimum, turns-ratio-tolerance-band, dielectric-withstanding-leakage-limit, magnetics-lot-accept-number."
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-60-13-commercial-eee-scope, q6013-magnetics-procurement-test-table, q-st-60-13c-table-8-5, magnetics-procurement-test-matrix, winding-resistance-temperature-correction, magnetics-insulation-resistance-minimum, turns-ratio-tolerance-band, dielectric-withstanding-leakage-limit]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Commercial Parts — Magnetics Procurement Test Table (space-systems/ecss/q6013-magnetics-procurement-test-table)

Use when the task is the magnetic-parts row of the procurement testing
provisions of ECSS-Q-ST-60-13C Table 8-5 — taking the test methods, sample
sizes and acceptance limits the table sets for inductors and transformers and
turning an executed campaign on one purchased lot into an accept-or-hold
verdict.

## Domain quick reference

- A winding resistance is a thermometer as much as a measurement. Copper
  moves about 0,4 % per degree, so a part measured on a warm bench reads
  several percent high and fails a limit it would have met. The reading is
  corrected to the reference temperature the limit is quoted at before any
  comparison, and a reading delivered without its temperature is not a
  result.
- The correction is a ratio about the inferred zero-resistance temperature of
  the conductor, not a percentage added on. Using a linear percentage away
  from room temperature drifts fast at cryogenic and hot-bench extremes,
  which is exactly where an acceptance argument is contested.
- The limits on this table take three different shapes. Winding resistance
  carries a maximum, insulation resistance carries a minimum, and inductance
  and turns ratio carry two-sided bands. One comparison applied to all of
  them passes every open winding on the insulation row.
- A dielectric-withstanding run is graded on leakage at a declared voltage,
  and a run carried out below that voltage is not a weaker pass. The stress
  was never applied, so the sample has no result and the run is refused
  rather than graded.
- Turns ratio and inductance are band quantities because a magnetics fault
  moves them either way: a shorted turn drops both, a mis-set gap or a wrong
  core lifts inductance. Recording only an upper bound loses the shorted-turn
  population entirely.

## Workflow

1. Validate each matrix row: a sample larger than the lot, a zero sample, an
   accept number above the sample or more failures than units sampled is an
   input error, not a degenerate case to clamp. Refuse a matrix that repeats
   a method, so every row is judged once.
2. Correct every winding-resistance reading from its measurement temperature
   to the reference temperature, refusing a temperature at or below the
   inferred zero where the ratio is undefined.
3. Judge each measured quantity against the shape of its own limit — maximum,
   minimum or band — and report the under-bound and over-bound populations
   separately rather than as one failure count.
4. Grade the dielectric-withstanding leakage against its limit, refusing a run
   whose applied voltage fell short of the declared test voltage.
5. Absorb floating-point representation error at every bound with a named
   tolerance rather than by relaxing the bound.
6. Convert each row's failures into a percent defective, compare it with the
   allowance as well as the accept number, and report every rejecting row
   with a marginal-row advisory where an accepted row used up its allowance.

## Pitfalls

- Comparing a hot winding resistance straight to the limit. The part is
  rejected for the bench it sat on, and a supplier who measures cold ships
  the same build through.
- Applying a maximum to insulation resistance. The comparison passes a
  winding whose insulation has broken down to a few ohms, which is the one
  result the row exists to find.
- Reading turns ratio against an upper bound only. A shorted turn shows as a
  low ratio and walks through a one-sided check.
- Grading a dielectric run performed under the declared voltage. It is not a
  softer pass; no stress was applied, so there is nothing to grade.
- Widening a bound to pass an exact-equality case. An equality at the bound is
  a representation question handled by the tolerance inside the comparison;
  the declared bound stays as specified.

## Behavior contract (gate 3)

The row validation, winding-resistance temperature correction, the maximum,
minimum and band limit shapes, the dielectric-withstanding run and the overall
accept-or-hold disposition are exercised by the gate 3 contract test:
scripts/test_q6013_magnetics_procurement_test_table.py against
scripts/q6013_magnetics_procurement_test_table_logic.py (stdlib unittest,
offline). Run:
python3 scripts/test_q6013_magnetics_procurement_test_table.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 →