Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add Seahan1/kicad-agent --skill kicad-schematic-designgit clone --depth 1 https://github.com/Seahan1/kicad-agentWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/seahan1/kicad-agent/kicad-schematic-design)<a href="https://agentmods.dev/skills/seahan1/kicad-agent/kicad-schematic-design"><img src="https://agentmods.dev/badge/skills/seahan1/kicad-agent/kicad-schematic-design/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/seahan1/kicad-agent/kicad-schematic-design"><img src="https://agentmods.dev/badge/skills/seahan1/kicad-agent/kicad-schematic-design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00073 | $0.03155 |
| Opus 5 | $0.00036 | $0.01577 |
| Sonnet 5 | $0.00015 | $0.00631 |
| Haiku 4.5 | $0.00007 | $0.00315 |
Grade A, and why
kicad-schematic-design scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 211 lines — stays where its author put it; the contents beside it link to each section on GitHub.
KiCad Schematic Design
Use this skill for every KiCad schematic task in the active workspace. Treat the schematic as an electrical contract, a manufacturing input, and a document that another engineer can read without guessing.
Operating Modes
Choose the mode from the latest user request.
- Create or edit: inspect the project, define requirements, make the requested changes, validate, and show the changed-file diff.
- Review or diagnose: perform read-only inspection and validation. Do not edit the schematic, project, PCB, reports, or settings.
- Open or inspect: open KiCad and inspect the visible state. Do not infer permission to edit from an open request.
Respect workspace instructions and preserve user changes. Do not overwrite an existing project until the requested target is explicit.
Design Contract Before Drawing
Collect or state assumptions for:
- Circuit function, signal direction, operating modes, and failure behavior.
- Every external net: source, sink, connector or port, voltage or logic level, and expected current or frequency.
- Power rails: minimum, nominal, and maximum voltage; continuous and peak current; startup and shutdown behavior.
- Environment, temperature, mechanical constraints, EMC constraints, and board manufacturing limits.
- Component MPN, datasheet, tolerance, voltage rating, package, lifecycle, and approved alternatives.
Create an endpoint ledger before placing symbols. Each external net must have a visible source and destination, or an explicit hierarchical or global port. A rail label alone does not define where power enters the circuit. For a board-level circuit, expose required inputs, outputs, grounds, buses, test points, and measurement nodes with connectors or ports.
When a requirement is unknown, record the assumption and mark the affected claim unverified. Do not silently invent load current, connector pinout, operating temperature, or external source behavior.
Project and Library Rules
- Inspect
.kicad_pro,.kicad_sch,.kicad_pcb,sym-lib-table, andfp-lib-tablebefore placement. - Use installed KiCad symbol and footprint libraries through the KiCad GUI, local KiCad MCP, or a library parser. Record every exact
lib_idand footprint identifier. - Resolve inherited symbols through their declared parent definition. Preserve all pins, graphics, electrical types, UUIDs, and instance records.
- Compare critical IC, connector, protection, sensor, and power-device pin maps with the manufacturer datasheet. Library consistency alone does not establish physical correctness.
- Assign complete library footprint identifiers. Reject malformed or concatenated library and footprint names.
- Use one authoritative reference per component. Annotate after placement and recheck duplicate references.
- Use real MPNs for fabrication designs. Keep generic symbols only when the user accepts a conceptual schematic.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 211 lines · 73 tokens per session scan A bb229fffb914
kicad-schematic-design is a skill published in the GitHub repository Seahan1/kicad-agent (2 stars, last pushed 1mo ago), licensed MIT. It adds 73 tokens to every session and 3,155 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
kernel-dev
A development tool for building Linux kernels and kernel modules, which are add-on pieces of kernel code such as drivers. It installs dependencies and supports RPM-based systems, including Alibaba Cloud Linux, on Intel/AMD and ARM 64-bit machines.
immersive-vibration-response
Provide autonomous, low-power haptic feedback and a playful, opinionated interaction style for players through the local ESP32 vibration bridge. Use for interactive games, embodied-agent play, roleplay, simulations, live narratives, and long-running creative or coding tasks whenever game events, decisions, task…
kicad-copilot-mcp
Use when KiCad Copilot MCP tools are available. Entry point for KiCad schematic and PCB workflows.
ki-stack-pcb
Flagship PCB workflow skill for KiCad agents. Use for board-level work: current board inspection, selected items, footprints, pads, tracks, vias, zones, layers, board metadata, PCB rendering, DRC, fabrication exports, and PCB editor automation through kicad-python IPC.
ki-stack-live
Control a running KiCad session through the official kicad-python IPC bindings. Use for PCB editor interactions, open-board state, current selection, live footprint/track/via/zone/layer work, undoable board mutations, and scripts that chain many KiCad IPC calls together.
ki-stack-file-surgery
Perform offline, structural KiCad file edits with kiutils-rs. Use when the task is better expressed as a deterministic file transformation, when no live KiCad session is needed, or when preserving KiCad syntax and formatting matters.