← ClaudeAtlas

kicad-analyzelisted

Analyze KiCad projects and PDF schematics: review designs, extract BOM, trace nets, DRC/ERC/DFM, power trees. Triggers: KiCad, .kicad_sch/.kicad_pcb/.kicad_pro, schematic/PCB review, Gerber, netlist, 'check my board', 'review before fab'.
juliuswiener/nord-kit · ★ 0 · AI & Automation · score 62
Install: claude install-skill juliuswiener/nord-kit
# KiCad Project Analysis Skill > **Disambiguation:** This skill analyzes **existing** KiCad files (.kicad_sch, .kicad_pcb). For *creating new designs from scratch*, use `/circuit-weaver` or `/design_wizard`. For *BOM sourcing and ordering*, use `/bom`. For *circuit simulation*, use `/sim`. ## Related Skills | Skill | Purpose | |-------|---------| | `bom-manager` | BOM extraction, enrichment, ordering, and export workflows | | `digikey-search` | Search DigiKey for parts (prototype sourcing) | | `mouser-search` | Search Mouser for parts (secondary prototype source) | | `lcsc-search` | Search LCSC for parts (production sourcing, JLCPCB) | | `jlcpcb-fab` | PCB fabrication & assembly ordering | | `pcbway-fab` | Alternative PCB fabrication & assembly | **Handoff guidance:** Use this skill to parse schematics/PCBs and extract structured data. Hand off to `bom-manager` for BOM enrichment, pricing, and ordering. Hand off to `digikey-search`/`mouser-search`/`lcsc-search` for part searches and datasheet fetching. Hand off to `jlcpcb-fab`/`pcbway-fab` for fabrication ordering and DFM rule validation. **Design readiness check:** When a user asks "is this ready to order", "check my design", or wants a pre-fab review, run the confidence dashboard: ```bash python -m circuit_weaver confidence design.yaml --run-sims -o confidence_report.html ``` This aggregates validation, simulation, thermal, DFM, ERC, and cross-reference checks into a single 0-100 readiness score. ## PDF Schematic Anal