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 Data To 70 71c

ASecurity

Convert mechanical test results generated on metallic materials into entries the ECSS-Q-ST-70-71C materials data set will accept. Use when a laboratory batch has to be delivered into the programme data set: validate the metadata the data set keys on, bring ksi, gigapascal, Fahrenheit and percent readings onto one scale, bucket the test temperature so two measurements a fraction of a degree apart stay one population, group the entries by what actually makes them comparable, and report a group ...

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

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-data-to-70-71c --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Q7045 Data To 70 71c?

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

Security grade badge for Q7045 Data To 70 71c
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-q7045-data-to-70-71c/badge)](https://www.skillsdirectory.com/skills/ashfordeou-q7045-data-to-70-71c)

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

Download with Pro
Files
SKILL.md
---
name: q7045-data-to-70-71c
description: "Convert mechanical test results generated on metallic materials into entries the ECSS-Q-ST-70-71C materials data set will accept. Use when a laboratory batch has to be delivered into the programme data set: validate the metadata the data set keys on, bring ksi, gigapascal, Fahrenheit and percent readings onto one scale, bucket the test temperature so two measurements a fraction of a degree apart stay one population, group the entries by what actually makes them comparable, and report a group too thin to carry a design value. Trigger: ecss, q-st-70-45-metallic-mechanical-testing, materials-data-set-delivery, q-st-70-71c-data-interface, mechanical-property-unit-normalisation, test-temperature-bucketing, data-set-population-grouping."
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-metallic-mechanical-testing, q7045-data-to-70-71c, materials-data-set-delivery, q-st-70-71c-data-interface, mechanical-property-unit-normalisation, test-temperature-bucketing, data-set-population-grouping]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Metallic Mechanical Testing — Data Delivery into 70-71C (space-systems/ecss/q7045-data-to-70-71c)

Use when the task is the data-set interface of ECSS-Q-ST-70-45: taking
mechanical property results off a laboratory batch and delivering them
into the materials data set of ECSS-Q-ST-70-71C in a form the data set
can actually group and use.

## Domain quick reference

- The data set keys on metadata, not on the number. A value with no
  material designation, product form, heat, condition, orientation and
  test temperature behind it cannot be compared with anything, so the
  metadata is mandatory and its absence is a rejection rather than a
  warning.
- Laboratories report in the units their machines print. A batch can
  carry MPa, N/mm2, GPa, ksi and psi for the same property, and degrees
  Celsius, Fahrenheit and kelvin for the same test temperature. The data
  set holds one scale, so conversion happens at the boundary and once.
- Elongation and reduction of area are strains, not stresses. Delivering
  them as percent into a field the data set reads as a ratio moves every
  value by two orders of magnitude and nothing downstream notices.
- Temperature enters the key through a bucket. Two pieces tested at 293
  and 294 K describe the same condition; keying on the raw value splits
  one population into two, and two thin populations support far less
  than one adequate one.
- The heat is carried on the entry and kept out of the key. Entries from
  different heats belong in the same population — that is what makes the
  population represent the material rather than one melt — while the
  heat still has to be recoverable for traceability.
- A group below the minimum entry count is delivered, not dropped. It is
  real data that has to reach the data set; what it is not yet is a
  population anything can be derived from, and saying so is the finding.
- One bad entry does not fail a batch. It is rejected with the reason
  that rejected it, the rest of the batch is delivered, and the batch
  verdict names both.

## Workflow

1. Check each entry against the mandatory metadata field set before
   looking at its value at all.
2. Take the quantity kind from the property, so a stress converts
   through the stress table and a strain through the strain table, and
   refuse a property the data set does not carry.
3. Convert the value into the data set unit and the test temperature
   into kelvin, refusing a temperature at or below absolute zero.
4. Bucket the temperature at the declared width and build the key from
   designation, form, condition, orientation, property and bucket.
5. Group the accepted entries by that key; record the distinct heats and
   the group mean, computed after conversion.
6. Report every group below the minimum entry count and every rejected
   entry with its reason, and mark the batch deliverable only when
   neither list has anything in it.

## Pitfalls

- Converting the value and leaving the temperature. A batch reported in
  MPa at 70 degrees Fahrenheit looks half-converted and keys into a
  bucket no other entry will ever land in.
- Keying on the raw temperature. It is the quietest way to turn one
  usable population into several unusable ones, and the group counts
  look plausible the whole time.
- Putting the heat in the key. Every heat then forms its own population,
  and a data set built from three heats reports three groups of one
  instead of one group of three.
- Delivering elongation in percent into a ratio field. Both numbers are
  dimensionless, so no unit check catches it and the value is simply
  wrong by a hundred.
- Raising on the first malformed entry. The batch is then delivered in
  pieces across several attempts, and nobody can tell which entries
  already landed.
- Suppressing a thin group to keep the batch clean. The data is owed to
  the data set regardless; what the finding controls is whether anything
  may yet be derived from it.

## Behavior contract (gate 3)

The mandatory metadata check, the stress, strain and temperature
conversions, the absolute-zero refusal, the temperature bucketing, the
key construction that keeps the heat out, the grouping with its
post-conversion mean and the per-entry rejection with batch-level
findings are exercised by the gate 3 contract test:
scripts/test_q7045_data_to_70_71c.py against
scripts/q7045_data_to_70_71c_logic.py (stdlib unittest, offline).
Run:
python3 scripts/test_q7045_data_to_70_71c.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 →