library/specializations/domains/science/mechanical-engineering/skills/fea-structural/SKILL.md
Deep integration with finite element analysis tools for structural simulation across static, dynamic, and nonlinear domains
npx skillsauth add a5c-ai/babysitter fea-structuralInstall 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 Finite Element Analysis skill provides deep integration with FEA tools for structural simulation, enabling systematic setup, execution, and post-processing of finite element models across static, dynamic, and nonlinear analysis domains.
CAD Import and Cleanup
Geometry Partitioning
Element Selection | Analysis Type | Recommended Elements | |---------------|---------------------| | Static stress | Hex20, Tet10, Quad8 | | Thin structures | Shell (QUAD4/8, TRIA3/6) | | Beam structures | BEAM/BAR elements | | Contact | Linear elements preferred | | Nonlinear | Reduced integration with hourglass control |
Mesh Quality Criteria
Aspect ratio: < 5 (< 3 preferred)
Jacobian: > 0.6
Warpage: < 15 degrees
Skewness: < 0.8
Mesh Refinement
Constraints
Best Practices
Load Types
Load Cases
Stress Quantities
Margin of Safety
MS = (Allowable / Applied) - 1
MS > 0 indicates positive margin
Reporting
{
"geometry": "CAD file path or description",
"material": {
"name": "string",
"E": "number (Pa)",
"nu": "number",
"yield": "number (Pa)",
"ultimate": "number (Pa)"
},
"loads": [
{
"type": "pressure|force|moment|thermal",
"magnitude": "number",
"location": "string",
"direction": "array [x,y,z]"
}
],
"constraints": [
{
"type": "fixed|pinned|symmetry",
"location": "string",
"dof": "array"
}
],
"analysis_type": "static|modal|nonlinear",
"output_requests": ["stress", "displacement", "reactions"]
}
{
"analysis_results": {
"max_stress": {
"von_mises": "number (Pa)",
"location": "string",
"element_id": "number"
},
"max_displacement": {
"magnitude": "number (m)",
"location": "string",
"node_id": "number"
},
"reaction_forces": {
"total": "array [Fx, Fy, Fz, Mx, My, Mz]"
}
},
"margin_of_safety": {
"yield": "number",
"ultimate": "number",
"critical_location": "string"
},
"mesh_quality": {
"element_count": "number",
"worst_aspect_ratio": "number",
"convergence_status": "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.