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 Coverglass Adhesive Visual Inspection

ASecurity

Use when a coverglassed cell has been examined and the adhesive record needs a disposition. Audit the coverglass adhesive of a solar cell assembly for delamination and discolouration under ECSS-E-ST-20-08C clause 5.5.3.2.7: place each indication in the active cell area, the edge margin or the bond line over the rear weld footprint, spend the weld-area allowance on the delamination the welding heat is expected to cause, count everything beyond it against the bonded area, weight each discoloure...

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

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-coverglass-adhesive-visual-inspection --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E2008 Coverglass Adhesive Visual Inspection?

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

Security grade badge for E2008 Coverglass Adhesive Visual Inspection
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e2008-coverglass-adhesive-visual-inspection/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e2008-coverglass-adhesive-visual-inspection)

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

Download with Pro
Files
SKILL.md
---
name: e2008-coverglass-adhesive-visual-inspection
description: "Use when a coverglassed cell has been examined and the adhesive record needs a disposition. Audit the coverglass adhesive of a solar cell assembly for delamination and discolouration under ECSS-E-ST-20-08C clause 5.5.3.2.7: place each indication in the active cell area, the edge margin or the bond line over the rear weld footprint, spend the weld-area allowance on the delamination the welding heat is expected to cause, count everything beyond it against the bonded area, weight each discoloured patch by its grade into a transmission loss for the cell, and return accept, rework or reject with the allowance accounting attached. Trigger: ecss, e-st-20-08c, clause-5-5-3-2-7, coverglass-adhesive-delamination-inspection, adhesive-discolouration-grading, rear-weld-area-delamination-allowance, bond-line-void-limits, adhesive-transmission-loss-estimate."
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-coverglass-adhesive-visual-inspection, coverglass-adhesive-delamination-inspection, adhesive-discolouration-grading, rear-weld-area-delamination-allowance, bond-line-void-limits, adhesive-transmission-loss-estimate, solar-cell-assembly-bond-line]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Photovoltaic — Coverglass Adhesive Visual Inspection (space-systems/ecss/e2008-coverglass-adhesive-visual-inspection)

Use when the task is the adhesive examination of ECSS-E-ST-20-08C
clause 5.5.3.2.7 -- looking through the coverglass at the bond line for
delamination and for discolouration, and applying the allowance that
the region over the rear weld areas carries.

## Domain quick reference

- Two mechanisms are looked for and they fail the assembly in
  different ways. Delamination is mechanical: the bond has let go, the
  void traps gas, and it grows under thermal cycling until the glass
  is no longer held or the cell is no longer protected. Discolouration
  is optical: the adhesive still holds, and it now absorbs part of the
  light on its way to the cell.
- Because they fail differently they are counted differently.
  Delamination is counted as an area fraction of the bonded area and
  on the size of the single worst void; discolouration is counted as
  the light it costs, which is its area weighted by how dark it is.
- The bond line over the rear weld footprint is the exception the
  clause carries. Welding the interconnectors puts heat into that
  region, so delamination there is expected and is allowed up to what
  the footprint buys. The allowance is a pool, not a per-indication
  pass: several voids over the welds draw on the same pool, and
  anything beyond it counts against the bond line like any other void.
- The allowance is bounded by the weld footprint itself. An allowance
  larger than the area it covers would let a void anywhere near the
  welds pass, which is why the fraction cannot exceed one.
- The rear-weld exception applies to delamination, not to the single-
  void size rule: a wide void over the welds is within the allowance,
  while the same void in the middle of the cell is a growing defect
  whatever the total area says.
- Where a stain sits decides whether it costs anything. Discolouration
  in the optical path over the active cell area darkens the light the
  cell receives; the same stain on the edge margin is recorded and
  costs the cell nothing, so it never inflates the loss figure.
- Grades are ordered and the ordering is checked. A darker grade must
  never cost less light than a lighter one, or the criteria set itself
  is inconsistent.

## Workflow

1. Open the record against a cell identifier, the bonded area, the
   active cell area and the rear weld footprint area. Reject an active
   area larger than the bonded area or a footprint larger than the
   bond line, because both make the accounting meaningless.
2. Categorize each indication as delamination or discolouration and
   place it in the active area, the edge margin or the weld region.
   Delamination carries a largest dimension; discolouration carries a
   grade. Reject an indication that is missing its measurement.
3. Spend the weld allowance in record order: each weld-region void
   draws from the pool, and the spill beyond it is counted.
4. Add the counted delamination area, take the fraction of the bonded
   area, and compare it against the rework and reject fractions.
5. Flag any single void outside the weld region wider than the
   single-void limit; that rejects on its own.
6. Weight each optical-path stain by its grade factor, divide by the
   active area, and compare the transmission loss against the rework
   and reject limits.
7. Close with the worse of the two verdicts, the allowance used and
   remaining, and the counted area and loss the verdict rests on.

## Pitfalls

- Treating the weld-area allowance as a per-void pass. It is a pool
  sized by the footprint, and the second void over the welds draws on
  what the first one left.
- Extending the allowance to the single-void size rule. A wide void in
  the middle of the bond line still rejects; the allowance forgives
  where the heat went, not how far a void has grown.
- Counting a stain on the edge margin as lost light. It is outside the
  optical path, and folding it into the loss figure condemns hardware
  that is fully functional.
- Grading discolouration by area alone. A small dark patch can cost
  more light than a large faint one, which is why the area is weighted
  by grade before anything is compared.
- Reading delamination and discolouration as one pooled defect area.
  They have separate limits because they fail the assembly by separate
  mechanisms, and pooling them hides both.
- Comparing a counted area with a derived limit by bare arithmetic.
  The limit is a product of a criteria fraction and a measured area,
  so a value exactly on it can evaluate a few units in the last place
  above it; the comparison absorbs that representation error while the
  limit stays untouched.

## Behavior contract (gate 3)

The indication categorization, rear-weld allowance accounting,
delamination area fraction, single-void rule, grade-weighted
transmission loss and cell verdict are exercised by the gate 3 contract
test: scripts/test_e2008_coverglass_adhesive_visual_inspection.py
against scripts/e2008_coverglass_adhesive_visual_inspection_logic.py
(stdlib unittest, offline). Run:
python3 scripts/test_e2008_coverglass_adhesive_visual_inspection.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 →