cad-modeling
Expert skill for parametric 3D CAD model development with design intent and configuration management
What this skill does
# 3D CAD Modeling Skill
## Purpose
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.
## Capabilities
- SolidWorks, CATIA, NX, Creo workflow automation
- Parametric feature-based modeling best practices
- Assembly design and constraint management
- Design table and configuration creation
- Top-down and bottom-up assembly strategies
- Part family and library component creation
- Model validation and quality checking
- CAD data exchange and translation
## Usage Guidelines
### Part Modeling
#### Design Intent Capture
1. **Sketch Best Practices**
- Fully constrain all sketches
- Use construction geometry
- Apply meaningful dimensions
- Reference design features, not edges
2. **Feature Planning**
```
Order of features:
1. Primary form (base feature)
2. Secondary forms
3. Positioned features
4. Detail features (rounds, chamfers)
5. Reference geometry
```
3. **Parametric Relationships**
- Link related dimensions
- Use equations for complex relationships
- Create global variables for key parameters
- Document design equations
#### Feature Best Practices
| 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 |
#### Model Quality
1. **Geometry Checks**
- No self-intersecting geometry
- Minimum wall thickness maintained
- Draft analysis for molded parts
- Undercut detection
2. **File Management**
- Meaningful part names
- Custom properties populated
- Revision history maintained
- Linked reference files documented
### Assembly Modeling
#### Assembly Strategies
1. **Bottom-Up Assembly**
- Components modeled independently
- Assembled using mates/constraints
- Best for: Standard components, reusable parts
2. **Top-Down Assembly**
- Layout sketch defines relationships
- Parts reference assembly geometry
- Best for: Highly integrated systems
3. **Hybrid Approach**
- Combine strategies as appropriate
- Use skeleton/layout for key interfaces
- Independent modeling for standard parts
#### Mate/Constraint Best Practices
1. **Constraint Types**
| Type | Use Case |
|------|----------|
| Coincident | Face-to-face contact |
| Concentric | Shaft/hole alignment |
| Distance | Offset positioning |
| Angle | Angular relationship |
| Tangent | Curved surface contact |
2. **Degree of Freedom**
- Fully constrain or document remaining DOF
- Use limit mates for motion range
- Consider mechanism simulation needs
#### Large Assembly Management
1. **Performance Optimization**
- Use lightweight/simplified representations
- Create configurations for assembly states
- Suppress unused components
- Use envelope geometry for space claims
2. **Reference Management**
- Minimize external references
- Document all in-context relationships
- Use published geometry when possible
### Configuration Management
1. **Part Configurations**
- Variations: Sizes, materials, features
- Design table for multiple configurations
- Display states for visualization
2. **Assembly Configurations**
- Bill of materials variations
- Exploded views
- Suppressed component states
## Process Integration
- ME-003: 3D CAD Model Development
## Input Schema
```json
{
"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"
}
```
## Output Schema
```json
{
"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"
}
```
## Best Practices
1. Plan feature order before modeling
2. Use symmetric features when design is symmetric
3. Avoid external references when possible
4. Create reusable part templates
5. Document design intent in model notes
6. Validate geometry before release
## Integration Points
- Connects with Requirements Flowdown for design inputs
- Feeds into GD&T Drawing for documentation
- Supports FEA Structural for analysis
- Integrates with DFM Review for manufacturability
Related in Design
contribute
IncludedLocal-only OSS contribution command center. Auto-refreshes the user's in-flight PR and issue state on invoke so conversations start with full context — no need to brief Claude on what's in flight. Helps the user find issues to contribute to on GitHub, builds per-repo dossiers of what each upstream expects (CLA, DCO, branch convention, AI policy, draft-first, review bots, issue templates), runs deterministic gates before any external action so AI-assisted contributions don't reach maintainers as slop. State is markdown-only: candidate files at ~/.contribute-system/candidates/, repo dossiers at ~/.contribute-system/research/, append-only event log at ~/.contribute-system/log.jsonl. No database, no cloud calls. Use when the user asks about their PRs / issues / contributions, wants to find new work to take on, claim an issue, build/refresh a repo's dossier, or draft a Design Issue or PR. Trigger with "/contribute", "what's my PR status", "find a contribution", "claim issue X", "draft a Design Issue for Y", "refresh dossier for Z".
architectural-analysis
IncludedUser-triggered deep architectural analysis of a codebase or scoped subtree across eight modes — information architecture, data flow, integration points, UI surfaces, interaction patterns, data model, control flow, and failure modes. This skill should be used when the user asks to "diagram this codebase," "map the architecture," "show the data flow," "give me an ERD," "trace control flow," "find the integration points," "verify the layout pattern," "audit the UX architecture," or any similar request whose primary deliverable is mermaid diagrams plus cited reports under docs/architecture/. Dispatches haiku/sonnet sub-agents in parallel for per-mode exploration, then verifies every citation mechanically before any node lands in a diagram. Not for one-off prose explanations of code (use code-explanation) or for high-level system design from scratch (use system-design).
mcp
IncludedModel Context Protocol (MCP) server development and tool management. Languages: Python, TypeScript. Capabilities: build MCP servers, integrate external APIs, discover/execute MCP tools, manage multi-server configs, design agent-centric tools. Actions: create, build, integrate, discover, execute, configure MCP servers/tools. Keywords: MCP, Model Context Protocol, MCP server, MCP tool, stdio transport, SSE transport, tool discovery, resource provider, prompt template, external API integration, Gemini CLI MCP, Claude MCP, agent tools, tool execution, server config. Use when: building MCP servers, integrating external APIs as MCP tools, discovering available MCP tools, executing MCP capabilities, configuring multi-server setups, designing tools for AI agents.
react-native-skia
IncludedDesign, build, debug, and optimise high-polish animated graphics in React Native or Expo using @shopify/react-native-skia, Reanimated, and Gesture Handler. Use when the user wants canvas-driven UI, shaders, paths, rich text, image filters, sprite fields, Skottie, video frames, snapshots, web CanvasKit setup, or performance tuning for custom motion-heavy elements such as loaders, hero art, cards, charts, progress indicators, particle systems, or gesture-driven surfaces. Also use when the user asks for fluid, glow, glass, blob, parallax, 60fps/120fps, or GPU-friendly animated effects in React Native, even if they do not explicitly say "Skia". Do not use for ordinary form/layout work with standard views.
plaid
IncludedProduct Led AI Development — guides founders from idea to launched product. Six capabilities: Idea (discover a product idea), Validate (pressure-test the idea against fatal flaws, problem reality, competition, and 2-week MVP feasibility), Plan (vision intake + document generation), Design (translate image references into a design.md spec), Launch (go-to-market strategy), and Build (roadmap execution). Use when someone says "PLAID", "plaid idea", "help me find an idea", "product idea", "idea from my business", "idea from my expertise", "plaid validate", "validate my idea", "pressure-test", "is this idea good", "find fatal flaws", "validate the problem", "plan a product", "define my vision", "generate a PRD", "product strategy", "plaid design", "design from image", "translate image to design", "create design.md", "extract design tokens", "plaid launch", "go-to-market", "launch plan", "GTM strategy", "launch playbook", "plaid build", "build the app", "start building", or "execute the roadmap".
nextjs-framer-motion-animations
IncludedAdds production-safe Motion for React or Framer Motion animations to Next.js apps, including reveal, hover and tap micro-interactions, whileInView, stagger, AnimatePresence, layout and layoutId transitions, reorder, scroll-linked UI, and lightweight route-content transitions. Use when the user asks to add, refactor, or debug Motion or Framer Motion in App Router or Pages Router codebases, especially around server/client boundaries, reduced motion, LazyMotion, bundle size, hydration, or route transitions. Avoid for GSAP-style timelines, WebGL or 3D scenes, heavy scroll storytelling, or CSS-only effects unless Motion is explicitly requested.