Kicad improve
Self-improvement loop for the kicad skill pack: each tick picks one backlog item, researches forums if needed, builds/tests against the fixture project, commits, and feeds lessons back into the skills. Use on /loop ticks or when asked to improve the kicad skills.From its SKILL.md
npx -y skills add AvatarSD/KiSkill --skill kicad-improveAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 2 commands, including `git -C $(kx root) log --oneline | head` and 1 more.
SKILL.md
1.4 KB, 282 tokens by cl100k_base, as published. Nobody here has run it
Self-improvement loop (one tick = one slice)
Repo: $(kx root). Never test against real user
projects (read-only soak targets only); use tests/fixtures/.
Tick protocol
git -C $(kx root) log --oneline | head+ readdoc/BACKLOG.md— pick the TOP unchecked item only.- If the item needs domain knowledge: ONE focused forum/web sweep (kicad.info, EEVblog, Hackaday, official dev-docs — WebSearch/WebFetch are deferred tools: load via ToolSearch first); distill into the relevant SKILL.md or doc/DESIGN.md — cite the source.
- Build the slice; test on fixtures (
python3 tests/test_roundtrip.pyplus slice-specific test); mutation-test any new verifier rule. - Commit (one commit per step, no Co-Authored-By trailer).
- Feed back: update the SKILL.md that the lesson belongs to; tick the backlog box; append new discoveries as new backlog items.
- End the tick by suggesting the user run /compact.
Quality bar
SOLID, zero-copy where sensible, no dead code, no legacy left behind; every behavior provable by a command the next tick can rerun.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.