What is kicad-file-format?
KiCad S-expression file format expertise. Complete reference for reading and writing .kicad_sch (schematic) and .kicad_pcb (PCB) files. Source: o2scale/electronics-agent-kit.
KiCad S-expression file format expertise. Complete reference for reading and writing .kicad_sch (schematic) and .kicad_pcb (PCB) files.
Quickly install kicad-file-format AI skill to your development environment via command line
Source: o2scale/electronics-agent-kit.
KiCad uses Lisp-style S-expressions for all file formats. Files are human-readable and text-based.
| Schematic | mils (1/1000 inch), stored as mm in file | | PCB | millimeters | | Angles | degrees (0, 90, 180, 270 typical) |
All elements require unique UUIDs. Format: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
KiCad S-expression file format expertise. Complete reference for reading and writing .kicad_sch (schematic) and .kicad_pcb (PCB) files. Source: o2scale/electronics-agent-kit.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/o2scale/electronics-agent-kit --skill kicad-file-formatKiCad S-expression file format expertise. Complete reference for reading and writing .kicad_sch (schematic) and .kicad_pcb (PCB) files. Source: o2scale/electronics-agent-kit.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/o2scale/electronics-agent-kit --skill kicad-file-format Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/o2scale/electronics-agent-kit