mikael-lovqvists-claude-agent f3fddfac4b Initial implementation of kicad-query helper
Generic S-expression parser feeding into KiCad-specific queries.
Supports .kicad_sch (summary, components, component, nets),
.kicad_pcb (summary, nets, net, footprints, footprint, traces),
and .kicad_pro (summary). The 'traces' command does BFS through
segments and vias to show the physical copper path from a specific
pad. All queries support --format=json for structured LLM output.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-24 23:09:14 +00:00
Description
Query tool for KiCad schematics and PCB files — extracts components, nets and trace routing without the noise
59 KiB
Languages
JavaScript 100%