Symbol-focused KiCad workflows built on top of the Phase 1 substrate skills. Use when the task is about symbol libraries, symbol inspection, symbol rendering, or proving symbol-side changes with deterministic exports.
This Phase 2 domain skill orchestrates symbol-focused work by composing:
ki-stack-renderki-stack-file-surgeryki-stack-verifyUse it when the user's intent is specifically about symbols or symbol libraries.
ki-stack-render whenki-stack-file-surgery whenki-stack-verify after.kicad_sym file and exact symbol name.The most useful first step is usually rendering the target symbol.
Canonical command:
skills/ki-stack/bin/kicad-render symbol-svg library.kicad_sym out_dir --symbol Device:R
If the task is an offline edit, inspect the relevant library files before mutation.
For symbol work in v1, prefer deterministic offline workflows over speculative live APIs.
Common execution path:
The main proof for symbol tasks is visual and export-based.
Prefer:
If the task affects downstream library behavior, note any limits in verification.
Skills to compose:
skills/ki-stack/ki-stack-render/SKILL.mdskills/ki-stack/ki-stack-file-surgery/SKILL.mdskills/ki-stack/ki-stack-verify/SKILL.mdReferences:
skills/ki-stack/references/render-recipes.mdHelpers:
skills/ki-stack/bin/kicad-renderskills/ki-stack/bin/kicad-svg-to-pngDONE: symbol task completed and visually verifiedDONE_WITH_CONCERNS: completed but verification is partialBLOCKED: file, symbol name, or tooling issue prevented completionNEEDS_CONTEXT: symbol library path or symbol identifier is missing