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

Critical Crack Size Calculation

ASecurity

Use when determine the critical crack size at limit-load and assess residual-strength margin for a structural component per ECSS E-ST-32C clause 7.3: apply linear elastic fracture mechanics to compute the critical crack half-length from material fracture toughness, a stress-intensity geometry factor, and the applied limit stress; derive the part residual-strength at the assumed crack size; compute the margin-of-safety against limit-load failure; and flag any crack at or beyond the critical si...

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

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 critical-crack-size-calculation --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Critical Crack Size Calculation?

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

Security grade badge for Critical Crack Size Calculation
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-critical-crack-size-calculation/badge)](https://www.skillsdirectory.com/skills/ashfordeou-critical-crack-size-calculation)

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

Download with Pro
Files
SKILL.md
---
name: critical-crack-size-calculation
description: "Use when determine the critical crack size at limit-load and assess residual-strength margin for a structural component per ECSS E-ST-32C clause 7.3: apply linear elastic fracture mechanics to compute the critical crack half-length from material fracture toughness, a stress-intensity geometry factor, and the applied limit stress; derive the part residual-strength at the assumed crack size; compute the margin-of-safety against limit-load failure; and flag any crack at or beyond the critical size as requiring disposition. Supports fracture control programmes that must demonstrate adequate residual-strength under limit loading. Trigger: ecss, e-st-32-structures-scope, fracture-control, critical-crack-size, residual-strength, fracture-toughness, limit-load, margin-of-safety, linear-elastic-fracture-mechanics."
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-32-structures-scope, fracture-control, critical-crack-size, residual-strength, fracture-toughness, limit-load, margin-of-safety, linear-elastic-fracture-mechanics]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Structures — Critical Crack Size at Limit Load (space-systems/ecss/critical-crack-size-calculation)

Use when the task is to determine the critical crack half-length at limit
load and verify that an assumed crack leaves adequate residual strength,
per ECSS E-ST-32C clause 7.3. The assessment links material fracture
toughness (K_IC), part geometry (stress-intensity factor Y), and the
applied limit stress to compute whether the part can sustain the limit
load with the assumed crack present.

## Domain quick reference

- Linear elastic fracture mechanics (LEFM) underpins this calculation.
  The stress-intensity factor K_I = Y · σ · √(π · a) characterises the
  crack-tip field, where Y is a dimensionless geometry correction factor,
  σ is the applied stress, and a is the crack half-length.
- Fracture instability occurs when K_I reaches the material plane-strain
  fracture toughness K_IC. Setting K_I = K_IC and solving for a gives
  the critical crack half-length: a_c = (K_IC / (Y · σ))² / π. A crack
  smaller than a_c will not propagate unstably under the applied load.
- Residual strength is the maximum stress the part can sustain with an
  assumed crack of size a: σ_res = K_IC / (Y · √(π · a)). When a = a_c,
  residual strength exactly equals the applied limit stress (margin = 0).
- Margin of safety MS = σ_res / σ_limit − 1. MS ≥ 0 means the part
  retains sufficient load-carrying capacity (pass); MS < 0 means the
  assumed crack exceeds the critical size and unstable fracture can occur
  at limit load (fail).
- The geometry factor Y must match the crack geometry and loading mode
  (central through-crack, edge crack, surface crack, etc.). Using a wrong
  Y value is the most common source of non-conservative error.

## Workflow

1. Gather material and load data: obtain the material plane-strain
   fracture toughness K_IC (MPa·√m) from a qualified database or test
   report, confirm the limit stress σ_limit (MPa) from the design loads
   document, and select the stress-intensity geometry factor Y appropriate
   to the crack shape, location, and loading direction.
2. Compute the critical crack half-length a_c from the LEFM relation
   a_c = (K_IC / (Y · σ_limit))² / π. Record a_c as the maximum
   allowable crack half-length for the part at limit load.
3. Identify the assumed crack size a_assumed from the fracture control
   plan — this is typically the non-destructive-inspection detection
   threshold or the largest crack that survives the inspection process.
4. Compute the residual strength σ_res = K_IC / (Y · √(π · a_assumed))
   for the assumed crack.
5. Compute the margin of safety MS = σ_res / σ_limit − 1.
6. Evaluate the result: if MS ≥ 0, the part passes the residual strength
   check at limit load; if MS < 0, the assumed crack exceeds the critical
   size and the design requires disposition (redesign, reduce load, use
   tougher material, or tighten the inspection threshold).
7. Record a_c, σ_res, MS, and the basis for each input (material source,
   load document, Y reference) in the fracture control analysis report
   per ECSS E-ST-32C clause 7.3.

## Pitfalls

- Applying a through-crack Y factor (Y = 1.0) to a surface or corner
  crack without correction — surface cracks carry a different effective Y
  under the same loading; using Y = 1.0 unconditionally gives a
  non-conservative critical size for some geometries.
- Using the ultimate stress instead of the limit stress when computing
  a_c — clause 7.3 requires the residual strength check at limit load,
  not ultimate load; substituting ultimate stress produces a smaller a_c
  and a smaller residual strength margin than the requirement demands.
- Treating K_IC as equivalent to K_Ic from a plane-stress specimen or
  from a specimen thickness smaller than 2.5 (K_IC / σ_yield)² — if the
  specimen does not meet the plane-strain size criterion, the measured
  value is not a valid K_IC and will overestimate residual strength.
- Ignoring the interaction between adjacent cracks or between a crack and
  a nearby free edge — these elevate K_I above the single-crack solution
  and reduce a_c; the single-crack formula is valid only when the crack
  is isolated from other stress concentrators.

## Behavior contract (gate 3)

The critical crack size, residual strength, margin of safety, and
error-validation logic are exercised by the gate 3 contract test:
scripts/test_critical_crack_size_calculation.py against
scripts/critical_crack_size_calculation_logic.py (stdlib unittest, offline).
Run: python3 scripts/test_critical_crack_size_calculation.py

## Compliance

- ECSS standards are freely downloadable (ESA); cite the source and
  paraphrase per standards-map.yaml.
- compliance: STANDARDS-REF, gated: false.
- Anchor clause: ECSS E-ST-32C §7.3 (critical crack size at limit load;
  residual strength margin).

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 →