用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/a5c-ai/babysitter --skill pressure-vessel命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Reference for querying the Atlas knowledge graph through its MCP tools — the SECONDARY enrichment/comparison layer that adds best-practice context to systems you have ALREADY scanned from your real sources (`az`, repos, dirs). Use when you need to look up nodes, edges, kinds, clusters, stats, or wiki pages in Atlas to compare against your real inventory. (atlas graph, query atlas, atlas mcp, search the graph, graph neighbors, atlas record, atlas kinds, enrichment layer)
Atlas turns your STATED NEED into a real systems atlas by SCANNING your actual sources (Azure via `az`, git repos, local dirs) and process/data mining them, THEN enriching against the Atlas knowledge graph. Use this skill when asked to inventory/map your real systems, scan your cloud + repos + directories, mine the real processes or data they contain, or collect their real constraints/gotchas. (atlas, scan my systems, inventory our azure account, map my repos, real systems atlas, process mining, data mining, collect nuances, system discovery)
This skill should be used when the user asks to "find skills in the wild", "assimilate popular workflows", "discover SKILL.md files in repos", "research external skills", "find workflow patterns", "survey the skill landscape", "what skills exist out there", or wants to investigate public repositories for extractable processes, babysitter plugins, and reusable procedural insights. Searches GitHub for SKILL.md files, classifies repos by archetype, and maintains structured research under docs/reference-repos/.
正在显示 SKILL.md
基于 SOC 职业分类
| name | pressure-vessel |
| description | Skill for pressure vessel design and analysis per ASME BPVC |
| allowed-tools | ["Read","Write","Glob","Grep","Bash"] |
| metadata | {"specialization":"mechanical-engineering","domain":"science","category":"structural-analysis","priority":"medium","phase":5,"tools-libraries":["COMPRESS","PVElite","ANSYS","ASME BPVC"]} |
| graph | {"domains":["domain:mechanical-engineering"],"skillAreas":["skill-area:physics-simulation","skill-area:mathematical-reasoning","skill-area:motion-planning"],"roles":["role:systems-integration-engineer","role:research-engineer"]} |
The Pressure Vessel Design skill provides capabilities for designing and analyzing pressure vessels per ASME Boiler and Pressure Vessel Code, ensuring code compliance and safe operation.
| Aspect | Division 1 | Division 2 |
|---|---|---|
| Design basis | Design-by-rule | Design-by-analysis |
| Allowable stress | Lower | Higher |
| Safety factor | 3.5 (UTS) | 2.4 (UTS) |
| Analysis required | Limited | Detailed FEA |
| Typical application | General service | High pressure, critical |
Internal pressure:
t = (P * R) / (S * E - 0.6 * P)
External pressure:
t = iterative based on L/D_o and D_o/t
Where:
t = required thickness
P = design pressure
R = inside radius
S = allowable stress
E = joint efficiency
| Type | Stress Ratio | Application |
|---|---|---|
| Hemispherical | 0.5 | High pressure |
| 2:1 Elliptical | 1.0 | General purpose |
| Torispherical | 1.77 | Low pressure |
| Flat | Variable | Limited pressure |
| Conical | Variable | Transitions |
t = (P * D) / (2 * S * E - 0.2 * P)
Where:
D = inside diameter
S = allowable stress
E = joint efficiency
Required reinforcement area:
A = d * t_r * F
Where:
d = finished nozzle diameter
t_r = required shell thickness
F = correction factor for plane
Available area from:
- Excess shell thickness (A1)
- Excess nozzle thickness (A2)
- Reinforcing pad (A3)
- Weld area (A4, A5)
Criterion: A1 + A2 + A3 + A4 + A5 >= A
Horizontal limit: d or R + t_n + t
Vertical limit (shell): d or R + t_n + t
Vertical limit (nozzle): 2.5 * t_n or 2.5 * t + t_e
| Type | Rating | Application |
|---|---|---|
| Slip-on | 150-600 lb | General, lower pressure |
| Weld neck | 150-2500 lb | High pressure, critical |
| Socket weld | 150-600 lb | Small bore |
| Blind | 150-2500 lb | Closures |
| Lap joint | 150-600 lb | Corrosive service |
ASME B16.5 pressure-temperature ratings:
- Class 150, 300, 600, 900, 1500, 2500
Select class where:
P_design <= P_rating at T_design
Impact test required if:
T_design < MDMT
MDMT determination:
1. Base MDMT from UCS-66 curves
2. Adjust for actual stress ratio
3. Consider coincident ratio
4. Apply Table UCS-66.1 reduction
Stress ratio reduction:
MDMT_adjusted = MDMT - temperature credit
If impact testing required:
- Test temperature <= MDMT - 30 F (typical)
- Minimum energy: 15 ft-lb (full size Charpy)
- Average of 3 specimens
- Single specimen minimum: 10 ft-lb
Division 1:
P_test = 1.3 * MAWP * (S_test / S_design)
Division 2:
P_test = 1.43 * MAWP * (S_test / S_design)
Where:
MAWP = Maximum Allowable Working Pressure
S_test = allowable stress at test temperature
S_design = allowable stress at design temperature
1. Fill vessel completely with water
2. Remove all air pockets
3. Apply test pressure slowly
4. Hold for minimum 10 minutes
5. Reduce to MAWP for inspection
6. Inspect all welds and connections
7. Document results
| Category | Symbol | Limit |
|---|---|---|
| General membrane | Pm | S |
| Local membrane | PL | 1.5S |
| Bending | Pb | 1.5S |
| Secondary | Q | 3S |
| Peak | F | Fatigue analysis |
Primary stress:
Pm <= S
PL <= 1.5S
PL + Pb <= 1.5S
Primary + Secondary:
PL + Pb + Q <= 3S
Fatigue:
Use peak stress F in fatigue curves
Required information:
- Manufacturer identification
- Vessel description and design data
- Material specifications
- Joint efficiencies
- Inspection data
- Test data
- Stamping information
{
"vessel_type": "pressure|vacuum|combined",
"design_conditions": {
"pressure": "number (psig or barg)",
"temperature": "number (F or C)",
"MDMT": "number (F or C)"
},
"geometry": {
"diameter": "number",
"length": "number",
"head_type": "elliptical|hemispherical|torispherical|flat"
},
"material": {
"shell": "string (SA-XXX)",
"heads": "string",
"nozzles": "string"
},
"code_edition": "string"
{
"design_summary": {
"MAWP": "number",
"required_thicknesses": {
"shell": "number",
"heads": "number"
},
"selected_thicknesses": "object"
},
"nozzle_schedule": [
{
"size": "string",
"purpose": "string",
"reinforcement": "object"
}
],
"MDMT_evaluation": {
"MDMT": "number",
"impact_test_required": "boolean"
},
"hydrostatic_test":