Expert skill for parametric 3D CAD model development with design intent and configuration management
Creates parametric 3D CAD models with design intent and configuration management for engineering workflows.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The 3D CAD Modeling skill provides expert capabilities for parametric 3D CAD model development with proper design intent, configuration management, and best practices for model quality and reusability.
Sketch Best Practices
Feature Planning
Order of features:
1. Primary form (base feature)
2. Secondary forms
3. Positioned features
4. Detail features (rounds, chamfers)
5. Reference geometry
Parametric Relationships
| Feature Type | Best Practice |
|---|---|
| Extrude | Use mid-plane when symmetric |
| Revolve | Full 360 or symmetric angle |
| Sweep | Keep profile perpendicular to path |
| Loft | Match profile vertex count |
| Fillet | Apply late in feature tree |
| Pattern | Use linear/circular for regular arrays |
Geometry Checks
File Management
Bottom-Up Assembly
Top-Down Assembly
Hybrid Approach
Constraint Types
| Type | Use Case |
|---|---|
| Coincident | Face-to-face contact |
| Concentric | Shaft/hole alignment |
| Distance | Offset positioning |
| Angle | Angular relationship |
| Tangent | Curved surface contact |
Degree of Freedom
Performance Optimization
Reference Management
Part Configurations
Assembly Configurations
{
"part_type": "component|assembly|drawing",
"design_requirements": {
"function": "string",
"envelope": {
"length": "number (mm)",
"width": "number (mm)",
"height": "number (mm)"
},
"interfaces": "array of interface definitions",
"material": "string"
},
"reference_geometry": "file path or description",
"configurations_needed": "array of configuration names",
"manufacturing_method": "machined|cast|molded|sheet_metal|additive"
}
{
"model_info": {
"file_path": "string",
"file_format": "native|STEP|IGES",
"revision": "string"
},
"geometry_summary": {
"bounding_box": "object",
"volume": "number (mm3)",
"surface_area": "number (mm2)",
"mass": "number (kg)"
},
"quality_check": {
"fully_constrained": "boolean",
"no_errors": "boolean",
"rebuild_time": "number (s)"
},
"configurations": "array of config names",
"custom_properties": "object"
}
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.