con un clic
kicad-skills
kicad-skills contiene 3 skills recopiladas de mash, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.
Skills en este repositorio
Use for ANY read or write on `.kicad_sch` / `.kicad_pcb` files — never `Read`/`cat`/`grep`/`Edit` them directly. Also use when the user asks what pins connect to what other pins, what net a pin is on, which components share a net, or the value/MPN/footprint of a component ref. All query, edit, render, inspect, ERC/DRC, netlist, and validate ops go through this CLI.
Use when editing KiCad schematics or PCBs — adding/removing/modifying symbols, wires, labels, or footprints, or validating changes (ERC, netlist, DRC, baseline diff). Stage-1 functional workflow; pair with `kicad-tool` for commands. For visual/score polish use `kicad-sch-cleanup-loop` instead.
Use when the user asks to clean up, tidy, beautify, or improve the layout/readability/`sch inspect` score of a KiCad schematic sheet. Stage-2 visual pass; not for connectivity changes.