Deep integration with finite element analysis tools for structural simulation across static, dynamic, and nonlinear domains
Performs finite element analysis for structural simulations across static, dynamic, and nonlinear domains.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
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"
}
}
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.