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 Compression And Shear Testing

ASecurity

Determine whether a compression or shear run can deliver the metallic property it was asked for, and whether the specimen let it. Use when the methods clause of ECSS-Q-ST-70-45 is applied beyond tension: map the required property onto the arrangement that measures it, reject one no arrangement covers, check a compression specimen against the short-column length-to-diameter band, compare its peak stress with the Euler stress of that slenderness so a buckled strut is never reported as strength,...

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

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-compression-and-shear-testing --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Q7045 Compression And Shear Testing?

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

Security grade badge for Q7045 Compression And Shear Testing
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-q7045-compression-and-shear-testing/badge)](https://www.skillsdirectory.com/skills/ashfordeou-q7045-compression-and-shear-testing)

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

Download with Pro
Files
SKILL.md
---
name: q7045-compression-and-shear-testing
description: "Determine whether a compression or shear run can deliver the metallic property it was asked for, and whether the specimen let it. Use when the methods clause of ECSS-Q-ST-70-45 is applied beyond tension: map the required property onto the arrangement that measures it, reject one no arrangement covers, check a compression specimen against the short-column length-to-diameter band, compare its peak stress with the Euler stress of that slenderness so a buckled strut is never reported as strength, and divide a shear load by every plane that carried it. Trigger: ecss, q-st-70-45, compression-specimen-slenderness-band, compression-euler-buckling-utilisation, double-shear-plane-area, single-shear-coupon-strength, compression-shear-method-applicability."
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-compression-and-shear-testing, compression-specimen-slenderness-band, compression-euler-buckling-utilisation, double-shear-plane-area, single-shear-coupon-strength, compression-shear-method-applicability]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Mechanical Testing of Metals -- Compression and Shear (space-systems/ecss/q7045-compression-and-shear-testing)

Use when the methods clause of ECSS-Q-ST-70-45 is being applied to something
other than a tension test: a property has been requested, a compression or
shear arrangement has been proposed or already run, and the question is
whether that arrangement can deliver the property and whether the specimen
that was used lets the recorded load mean what the report says it means.

## Domain quick reference

- Applicability comes before arithmetic. A pin shear rig does not produce a
  shear modulus and a lap coupon does not produce a compressive yield; a
  number computed from the wrong arrangement is wrong before the first
  division.
- A compression specimen is a short column. Outside the short-specimen
  length-to-diameter band the peak load is the buckling load of a strut, and
  the load trace of a buckling strut and a yielding cylinder look alike.
- Buckling is a matter of degree. A peak stress that reaches half the Euler
  stress of its own slenderness is already contaminated, long before the
  specimen visibly bows.
- Shear strength depends on the number of planes. A double-shear pin presents
  two areas, and dividing by one of them reports twice the strength the
  material has.
- A contaminated run is still a run. It is reported with its finding, not
  quietly corrected into a strength it never measured, because the correction
  would need a buckling analysis the test did not perform.

## Workflow

1. Map the required property onto the arrangement that measures it, and stop
   with a finding when no arrangement in the set can deliver it.
2. Compare the arrangement that was actually used with that mapping, and
   report the mismatch rather than reducing the run anyway.
3. For compression, compute the length-to-diameter ratio and test it against
   the short-specimen band with an inclusive comparison at the edges.
4. Compute the slenderness from the radius of gyration of the section, the
   Euler stress at that slenderness and the declared end fixity, and express
   the recorded peak as a fraction of it.
5. For shear, resolve the arrangement to its plane count, build the total
   area from every plane, and reconcile it with the plane count the operator
   declared.
6. Report the strength beside the findings, so a buckling-limited or
   wrong-arrangement result is visible next to the number it produced.

## Pitfalls

- Dividing a double-shear load by one plane area. The answer is twice the
  real strength and it is the conservative-looking direction that hides it.
- Reducing the run before checking applicability. A clean division of a
  correct load by a correct area still returns a property the arrangement
  cannot measure.
- Judging buckling by eye. A specimen that never visibly bowed can still have
  had half its peak set by column behaviour.
- Ignoring end fixity. The same specimen in fixed ends carries four times the
  Euler stress, so a fixity assumption silently moves the verdict.
- Treating a length-to-diameter ratio that lands exactly on the band edge as
  out of band. Representation of the edge failed, not the specimen.

## Behavior contract (gate 3)

The property-to-arrangement mapping, slenderness and radius of gyration, the
Euler stress with end fixity, the buckling utilisation finding, single and
double shear plane areas and strengths, the declared plane-count
reconciliation and the delivered-property verdict are exercised by the gate 3
contract test: scripts/test_q7045_compression_and_shear_testing.py against
scripts/q7045_compression_and_shear_testing_logic.py (stdlib unittest,
offline). Run: python3 scripts/test_q7045_compression_and_shear_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 →