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 Bare Cell Temperature Coefficients

ASecurity

Use when a coefficient data sheet or qualification subgroup record has to be evaluated. Derive the bare solar cell temperature coefficients that clause 7.5.4 of ECSS-E-ST-20-08C asks for on the irradiated samples of the qualification subgroup: confirm each sample really carries its irradiation and belongs to the subgroup, hold the measurement set to enough distinct temperatures over a wide enough span, fit short circuit current, open circuit voltage and peak power against temperature by least...

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-bare-cell-temperature-coefficients --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E2008 Bare Cell Temperature Coefficients?

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

Security grade badge for E2008 Bare Cell Temperature Coefficients
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e2008-bare-cell-temperature-coefficients/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e2008-bare-cell-temperature-coefficients)

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

Download with Pro
Files
SKILL.md
---
name: e2008-bare-cell-temperature-coefficients
description: "Use when a coefficient data sheet or qualification subgroup record has to be evaluated. Derive the bare solar cell temperature coefficients that clause 7.5.4 of ECSS-E-ST-20-08C asks for on the irradiated samples of the qualification subgroup: confirm each sample really carries its irradiation and belongs to the subgroup, hold the measurement set to enough distinct temperatures over a wide enough span, fit short circuit current, open circuit voltage and peak power against temperature by least squares, report absolute and relative coefficients with the fit quality behind them, and name the subgroup member nobody measured. Trigger: ecss, e-st-20-08c-clause-7-5-4, bare-solar-cell-temperature-coefficients, irradiated-qualification-subgroup-sampling, temperature-coefficient-least-squares-fit, bare-cell-coefficient-sign-convention."
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-bare-solar-cell-scope, e2008-bare-cell-temperature-coefficients, e-st-20-08c-clause-7-5-4, bare-solar-cell-temperature-coefficients, irradiated-qualification-subgroup-sampling, temperature-coefficient-least-squares-fit, bare-cell-coefficient-sign-convention, bare-cell-coefficient-fit-quality]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Bare Solar Cells — Temperature Coefficients (space-systems/ecss/e2008-bare-cell-temperature-coefficients)

Use when the task is clause 7.5.4 of ECSS-E-ST-20-08C: the temperature
coefficients of the bare cells, measured on the samples of the qualification
subgroup that have already taken their irradiation. Two things make this clause
what it is — the coefficient is a slope, so it lives or dies on the spread of
the temperatures behind it, and the sample is a specific one, already degraded,
not whichever cell was nearest the bench.

## Domain quick reference

- The sample is part of the requirement. A coefficient measured on a pristine
  cell describes a state the mission leaves behind in its first months; the
  clause points at the irradiated members of the qualification subgroup
  precisely so the end-of-life prediction rests on end-of-life cells.
- A coefficient is a slope, and a slope needs a span. Readings clustered inside
  a few kelvin produce a number the arithmetic will happily return, but the
  instrument noise then dominates the temperature effect and the number is
  noise with a unit on it.
- Separate readings are not the same as separate temperatures. Five points
  taken within a fraction of a kelvin of each other are one point measured five
  times, and the fit has two degrees of freedom fewer than the point count
  suggests.
- The fit quality travels with the coefficient. A slope on its own cannot be
  argued with; a slope plus the fraction of the measured spread the straight
  line accounts for tells a reviewer whether the cell is linear over the range
  at all.
- The signs are known in advance. Short circuit current rises with temperature
  while open circuit voltage and maximum power fall, so a slope of the wrong
  sign is an instrument polarity or a transcription fault rather than a
  surprising cell.
- Both forms of the coefficient are needed. A generator thermal model consumes
  the relative form, per kelvin as a fraction of the value at reference
  temperature, while the test report records the absolute one in amperes,
  volts or watts per kelvin.

## Workflow

1. For each sample, confirm it carries its irradiation and appears on the
   qualification subgroup roster. Either failure is a finding against the
   sample before any arithmetic runs.
2. Collect the readings into temperature, current, voltage and power columns,
   and count how many of the temperatures sit far enough apart to be separate
   points rather than one point repeated.
3. Hold the set to the declared minimum of separate temperatures and the
   declared minimum span, absorbing floating-point representation error at
   those limits with a named tolerance rather than by loosening them.
4. Fit each quantity against temperature by ordinary least squares and keep the
   fit quality alongside the slope.
5. Express each slope relative to the value the fit puts at reference
   temperature, and refuse a relative coefficient whose reference value is zero.
6. Hold each slope to its expected sign and each fit to the declared quality
   floor.
7. Reject a sample identifier that appears twice, then reconcile the samples
   measured against the subgroup roster and name every member nobody measured.

## Pitfalls

- Measuring coefficients on unirradiated cells because they were to hand. The
  numbers look cleaner and predict the wrong spacecraft.
- Fitting three readings taken across five kelvin. The slope is dominated by
  the noise of the two end points, and no amount of significant figures in the
  report makes it a measurement.
- Counting readings instead of temperatures. A set of clustered points passes a
  naive point count and then produces a slope resting on a span it never had.
- Reporting a slope without its fit quality. Nonlinearity over the range is
  invisible in the slope alone, and the reviewer has no way to see it.
- Accepting a coefficient of the wrong sign as a property of the cell. Cells do
  not reverse their thermal behaviour; benches reverse their leads.
- Mixing the absolute and relative forms between the test report and the
  generator model. Both are per kelvin, both are small, and swapping them
  scales every prediction by the value at reference temperature.

## Behavior contract (gate 3)

The irradiation and subgroup eligibility, the separate-temperature count, the
span floor, the least squares fit and its quality, the absolute and relative
coefficient forms, the expected sign check, the duplicate-identifier rejection
and the roster reconciliation are exercised by the gate 3 contract test:
scripts/test_e2008_bare_cell_temperature_coefficients.py against
scripts/e2008_bare_cell_temperature_coefficients_logic.py (stdlib unittest,
offline). Run:
python3 scripts/test_e2008_bare_cell_temperature_coefficients.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 →