Agent skill · AI & Agents

piping-stress

Skill for piping system stress analysis per ASME B31

a5c-ai1,642★ · 1 repos on radarProfile →
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill piping-stress --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 7 KB
Bundled scripts: none
Allowed tools: -Read-Write-Glob-Grep-Bash
Path: library/specializations/domains/science/mechanical-engineering/skills/piping-stress/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

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

From the SKILL.md

# Piping Stress Analysis Skill ## Purpose The Piping Stress Analysis skill provides capabilities for analyzing piping system stresses per ASME B31 codes, ensuring code compliance and equipment protection through proper flexibility analysis. ## Capabilities - Piping flexibility analysis - Thermal expansion stress calculation - Support and restraint design - Nozzle load verification - Flange leakage assessment - Code compliance verification (B31.1, B31.3) - CAESAR II integration - Piping isometric review ## Usage Guidelines ### ASME B31 Code Overview #### Code Selection | Code | Application | |------|-------------| | B31.1 | Power piping | | B31.3 | Process piping | | B31.4 | Liquid transportation | | B31.5 | Refrigeration piping | | B31.8 | Gas transmission | | B31.9 | Building services | #### Stress Categories ``` B31.3 Stress equations: Sustained stress: S_L = (P*D)/(4*t) + (0.75*i*M_A)/Z <= S_h Expansion stress: S_E = sqrt(S_b^2 + 4*S_t^2) <= S_A Occasional stress: S_L + S_occ <= k*S_h Where: P = pressure D = outside diameter t = wall thickness i = stress intensification factor (SIF) M_A = sustained moment Z = section modulus S_h = hot allowable stress S_A = allowable stress rang

What's inside
Steps it walks through
  1. Purpose
  2. Capabilities
  3. Usage Guidelines
  4. ASME B31 Code Overview
  5. Thermal Expansion Analysis
  6. Stress Intensification Factors
  7. Support Design
  8. Nozzle Loads
  9. Flange Leakage
  10. Modeling Guidelines
  11. Process Integration
  12. Input Schema
  13. Output Schema
  14. Best Practices
More from babysitter
All skills →
About this skill
What does the piping-stress skill do?

Skill for piping system stress analysis per ASME B31

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill piping-stress --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 a5c-ai/babysitter, a repository with 1,642 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