schemdraw-circuit-generator
Installation
SKILL.md
Schemdraw Circuit Generator
Generate professional, publication-quality circuit diagrams using schemdraw Python library. Outputs to vector formats (SVG, PDF) or raster (PNG).
Quick Start Workflow
🎯 RECOMMENDED: Incremental Conversational Approach
This workflow builds diagrams step-by-step with visual confirmation at each stage. Use this for complex circuits or when starting fresh.
A. Connection List - Write explicit connection list showing all component pins B. Incremental Build Loop - Build one component/section at a time:
- Add ONE component or connection (e.g., "IC only", "add GND connection", "add R1")
- Execute - Run Python script and save SVG
- Visual Check - Generate screenshot via HTML wrapper + headless browser
- User Confirmation - Show screenshot, get approval before proceeding
- REPEAT - Go back to step 1 for next component until circuit complete