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 Coating Adherence Test Process

ASecurity

Use when running or auditing a coverglass coating adherence check. Execute the adherence check over the full coverglass face of every solar cell assembly subgroup sample under ECSS-E-ST-20-08C clause 6.4.3.9.2: validate the declared face and the applied zones, refuse a zone that runs off it, compute the exact union area the zones cover so overlapping applications are not counted twice, report the untested remainder against the full-face allowance, reduce each sample to the coating area that c...

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

Works with

claude codecli

Security Analysis

A100/100

Scanned 9/27/2026

Install to Claude Code

$npx -y skills add ashfordeOU/aero-agent-skills --skill e2008-coating-adherence-test-process --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E2008 Coating Adherence Test Process?

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

Security grade badge for E2008 Coating Adherence Test Process
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e2008-coating-adherence-test-process/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e2008-coating-adherence-test-process)

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

Download with Pro
Files
SKILL.md
---
name: e2008-coating-adherence-test-process
description: "Use when running or auditing a coverglass coating adherence check. Execute the adherence check over the full coverglass face of every solar cell assembly subgroup sample under ECSS-E-ST-20-08C clause 6.4.3.9.2: validate the declared face and the applied zones, refuse a zone that runs off it, compute the exact union area the zones cover so overlapping applications are not counted twice, report the untested remainder against the full-face allowance, reduce each sample to the coating area that came away, and sentence the subgroup only when every sample is both fully covered and inside its removal limit. Trigger: ecss, e-st-20-08c, clause-6-4-3-9-2, coverglass-face-adherence-coverage, subgroup-sample-adherence-check, coating-removal-area-fraction, tested-zone-union-area, full-face-coverage-allowance."
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-electrical-scope, e-st-20-08c, e2008-coating-adherence-test-process, coverglass-face-adherence-coverage, subgroup-sample-adherence-check, coating-removal-area-fraction, tested-zone-union-area, full-face-coverage-allowance]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Solar Cell Assemblies — Coating Adherence Test Process (space-systems/ecss/e2008-coating-adherence-test-process)

Use when the task is to run or audit the adherence check of ECSS-E-ST-20-08C
clause 6.4.3.9.2 — applying the check over the whole coverglass face of the
samples of a subgroup, and deciding from the applied zones and what came away
under them whether each sample, and the subgroup, can be sentenced.

## Domain quick reference

- Full face is the requirement, not a sampling convenience. A conductive
  coating fails where deposition, handling or an edge seal was weakest, and
  those places are not in the middle of the glass, so an unread corner is the
  most likely place for the defect the check exists to find.
- Coverage is a geometry problem, not a count of applications. Zones overlap
  when an operator repeats one, so the area the check actually reached is the
  union of the zones, and adding their areas instead reads coverage above one
  while leaving real gaps unseen.
- The union is computed exactly rather than sampled. Compressing the zone edges
  into a grid and adding the cells a zone contains gives the covered area with
  no grid resolution to choose and no Monte Carlo noise to defend at a review.
- A zone that runs off the face is an input error, not a wider check. It means
  the coordinates were mis-measured or the check touched the mount rather than
  the glass, and silently clipping it hides both.
- Two different numbers come out of the same run. How much face was read is a
  statement about the check; how much coating came away is a statement about
  the hardware. A sample that lost nothing over a face read only in part has
  demonstrated nothing about the part that was not read, so coverage is
  sentenced before removal.
- Removal is expressed against the whole face, not against the zones. A
  fraction quoted against the tested area flatters a check that only read a
  quarter of the glass.
- The floor edges are part of the floor. A face read exactly to the full-face
  floor, or a removal landing exactly on its limit, passes; the comparison
  absorbs representation error rather than moving the limit.
- A subgroup is a sampling device. Too few samples read leaves the result
  unable to speak for the lot, which is a different outcome from a subgroup
  whose samples were read and found wanting.

## Workflow

1. Validate the coverglass face: a positive width and height in millimetres.
2. Validate every applied zone against that face — positive dimensions, an
   origin on the glass, an extent that stays on it, and a removed area that
   cannot exceed the zone it was measured in.
3. Compress the zone edges into a grid and add the cells a zone contains, so
   the covered area counts an overlapped patch once.
4. Divide by the face area for the coverage, report the untested remainder in
   square millimetres as well, and compare with the full-face floor the
   untested allowance sets.
5. Sum the removed areas, express them against the whole face, and compare with
   the removal limit.
6. Sentence each sample: not covered outranks coating removed, because a
   removal figure from a partly read face is not yet evidence.
7. Close on one subgroup verdict — undersized, rejected, or accepted — with the
   worst coverage, the worst removal and every per-sample finding attached.

## Pitfalls

- Adding the zone areas for coverage. Two applications over the same patch then
  read as twice the glass, and a check that missed an edge reports itself
  complete.
- Quoting removal against the tested area. It rises as the check reads less of
  the face, which is exactly backwards.
- Clipping a zone that overruns the face instead of refusing it. The overrun is
  the finding; clipping converts a measurement error into a plausible number.
- Accepting a sample on its removal figure while its coverage fell short. The
  unread part of the face is where the weak coating usually is, so the order of
  the two sentences matters.
- Choosing a grid resolution to approximate the covered area. The zone edges
  already are the resolution; anything coarser argues with itself at a review.
- Treating a face read exactly to the floor, or a removal landing exactly on
  the limit, as a failure. The boundary belongs to the passing side and the
  tolerance belongs inside the comparison.
- Sentencing an undersized subgroup on the samples it happened to carry. The
  sampling floor is a separate condition with its own verdict.

## Behavior contract (gate 3)

The face and zone validation, the exact union area of the applied zones, the
coverage and removal fractions, the per-sample sentence order and the subgroup
verdict are exercised by the gate 3 contract test:
scripts/test_e2008_coating_adherence_test_process.py against
scripts/e2008_coating_adherence_test_process_logic.py (stdlib unittest,
offline). Run:
python3 scripts/test_e2008_coating_adherence_test_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 →