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

Q7045 Hardness Testing

ASecurity

Evaluate a hardness indentation and, where the table allows it, carry the reading onto another scale. Use when the methods clause of ECSS-Q-ST-70-45 calls for Brinell, Vickers or Rockwell hardness: reduce the impression to its number, test the Brinell impression-to-ball ratio against the band the scale is defined over, reconcile force and indenter through the load index, report an impression pressed too near a neighbour or an edge, and interpolate a conversion inside the table while refusing ...

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

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 q7045-hardness-testing --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Q7045 Hardness Testing?

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

Security grade badge for Q7045 Hardness Testing
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-q7045-hardness-testing/badge)](https://www.skillsdirectory.com/skills/ashfordeou-q7045-hardness-testing)

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

Download with Pro
Files
SKILL.md
---
name: q7045-hardness-testing
description: "Evaluate a hardness indentation and, where the table allows it, carry the reading onto another scale. Use when the methods clause of ECSS-Q-ST-70-45 calls for Brinell, Vickers or Rockwell hardness: reduce the impression to its number, test the Brinell impression-to-ball ratio against the band the scale is defined over, reconcile force and indenter through the load index, report an impression pressed too near a neighbour or an edge, and interpolate a conversion inside the table while refusing one beyond it. Trigger: ecss, q-st-70-45, brinell-impression-ball-ratio, brinell-load-index-pairing, vickers-diagonal-asymmetry, rockwell-c-permanent-depth, hardness-scale-conversion-table."
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-45-mechanical-testing-scope, q7045-hardness-testing, brinell-impression-ball-ratio, brinell-load-index-pairing, vickers-diagonal-asymmetry, rockwell-c-permanent-depth, hardness-scale-conversion-table]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Mechanical Testing of Metals -- Hardness Testing (space-systems/ecss/q7045-hardness-testing)

Use when the methods clause of ECSS-Q-ST-70-45 calls for a hardness value: a
ball or a diamond has been pressed into a prepared surface under a defined
force, the impression has been read, and the question is whether the reading
is valid on its own scale and whether it may be reported on a different one.

## Domain quick reference

- An impression has a valid size window. Below the lower end the reading
  samples a handful of grains and scatters; above the upper end the ball is
  pushing into the bulk rather than indenting it, and the number drifts.
- Force and indenter are one setting, not two. The load index ties them, and
  a force paired with a ball outside the standard set puts the reading on a
  different curve from the rest of the report while still looking like a
  hardness number.
- Vickers diagonals should agree. A lopsided impression says the surface was
  not flat and normal to the indenter, and the mean diagonal then hides a
  tilted, oversized hole.
- An impression needs clearance. Pressed close to its neighbour or to a free
  edge, it sits in metal that has already been worked or that can flow away,
  and it reads low in one case and high in the other.
- Conversion is a table lookup with interpolation, and nothing else. Outside
  the tabulated range there is no relation to extrapolate, and at a level
  where the target scale has no entry there is no value to interpolate
  towards; both cases have to refuse rather than invent.

## Workflow

1. Resolve the scale and confirm the measurements that scale needs are all
   present before reducing anything.
2. Reduce the impression: the cap area for Brinell, the mean diagonal for
   Vickers, the permanent depth for Rockwell C.
3. Test the Brinell impression-to-ball ratio against its band and the load
   index against the standard pairings, with inclusive edges.
4. Compare the two Vickers diagonals against the asymmetry limit before the
   mean is trusted.
5. Compare the impression against its spacing and edge-distance minima,
   expressed as multiples of its own size.
6. Convert onto the reporting scale by interpolating inside the table, and
   turn a refused conversion into a finding rather than a silent absence.
7. Compare the reading with the acceptance band on the scale it was taken on,
   never on the converted one.

## Pitfalls

- Converting outside the table. A relation fitted over the tabulated range is
  not a relation beyond it, and the extrapolated number looks exactly as
  authoritative as a real one.
- Accepting a Brinell reading from a non-standard force-and-ball pairing. The
  number is self-consistent and not comparable with anything else measured.
- Averaging two very different Vickers diagonals. The mean is arithmetically
  correct and describes an impression that was never made.
- Applying the acceptance band to the converted value. The band belongs to
  the scale it was written for, and conversion adds its own spread.
- Treating an impression ratio that lands exactly on the band edge as out of
  band. Representation of the edge failed, not the impression.

## Behavior contract (gate 3)

The Brinell, Vickers and Rockwell C reductions, the impression-to-ball ratio
band, the load-index pairing, the diagonal asymmetry limit, the spacing and
edge-distance minima, the table interpolation with its refusals and the
acceptance-band comparison are exercised by the gate 3 contract test:
scripts/test_q7045_hardness_testing.py against
scripts/q7045_hardness_testing_logic.py (stdlib unittest, offline). Run:
python3 scripts/test_q7045_hardness_testing.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 →