Footprint-focused KiCad workflows built on top of the Phase 1 substrate skills. Use when the task is about footprint libraries, footprint inspection, footprint rendering, or proving footprint-side changes with deterministic exports.
This Phase 2 domain skill orchestrates footprint-focused work by composing:
ki-stack-renderki-stack-file-surgeryki-stack-verifyki-stack-live when the footprint is being inspected from a placed board contextUse it when the user's intent is specifically about footprints or footprint libraries.
ki-stack-render whenki-stack-file-surgery whenki-stack-live whenki-stack-verify after.pretty library directory and the exact footprint name, or identify the placed footprint on a board.For library-side tasks, the first useful step is usually a visual export.
Canonical command:
skills/ki-stack/bin/kicad-render footprint-svg my.pretty out_dir --footprint SOIC-8_3.9x4.9mm_P1.27mm
For placed-footprint tasks on a live board, start with the PCB examples in ki-stack-live and ki-stack-pcb.
For footprint tasks in v1, prefer deterministic offline library workflows unless the request is explicitly about a placed footprint in a board context.
Common execution path:
The main proof for footprint tasks is visual.
Prefer:
If the footprint change affects a placed board design, also route through PCB verification where relevant.
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.mdskills/ki-stack/ki-stack-live/SKILL.mdReferences:
skills/ki-stack/references/render-recipes.mdHelpers:
skills/ki-stack/bin/kicad-renderskills/ki-stack/bin/kicad-svg-to-pngki-stack-pcb.DONE: footprint task completed and visually verifiedDONE_WITH_CONCERNS: completed but verification is partial or board placement effects were not fully checkedBLOCKED: file, footprint name, or tooling issue prevented completionNEEDS_CONTEXT: footprint library path, placed-board context, or footprint identifier is missing