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 Tantalum Capacitor Chip Test Table

ASecurity

Use when a tantalum chip lot's test table has to become an accept or hold verdict. Assess whether a solid electrolyte tantalum chip test matrix meets the ECSS-Q-ST-60-13C Table 8-2 programme: pick the sample size and accept number from the banded lot plan and refuse a lot above its top band, confirm every required group is declared once, derive the DC leakage allowance from the part's capacitance-voltage product rather than a single number, apply the tantalum voltage derating ceiling, and tak...

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

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-tantalum-capacitor-chip-test-table --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Q6013 Tantalum Capacitor Chip Test Table?

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

Security grade badge for Q6013 Tantalum Capacitor Chip Test Table
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-q6013-tantalum-capacitor-chip-test-table/badge)](https://www.skillsdirectory.com/skills/ashfordeou-q6013-tantalum-capacitor-chip-test-table)

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

Download with Pro
Files
SKILL.md
---
name: q6013-tantalum-capacitor-chip-test-table
description: "Use when a tantalum chip lot's test table has to become an accept or hold verdict. Assess whether a solid electrolyte tantalum chip test matrix meets the ECSS-Q-ST-60-13C Table 8-2 programme: pick the sample size and accept number from the banded lot plan and refuse a lot above its top band, confirm every required group is declared once, derive the DC leakage allowance from the part's capacitance-voltage product rather than a single number, apply the tantalum voltage derating ceiling, and take measured leakage, equivalent series resistance and surge-cycle counts against their limits. Trigger: ecss, q-st-60-13c-table-8-2, tantalum-chip-test-matrix, solid-electrolyte-tantalum-lot, dc-leakage-cv-allowance, tantalum-voltage-derating-ceiling, surge-current-cycle-count, banded-lot-sampling-plan."
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-tantalum-capacitor-chip-test-table, tantalum-chip-test-matrix, solid-electrolyte-tantalum-lot, dc-leakage-cv-allowance, tantalum-voltage-derating-ceiling, surge-current-cycle-count, banded-lot-sampling-plan]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Commercial EEE Parts -- Solid Electrolyte Tantalum Chip Test Matrix (space-systems/ecss/q6013-tantalum-capacitor-chip-test-table)

Use when the task is the Table 8-2 test matrix of ECSS-Q-ST-60-13C: a lot of
solid electrolyte tantalum capacitor chips has a declared programme of test
groups, methods and sample sizes, and the question is whether that programme
is complete and whether its results accept or hold the lot.

## Domain quick reference

- A solid electrolyte tantalum chip fails differently from a ceramic one.
  The dielectric is an oxide grown on a sintered anode, so the two groups
  that carry the matrix are surge current, which exercises the inrush event
  that propagates a weak site, and DC leakage, which is the measurement that
  weak site shows up in. A matrix without both is not a tantalum matrix.
- The sample comes from a banded plan keyed on lot size, not from a single
  number. Each band names a sample and an accept number together, so quoting
  a sample size without the accept number of its band is half a plan.
- A lot above the top band of the declared plan is refused, not judged on
  the largest band that happens to exist. Reusing the top band on a lot ten
  times its ceiling silently loosens the confidence the plan was built for.
- DC leakage has no single allowance. It scales with the
  capacitance-voltage product of the part, with a floor that keeps the
  smallest parts from being held to an unmeasurable current. Two parts in
  the same lot family with different C*V ratings carry different allowances,
  and a fixed microamp number over-rejects one and under-rejects the other.
- Voltage derating is part of the acceptance question, not a downstream
  application matter. A solid electrolyte tantalum part in a surge-capable
  circuit is applied well below its rating, and an application voltage above
  that ceiling holds the lot however the test rows performed.
- Equivalent series resistance is a separate reject path from leakage. A
  part inside its leakage allowance with a risen ESR has a degraded
  cathode connection, which the leakage measurement alone never sees.

## Workflow

1. Validate the lot, then resolve its band from the sampling plan to get the
   sample size and accept number together; refuse a lot above the top band
   rather than reusing it, and cap the sample at a lot smaller than it.
2. Check coverage: every required group for a solid electrolyte tantalum
   chip present, each declared once, and any group outside the required set
   reported as an addition rather than counted towards coverage.
3. Derive the DC leakage allowance from the part's capacitance-voltage
   product and its declared floor, and carry that allowance into the leakage
   row rather than comparing against a quoted constant.
4. Compute the derated voltage ceiling from the rating and the derating
   factor, and refuse an application voltage above it; a factor outside
   (0, 1] is an input error, not a derating.
5. Take each row's failures against the band accept number, the measured
   leakage and equivalent series resistance against their limits, and the
   surge group's cycle count against the number required.
6. Hold the lot when any row rejects or the derating fails, naming every
   rejecting group rather than the first, and report a row that used its
   accept number in full as a marginal-row advisory alongside the accept.

## Pitfalls

- Quoting a fixed leakage limit in microamps for a whole part family. The
  allowance follows C*V, so one constant is simultaneously too tight for the
  large-capacitance parts and too loose for the small ones.
- Judging a lot above the top band on that top band. That is not a
  conservative reading; it is a plan applied outside the lot range it was
  drawn for, and the confidence it carries no longer holds.
- Taking the sample size from a band and the accept number from elsewhere.
  The pair is the plan; splitting it produces a criterion nobody declared.
- Treating derating as an application concern outside the matrix. An
  overvoltage application makes the surge behaviour of the part irrelevant,
  so the derating check belongs in the same disposition.
- Reading leakage alone as the health of the part. A risen equivalent series
  resistance is a separate reject path and leakage never shows it.
- Widening a limit to pass an exact-equality case. An equality at the limit
  is a representation question handled by the tolerance inside the
  comparison; the declared limit stays as specified.

## Behavior contract (gate 3)

The lot validation, banded sample-plan resolution, capacitance-voltage
leakage allowance, derating ceiling, matrix coverage, per-row verdict with
its surge-cycle count and the overall accept-or-hold disposition are
exercised by the gate 3 contract test:
scripts/test_q6013_tantalum_capacitor_chip_test_table.py against
scripts/q6013_tantalum_capacitor_chip_test_table_logic.py (stdlib unittest,
offline). Run:
python3 scripts/test_q6013_tantalum_capacitor_chip_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 →