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

Q7005 Calibration And Standards

ASecurity

Calibrate the infrared response of a surface-contamination method against standards of known deposit under ECSS-Q-ST-70-05C. Use when gravimetrically prepared standards have been run at several levels and the method needs a defensible slope, a bracketed working range and a verified recovery before any sample is quantified. Fits absorbance against areal mass by least squares, grades the fit on its coefficient of determination and its worst residual, refuses an inversion outside the bracketed r...

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

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 q7005-calibration-and-standards --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Q7005 Calibration And Standards?

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

Security grade badge for Q7005 Calibration And Standards
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-q7005-calibration-and-standards/badge)](https://www.skillsdirectory.com/skills/ashfordeou-q7005-calibration-and-standards)

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

Download with Pro
Files
SKILL.md
---
name: q7005-calibration-and-standards
description: "Calibrate the infrared response of a surface-contamination method against standards of known deposit under ECSS-Q-ST-70-05C. Use when gravimetrically prepared standards have been run at several levels and the method needs a defensible slope, a bracketed working range and a verified recovery before any sample is quantified. Fits absorbance against areal mass by least squares, grades the fit on its coefficient of determination and its worst residual, refuses an inversion outside the bracketed range, and puts an independent verification standard back through the curve. Trigger: ecss, q-st-70-05, ir-calibration-standards, absorbance-versus-areal-mass-slope, calibration-working-range, least-squares-linearity-check, verification-standard-recovery, contamination-quantification."
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, q-st-70-contamination-infrared-scope, q7005-calibration-and-standards, ir-calibration-standards, absorbance-versus-areal-mass-slope, calibration-working-range, least-squares-linearity-check, verification-standard-recovery]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Organic Contamination by IR — Calibration and Standards (space-systems/ecss/q7005-calibration-and-standards)

Use when the task is establishing what an absorbance is worth — turning
a set of prepared standards of known deposit into the slope, the working
range and the verified recovery a contamination result is quantified
against.

## Domain quick reference

- An infrared band height is an index until a calibration attaches it to
  a mass. The calibration is specific to the contaminant, the band, the
  substrate or window, and the instrument settings; carrying a slope
  across any of those four is the commonest way a number becomes wrong
  without becoming implausible.
- Standards are prepared by depositing a weighed quantity over a known
  area, so the abscissa of the curve is an areal mass and the ordinate
  is the net absorbance measured exactly as a sample would be. A
  standard measured differently from the samples calibrates nothing.
- Three levels is the floor, and they must be distinct. Replicates at
  one level measure repeatability, not response, and a fit through two
  points has no residual left to tell you whether the response is linear
  at all.
- The fit carries two separate questions. The coefficient of
  determination says how much of the spread the line explains; the worst
  relative residual says whether any single level is badly served.
  A curve can score well on the first and still miss the lowest standard
  by half, which is the level most samples sit near.
- A calibration is a statement about the interval its standards bracket.
  Inverting an absorbance above the top standard or below the bottom one
  is extrapolation, and the response commonly bends at both ends — at
  the top through saturation, at the bottom through the blank.
- The slope must be positive. A negative or flat fitted slope means the
  standards, the baseline or the band choice is wrong, and inverting
  through it produces a confidently signed nonsense.

## Workflow

1. Validate the standards: at least three distinct non-negative levels,
   each with a finite net absorbance measured under the sample method.
2. Fit the response by least squares, either with a free intercept or
   forced through the origin when a blank-corrected method justifies it.
3. Refuse a non-positive fitted slope outright rather than carrying it
   into an inversion.
4. Grade the fit: the coefficient of determination against the linearity
   threshold, and the worst relative residual against its own limit, so
   a poorly served low level is visible.
5. Record the working range as the interval the standards bracket, in
   both areal mass and predicted absorbance.
6. Invert a sample absorbance through the curve only inside that range;
   outside it, refuse and say which end was exceeded.
7. Put the independent verification standard back through the curve,
   form its recovery against its prepared value, and report a recovery
   outside the acceptance band as a finding rather than adjusting the
   slope to suit it.

## Pitfalls

- Forcing the line through the origin to gain a point of fit. A real
  intercept usually means an uncorrected blank or a baseline offset;
  suppressing it moves the error into the slope, where it scales every
  result.
- Calibrating on replicates of two levels and calling it three points.
  The fit then has no independent check of linearity, and the residual
  it reports is repeatability wearing a linearity label.
- Quantifying a sample above the top standard. Band saturation flattens
  the response, so the extrapolated mass is an underestimate exactly
  where an underestimate matters.
- Accepting a high coefficient of determination as sufficient. A single
  badly served level barely moves it while making every result near that
  level wrong; the worst relative residual is the check that catches it.
- Adjusting the slope until the verification standard recovers. The
  verification standard is the independent test of the curve; tuning the
  curve to it removes the only evidence the calibration works.

## Behavior contract (gate 3)

The standards validation, least-squares fit with and without a forced
origin, slope sign refusal, coefficient of determination, residual
grading, working-range bracketing, guarded inversion and
verification-standard recovery are exercised by the gate 3 contract test:
scripts/test_q7005_calibration_and_standards.py against
scripts/q7005_calibration_and_standards_logic.py (stdlib unittest,
offline). Run: python3 scripts/test_q7005_calibration_and_standards.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 →