用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/MikeTreml/MissionControl --skill material-testing命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Expert Electron application architecture skill for IPC design, main/renderer/preload boundaries, security hardening, performance optimization, packaging strategy, native integration, and cross-platform desktop development. Use when reviewing or designing Electron apps, planning migrations, auditing architecture risks, choosing IPC patterns, diagnosing startup or memory issues, or coordinating related Electron skills.
Generates DrawIO XML diagrams for Amazon Web Services architectures from text descriptions or images. Analyzes existing .drawio files to extract AWS components. Use for AWS architecture diagrams, cloud infrastructure documentation, or when converting AWS diagram images to editable DrawIO format.
Generates DrawIO XML diagrams for Google Cloud Platform architectures from text descriptions or images. Analyzes existing .drawio files to extract GCP components. Use for GCP architecture diagrams, cloud infrastructure documentation, or when converting GCP diagram images to editable DrawIO format.
基于 SOC 职业分类
正在显示 SKILL.md
| name | material-testing |
| description | Skill for planning and specifying mechanical material tests per ASTM standards |
| allowed-tools | ["Read","Write","Glob","Grep","Bash"] |
| metadata | {"specialization":"mechanical-engineering","domain":"science","category":"materials-testing","priority":"medium","phase":8,"tools-libraries":["Instron","MTS","Universal testing machines","ASTM standards"]} |
The Material Testing Planning skill provides capabilities for planning and specifying mechanical material tests per ASTM standards, enabling proper test specimen design, test matrix development, and data analysis for property determination.
Standard Specimens
| Type | Gauge Length | Gauge Width | Application |
|---|---|---|---|
| Sheet (flat) | 50 mm | 12.5 mm | Sheet/plate < 6 mm |
| Round | 50 mm | 12.5 mm dia | Bar/rod stock |
| Subsize | 25 mm | 6 mm | Limited material |
Specimen Preparation
Strain rate: 0.015 mm/mm/min (yield)
0.05-0.5 mm/mm/min (ultimate)
Temperature: Ambient (23 +/- 5 C) or specified
Extensometer: Class B-1 or better
| Method | Scale | Load | Application |
|---|---|---|---|
| Rockwell B | HRB | 100 kgf | Soft steel, copper |
| Rockwell C | HRC | 150 kgf | Hardened steel |
| Brinell | HB | 3000 kgf | Castings, forgings |
| Vickers | HV | 1-120 kgf | All materials |
| Knoop | HK | 10-1000 gf | Thin sections, coatings |
Surface Preparation
Spacing Requirements
Minimum indent spacing: 3 x indent diameter
Minimum edge distance: 2.5 x indent diameter
Minimum thickness: 10 x indent depth
Specimen Dimensions
Standard: 10 x 10 x 55 mm
Subsize: 10 x 7.5/5/2.5 x 55 mm
Notch: 45 degree V, 2 mm deep, 0.25 mm radius
Test Temperature
Properties Determined
Test Types
S-N Curve Development
Minimum 12-15 specimens for S-N curve
3 stress levels minimum
Runout at 10^6 or 10^7 cycles
Specimen Design
Test Parameters
| Purpose | Minimum Tests | Basis |
|---|---|---|
| Typical properties | 3 | Average |
| Design allowables (A-basis) | 100+ | 99%/95% confidence |
| Design allowables (B-basis) | 30+ | 90%/95% confidence |
| S-basis | 1 | Specification minimum |
Material: ____________
Specification: ____________
Heat/Lot: ____________
| Test Type | Orientation | Temperature | Specimens | Standard |
|-----------|-------------|-------------|-----------|----------|
| Tensile | L | RT | 3 | ASTM E8 |
| Tensile | T | RT | 3 | ASTM E8 |
| Hardness | Surface | RT | 5 loc | ASTM E18 |
| Impact | L-T | -40 C | 3 | ASTM E23 |
{
"material": {
"name": "string",
"specification": "string",
"heat_lot": "string",
"form": "plate|bar|forging|casting"
},
"test_requirements": {
"tensile": "boolean",
"hardness": "boolean",
"impact": "boolean",
"fatigue": "boolean"
},
"orientations": ["L", "T", "S"],
"temperatures": "array (C)",
"basis": "typical|A-basis|B-basis|S-basis"
{
"test_plan": {
"test_matrix": "array of test specifications",
"specimen_drawings": "array of references",
"total_specimens": "number",
"estimated_material": "number (kg)"
},
"specimen_requirements": {
"dimensions": "object",
"quantity": "number",
"preparation_notes": "string"
},
"test_procedures": "array of procedure references",
"data_analysis_plan": {
"properties_to_calculate": "array",
"statistical_methods": "array"
}
}