kidoc
Installation
SKILL.md
kidoc — Engineering Documentation Skill
Generate professional engineering documentation from KiCad project files.
Quick Start
One command generates the full scaffold — analyses, diagrams, renders, and markdown are all produced automatically:
python3 skills/kidoc/scripts/kidoc_scaffold.py \
--project-dir /path/to/kicad/project \
--type hdd \
--output reports/HDD.md
This auto-detects .kicad_sch and .kicad_pcb files, runs schematic/PCB/EMC/thermal analyses, generates block diagrams and schematic SVG renders, and produces a structured markdown scaffold with pre-filled data tables and narrative placeholders.
To produce a PDF: