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 Test Purpose

ASecurity

Use when an assembly capacitance number is about to be extrapolated to a panel nobody can measure. Derive a panel-level capacitance figure from measured solar cell assembly samples under ECSS-E-ST-20-08C clause 6.4.3.16.1: take the mean and relative standard error of the assembly readings, convert them to a specific capacitance per active area, check that against the reference for the cell technology, then scale through the series and parallel topology into the panel value and the stored char...

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

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-test-purpose --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E2008 Sca Capacitance Test Purpose?

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

Security grade badge for E2008 Sca Capacitance Test Purpose
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e2008-sca-capacitance-test-purpose/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e2008-sca-capacitance-test-purpose)

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

Download with Pro
Files
SKILL.md
---
name: e2008-sca-capacitance-test-purpose
description: "Use when an assembly capacitance number is about to be extrapolated to a panel nobody can measure. Derive a panel-level capacitance figure from measured solar cell assembly samples under ECSS-E-ST-20-08C clause 6.4.3.16.1: take the mean and relative standard error of the assembly readings, convert them to a specific capacitance per active area, check that against the reference for the cell technology, then scale through the series and parallel topology into the panel value and the stored charge, arc energy and displacement current the declared panel behaviours respond to. Trigger: ecss, e-st-20-08c-clause-6-4-3-16-1, sca-capacitance-test-purpose, assembly-to-panel-capacitance-extrapolation, assembly-specific-capacitance-per-area, panel-stored-charge-and-arc-energy, capacitance-sample-standard-error, sca-sample-representativeness-band."
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-test-purpose, sca-capacitance-test-purpose, assembly-to-panel-capacitance-extrapolation, assembly-specific-capacitance-per-area, panel-stored-charge-and-arc-energy, capacitance-sample-standard-error, sca-sample-representativeness-band]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Solar Cell Assemblies -- Capacitance Test Purpose (space-systems/ecss/e2008-sca-capacitance-test-purpose)

Use when the task is to state and defend why the capacitance of a solar cell
assembly is measured under ECSS-E-ST-20-08C clause 6.4.3.16.1 -- which is not
a question about the assembly at all. The number exists so that a panel value
can be produced without building and measuring a panel, so the purpose stands
or falls on whether the sample supports that extrapolation.

## Domain quick reference

- A solar cell assembly is a junction, a coverglass and an adhesive stack over
  a substrate, so it holds charge. At the assembly scale that charge is
  negligible. At the panel scale it is what feeds an arc, loads a regulator
  and couples a transient into the harness.
- The panel cannot be measured when the answer is needed. It is built late,
  it is large, and the bus design that consumes the figure is frozen earlier.
  The assembly is the only article available in time, which is why the clause
  asks for assembly data that extrapolates rather than a panel test.
- Specific capacitance -- the assembly value divided by its active area -- is
  the quantity that carries across scale. A raw farad figure from a coupon of
  one cell size says nothing about a panel built from another.
- Representativeness is an independent check, not a restatement. The measured
  specific value is compared with the declared reference for the cell
  technology; a sample that misses that band is a correct measurement of an
  article the panel is not being built from.
- Precision propagates. The panel figure inherits the relative standard error
  of the assembly sample mean, so two readings with wide scatter produce a
  panel value whose uncertainty swamps the margin it was meant to prove.
- Topology, not area, sets the panel value: assemblies in series divide the
  capacitance, strings in parallel multiply it. A long-string, few-string
  panel can end up with less capacitance than a short-string one of the same
  area, which is the opposite of the intuition.
- The extrapolation's whole output is three panel quantities -- stored charge
  at the bus working point, the energy an arc can draw from it, and the
  displacement current a step in the working point pushes. Each is linear in
  the panel capacitance, so an extrapolation error propagates to all three.
- A panel value too small to move any of those does not earn the campaign,
  however many behaviours are declared against it.

## Workflow

1. Validate the extrapolation policy first: minimum sample count, the
   relative standard error the panel figure may inherit, the
   representativeness band and the significance trigger. A basis of one
   assembly is refused rather than used -- it reports no scatter.
2. Group the declared panel behaviours, rejecting an unrecognised one rather
   than ignoring it, and map each to the panel quantity the extrapolated
   capacitance feeds it. Append the shared objective whenever any behaviour
   is present. No behaviour means nothing is being extrapolated toward.
3. Reduce the assembly readings to a mean, a sample standard deviation and a
   relative standard error. Keep the count: it is what the precision and the
   adequacy of the basis both rest on.
4. Convert the mean to a specific capacitance per active area and compare it
   with the declared reference for the cell technology -- an input the
   measurement did not produce, so the check can actually fail.
5. Scale through the series and parallel topology into the panel value, and
   derive the stored charge, arc energy and displacement current from it.
   These are reported whatever the verdict; they are what the number was
   wanted for.
6. Test the panel value against the significance trigger before grading the
   basis. A value landing exactly on the trigger earns the campaign; the
   comparison tolerance absorbs representation error and the trigger does not
   move.
7. Close on one verdict: panel characterisation not required, assembly
   measurement not planned, extrapolation inadequate, or panel capacitance
   characterised -- reporting every inadequacy found, not only the first.

## Pitfalls

- Quoting the assembly farad figure as the answer. It is three or four orders
  below the panel value and the topology moves it in both directions, so it
  is never the number the bus analysis needs.
- Measuring one assembly. It produces a mean with no scatter behind it, and
  the panel figure it supports has an uncertainty nobody can state.
- Checking representativeness against the sample's own specific capacitance.
  That comparison shares its expression with the measurement and cannot fail
  with it; the reference for the cell technology has to come from outside.
- Extrapolating by area alone. Doubling the panel area at twice the string
  length leaves the capacitance where it was, and an area-only scaling
  reports a doubling that is not there.
- Reporting the panel capacitance without the stored charge, arc energy and
  displacement current. The farad value alone leaves every downstream
  analysis to redo the same arithmetic from it.
- Running the campaign because a behaviour was declared. A panel value under
  the significance trigger cannot move any of the three quantities, and the
  sample hardware is spent for nothing.

## Behavior contract (gate 3)

The policy validation, the sample mean, scatter and relative standard error,
the specific capacitance and representativeness ratio, the sample count and
precision checks, the series and parallel panel scaling, the panel stored
charge, arc energy and displacement current, the behaviour inventory and
objective mapping, and the purpose verdict are exercised by the gate 3
contract test: scripts/test_e2008_sca_capacitance_test_purpose.py against
scripts/e2008_sca_capacitance_test_purpose_logic.py (stdlib unittest,
offline). Run:
python3 scripts/test_e2008_sca_capacitance_test_purpose.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 →