Agent skill · Backend & API

fatigue-analysis

Perform fatigue analysis using S-N curves and damage accumulation methods. Supports 221 S-N curves from 17 international standards (DNV, API, BS, ABS, etc.) for marine and offshore structural components.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill fatigue-analysis-vamseeachanta-digitalmodel --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 17 KB
Bundled scripts: none
Path: skills/analysis/fatigue-analysis-vamseeachanta-digitalmodel/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Fatigue Analysis Skill Perform fatigue analysis for marine and offshore structural components using industry-standard S-N curves and damage accumulation methods. ## Version Metadata ```yaml version: 1.0.0 python_min_version: '3.10' dependencies: signal-analysis: '>=1.0.0,<2.0.0' structural-analysis: '>=1.0.0,<2.0.0' compatibility: tested_python: - '3.10' - '3.11' - '3.12' - '3.13' os: - Windows - Linux - macOS ``` ## Changelog ### [1.0.0] - 2026-01-07 **Added:** - Initial version metadata and dependency management - Semantic versioning support - Compatibility information for Python 3.10-3.13 **Changed:** - Enhanced skill documentation structure ## When to Use - Fatigue life assessment of welded joints - S-N curve selection from international standards - Stress concentration factor application - Damage accumulation using Palmgren-Miner rule - Fatigue limit evaluation - Comparison of different standards - Generating fatigue analysis reports ## Supported Standards ### Available S-N Curves (221 total) | Standard | Curves | Description | |----------|--------|-------------| | **DNV-RP-C203** | 45+ | Offshore steel structures | | **API RP 2A** | 15+ | Offshore platforms | | **BS 7608**

What's inside
Steps it walks through
  1. Version Metadata
  2. Changelog
  3. [1.0.0] - 2026-01-07
  4. When to Use
  5. Supported Standards
  6. Available S-N Curves (221 total)
  7. Core Concepts
  8. S-N Curve Equation
  9. Damage Accumulation (Miner's Rule)
  10. Implementation Pattern
  11. S-N Curve Database
  12. Fatigue Calculator
  13. Stress Spectrum Generator
  14. YAML Configuration
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the fatigue-analysis skill do?

Perform fatigue analysis using S-N curves and damage accumulation methods. Supports 221 S-N curves from 17 international standards (DNV, API, BS, ABS, etc.) for marine and offshore structural components.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill fatigue-analysis-vamseeachanta-digitalmodel --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going