library/specializations/domains/science/mechanical-engineering/skills/material-selection/SKILL.md
Systematic material selection using Ashby methodology and performance indices
npx skillsauth add a5c-ai/babysitter material-selectionInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
The Material Selection skill provides systematic capabilities for selecting materials using Ashby methodology and performance indices, enabling optimal material choices based on functional requirements, manufacturing constraints, and cost considerations.
Stiffness-Limited Design | Loading | Performance Index | Maximize | |---------|-------------------|----------| | Tie (tension) | E/rho | Specific stiffness | | Beam (bending) | E^(1/2)/rho | Flexural efficiency | | Panel (bending) | E^(1/3)/rho | Panel efficiency | | Shaft (torsion) | G^(1/2)/rho | Torsional efficiency |
Strength-Limited Design | Loading | Performance Index | Maximize | |---------|-------------------|----------| | Tie (tension) | sigma_y/rho | Specific strength | | Beam (bending) | sigma_y^(2/3)/rho | Flexural strength | | Panel (bending) | sigma_y^(1/2)/rho | Panel strength | | Shaft (torsion) | tau_y^(2/3)/rho | Torsional strength |
Combined Objectives
For minimum cost at required stiffness:
M = E / (rho * C_m)
Where:
E = Young's modulus
rho = density
C_m = cost per unit mass
Young's Modulus vs Density
Strength vs Density
Thermal Conductivity vs Electrical Resistivity
| Property | Units | Considerations | |----------|-------|----------------| | Yield strength | MPa | Safety factors, fatigue | | Ultimate strength | MPa | Failure modes | | Young's modulus | GPa | Deflection limits | | Fracture toughness | MPa.m^(1/2) | Damage tolerance | | Fatigue strength | MPa | Cyclic loading | | Hardness | HRC, HB | Wear resistance |
| Property | Units | Considerations | |----------|-------|----------------| | Density | kg/m3 | Weight constraints | | Thermal expansion | 10^-6/K | Dimensional stability | | Thermal conductivity | W/m.K | Heat transfer | | Electrical resistivity | ohm.m | Conductivity needs | | Melting point | C | Operating temperature |
| Process | Metals | Polymers | Ceramics | Composites | |---------|--------|----------|----------|------------| | Casting | Yes | Yes | Limited | No | | Machining | Yes | Yes | Limited | Yes | | Forging | Yes | No | No | No | | Injection molding | No | Yes | No | Short fiber | | Sheet forming | Yes | Limited | No | Limited | | Additive | Yes | Yes | Limited | Yes |
Corrosion Resistance
Temperature Effects
Sustainability
{
"application": "string",
"loading_conditions": {
"type": "tension|bending|torsion|combined",
"magnitude": "number",
"cyclic": "boolean"
},
"constraints": {
"max_weight": "number (kg)",
"max_cost": "number ($/part)",
"max_temperature": "number (C)",
"corrosion_environment": "string"
},
"manufacturing_process": "machined|cast|molded|forged|additive",
"current_material": "string (if replacement study)",
"required_properties": {
"min_yield": "number (MPa)",
"min_stiffness": "number (GPa)",
"max_density": "number (kg/m3)"
}
}
{
"recommended_materials": [
{
"name": "string",
"specification": "string (e.g., ASTM, AMS)",
"performance_index": "number",
"properties": {
"yield_strength": "number (MPa)",
"modulus": "number (GPa)",
"density": "number (kg/m3)"
},
"cost_estimate": "number ($/kg)",
"availability": "string"
}
],
"selection_rationale": "string",
"trade_off_analysis": {
"primary_candidate": "string",
"alternates": "array",
"comparison_matrix": "object"
},
"manufacturing_notes": "string",
"specification_recommendation": "string"
}
development
Model documentation skill for generating model cards following Google's model card framework.
development
MLflow integration skill for experiment tracking, model registry, and artifact management. Enables LLMs to log experiments, compare runs, manage model lifecycle, and retrieve artifacts through the MLflow API.
data-ai
LIME-based local explanation skill for individual predictions across tabular, text, and image data.
devops
Kubeflow Pipelines skill for ML workflow orchestration, component management, and Kubernetes-native ML.