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

E2008 Sca Capacitance Measurement Process

ASecurity

Use when an assembly capacitance figure is about to be quoted from a technique nobody nominated. Evaluate which single accepted technique, frequency domain or time domain, a solar cell assembly capacitance measurement runs under per ECSS-E-ST-20-08C clause 6.4.3.16.2, and show the nominated one holds: size the reactance at the test frequency against the instrument band, derive the dissipation factor the assembly leakage adds, compute the decay constant or ramp slope and the samples the record...

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

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 e2008-sca-capacitance-measurement-process --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E2008 Sca Capacitance Measurement Process?

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

Security grade badge for E2008 Sca Capacitance Measurement Process
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e2008-sca-capacitance-measurement-process/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e2008-sca-capacitance-measurement-process)

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

Download with Pro
Files
SKILL.md
---
name: e2008-sca-capacitance-measurement-process
description: "Use when an assembly capacitance figure is about to be quoted from a technique nobody nominated. Evaluate which single accepted technique, frequency domain or time domain, a solar cell assembly capacitance measurement runs under per ECSS-E-ST-20-08C clause 6.4.3.16.2, and show the nominated one holds: size the reactance at the test frequency against the instrument band, derive the dissipation factor the assembly leakage adds, compute the decay constant or ramp slope and the samples the recorder places inside that window, size the fixture stray against the article, and close an uncertainty budget. Trigger: ecss, e-st-20-08c-clause-6-4-3-16-2, sca-capacitance-measurement-technique, sca-frequency-domain-capacitance-bridge, sca-time-domain-capacitance-decay, constant-current-ramp-capacitance-slope, sca-fixture-stray-capacitance-fraction, sca-capacitance-uncertainty-budget."
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-08-photovoltaic-assembly-scope, e2008-sca-capacitance-measurement-process, sca-capacitance-measurement-technique, sca-frequency-domain-capacitance-bridge, sca-time-domain-capacitance-decay, constant-current-ramp-capacitance-slope, sca-fixture-stray-capacitance-fraction, sca-capacitance-uncertainty-budget]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Solar Cell Assemblies -- Capacitance Measurement Process (space-systems/ecss/e2008-sca-capacitance-measurement-process)

Use when the task is clause 6.4.3.16.2 of ECSS-E-ST-20-08C -- measuring the
capacitance of a solar cell assembly by one accepted technique, taken either
from the frequency domain or from the time domain. The clause asks for a
technique, singular. A campaign that leaves both domains open produces two
numbers with no rule for reconciling them, and this is the figure that gets
extrapolated to panel level, so it has to be defensible rather than merely
available.

## Domain quick reference

- Frequency-domain techniques -- a balanced bridge or a swept impedance
  analyser -- read the reactive part of the impedance at a test frequency.
  The assembly presents 1 / (2 pi f C) ohms there, and that has to land
  inside the band the instrument can actually resolve.
- A solar cell assembly is a small capacitor, so its reactance is large. Pick
  the frequency from habit and the article sits above the instrument ceiling,
  where the reading is the meter's own noise floor rather than the article.
- The assembly's own leakage sits in parallel with that reactance and shows
  up as a dissipation factor, 1 / (2 pi f C R). When the loss stops being
  small the bridge is no longer resolving a capacitance at all.
- Time-domain techniques read a rate. A constant-current charge gives a slope
  of I / C; a resistive discharge gives a decay constant of R C. Both convert
  a fitted rate into a capacitance, so the fit is the measurement.
- The recorder is part of the technique. Whatever the window -- the ramp span
  over the slope, or the decay constant -- enough samples have to land inside
  it for the rate to be fitted. A fast article and a slow recorder produce a
  two-point line and a number with no meaning behind it.
- Fixture stray is the defect that dominates at this scale. Leads, a probe
  card and an unguarded platen can hold as much as the article; the stray has
  to be a small, stated fraction of the reading rather than an afterthought.
- The uncertainty budget closes in root-sum-square, and it closes against the
  requirement, not against whatever the setup happened to achieve. A
  technique that cannot close it is not accepted however convenient it is.

## Workflow

1. Validate the measurement policy first: the instrument reactance band, the
   dissipation ceiling, the minimum samples in the observation window, the
   stray allowance and the uncertainty limit. A band whose ceiling is not
   above its floor is refused rather than used.
2. Group the nominated techniques, rejecting an unrecognised one rather than
   ignoring it. No nomination and more than one nomination are distinct
   outcomes, and neither is a measurement -- report them and stop.
3. Resolve the single nominated technique to its domain, and require the
   settings block that domain needs. A plan that names a bridge and carries
   only recorder settings has not been written yet.
4. For a frequency-domain technique, compute the reactance at the test
   frequency and check it against the instrument band, then derive the
   dissipation factor from the assembly leakage and check the reactive part
   still dominates.
5. For a time-domain technique, derive the observation window -- the ramp
   span over the I / C slope, or the R C decay constant -- and check the
   recorder places enough samples inside it. A count landing exactly on the
   minimum is sufficient; the comparison tolerance absorbs representation
   error and the minimum does not move.
6. Close the two checks both domains share: the fixture stray as a fraction
   of the article, and the combined uncertainty in root-sum-square against
   the requirement.
7. Close on one verdict: technique not nominated, more than one technique
   left open, nominated technique inadequate, or technique accepted --
   reporting every inadequacy found, not only the first.

## Pitfalls

- Carrying both domains into the test plan "for flexibility". The clause asks
  for one accepted technique, and the second one exists only to be quoted
  when the first gives an inconvenient answer.
- Choosing the bridge frequency from another article's procedure. Reactance
  scales as one over the capacitance, and an assembly is orders below the
  string that procedure was written for.
- Reading a capacitance through a dissipation factor nobody checked. A lossy
  article returns a number the bridge is willing to display and the physics
  does not support.
- Fitting a decay the recorder never resolved. Twenty samples in the window
  is a fit; two is a straight line through noise, and the capacitance it
  yields carries no uncertainty anyone can defend.
- Leaving the fixture out of the budget. At this capacitance the leads can be
  a tenth of the reading, and an unstated stray biases every assembly in the
  sample the same way, so the scatter never reveals it.
- Closing the uncertainty budget against the achieved setup rather than the
  requirement. It always passes, and it grades the check's own output.

## Behavior contract (gate 3)

The policy validation, the technique inventory and single nomination, the
domain resolution, the reactance and dissipation factor, the decay constant,
ramp slope, observation window and sample count, the fixture stray fraction,
the root-sum-square uncertainty budget, and the technique verdict are
exercised by the gate 3 contract test:
scripts/test_e2008_sca_capacitance_measurement_process.py against
scripts/e2008_sca_capacitance_measurement_process_logic.py (stdlib unittest,
offline). Run:
python3 scripts/test_e2008_sca_capacitance_measurement_process.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 →