AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Kicad Pcb

skill-avatarsd-kiskill-kicad-pcb · by AvatarSD

>

No reviews yet
0 installs
4 views
0.0% view→install

Install

$ agentstack add skill-avatarsd-kiskill-kicad-pcb

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-avatarsd-kiskill-kicad-pcb)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Kicad Pcb? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

PCB footprint staging & board ops

Engine: $(kx root)/kicad_lib/pcb.py (python API: PYTHONPATH= or cwd=; CLI: kx is on PATH) (netlist, load_footprint, stage, edge_cuts_bbox, empty_board_from). Worked example: tests/test_pcb.py.

Staging flow (Update-PCB adopts, no duplicates)

  1. pcb.netlist(SCH)comps[ref]["tstamps"] — that uuid IS the link;

nets is the connectivity ground truth (assert designed members!). Root-sheet local-label nets are prefixed "/" (/VOUT); power nets (GND, VCC) are not.

  1. pcb.load_footprint(mod_path, "Lib:Name") — renames for the board,

strips file headers (.kicad_mod has no top-level uuid; instances do).

  1. pcb.stage(board, fpdef, ref, value, at, tstamps_uuid, sheetfile)

inserts after the layer clause: uuid, at, path "/", sheetname, sheetfile; sets Reference/Value; refreshes EVERY item uuid. Pads stay netless — the sync fills them.

  1. Stage in a grid CLEAR of the outline: pcb.edge_cuts_bbox(board).
  2. Gates: save → reparse → kicad-cli pcb export svg accepts → render

PNG → eyeball → commit.

Notes

  • pcb.empty_board_from(donor) builds a minimal valid board (header +

layer stack + setup + net 0) from any existing .kicad_pcb, read-only.

  • DRC: kicad-cli pcb drc --output drc.rpt --severity-all BOARD

set-diff vs baseline exactly like ERC (kicad-review skill).

  • .kicad_pcb round-trips BYTE-IDENTICAL (validated on a 2.3 MB real

board): pcb pts dialect (≤5 points inline, then 4-per-line chunks) + token wrap at column 72 — sexp.dumps sniffs the root tag, or pass dialect="pcb" when serializing subtrees. Hand-edits diff zero-noise.

  • Update-PCB direction is sch→pcb only; never edit refs on the board.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.