andrewbartels1/SolidworksMCP-python
Skill Claude CodeCodex
Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.
A comprehensive Model Context Protocol (MCP) server for SolidWorks automation (in python)
andrewbartels1/SolidworksMCP-python
Skill Claude CodeCodex
Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.
andrewbartels1/SolidworksMCP-python
Skill Claude CodeCodex
Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete.
andrewbartels1/SolidworksMCP-python
Skill Claude CodeCodex
Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change.
andrewbartels1/SolidworksMCP-python
Skill Claude CodeCodex
Propose a new change with all artifacts generated in one step. Use when the user wants to quickly describe what they want to build and get a complete proposal with design, specs, and tasks ready for implementation.
andrewbartels1/SolidworksMCP-python
Skill Claude CodeCodex
Sync delta specs from a change to main specs. Use when the user wants to update main specs with changes from a delta spec, without archiving the change.
andrewbartels1/SolidworksMCP-python
Skill Claude CodeCodex
Update an OpenSpec change by revising its existing planning artifacts and keeping them coherent with one another. Use when the user wants to revise a change's plan, fold new decisions into it, or reconcile its artifacts after an edit. Never edits code.
andrewbartels1/SolidworksMCP-python
Skill Claude CodeCodex
Use when refactoring a method in pywin32adapter.py that contains untestable closures, nested try/except blocks, or COM logic that can't be unit-tested in isolation. Apply SOLID principles: extract helpers, refactor to thin orchestrator, add full branch-coverage tests. Trigger phrases: extract helper, SOLID refactor…
andrewbartels1/SolidworksMCP-python
Skill Claude CodeCodex
Use when reconstructing an existing SolidWorks model and you need inspect-classify-delegate routing with evidence, confidence, and safe execution checkpoints. Trigger phrases: reconstruction, reverse engineering, feature tree, classify family, inspect-classify-delegate, listfeatures, classifyfeaturetree, sheet metal…
andrewbartels1/SolidworksMCP-python
Skill Claude CodeCodex
Use when generating tolerance and clearance guidance based on printer profile inputs (model or build volume, nozzle, material, layer height) for SolidWorks MCP design workflows.