kicad-schematic-design

kicad-schematic-design is a skill for Codex from Seahan1/kicad-agent. It costs 73 tokens per session (3,155 once invoked), scanned A, original, MIT.

A skill for creating, editing, inspecting, and checking KiCad circuit schematics. KiCad is software for drawing electronic circuits and preparing their design data.

In plain words
What is it for?
Use it to draw digital, analog, power, interface, or mixed-signal circuits; assign component footprints; review connections; and diagnose electrical-rule or netlist problems.
Why use it?
It helps keep circuit connections, power requirements, component choices, and manufacturing details explicit and checked.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents).

Good fit Use it to draw digital, analog, power, interface, or mixed-signal circuits; assign component footprints; review connections; and diagnose electrical-rule or netlist problems.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/seahan1/kicad-agent/kicad-schematic-design
Install

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.

Any agent
npx skills add Seahan1/kicad-agent --skill kicad-schematic-design
Clone the repo
git clone --depth 1 https://github.com/Seahan1/kicad-agent

Made for: Codex.

Wrote 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.

agentmods badge for kicad-schematic-design

README.md
[![agentmods](https://agentmods.dev/badge/skills/seahan1/kicad-agent/kicad-schematic-design/github.svg)](https://agentmods.dev/skills/seahan1/kicad-agent/kicad-schematic-design)
Your own site
<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.

agentmods 80×15 button for kicad-schematic-design

Your own site · 80×15
<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>
Per session 73 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,155 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 10d ago against content hash bb229fffb914, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

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.

.agents/skills/kicad-schematic-design/SKILL.md · 211 lines

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

  1. Inspect .kicad_pro, .kicad_sch, .kicad_pcb, sym-lib-table, and fp-lib-table before placement.
  2. Use installed KiCad symbol and footprint libraries through the KiCad GUI, local KiCad MCP, or a library parser. Record every exact lib_id and footprint identifier.
  3. Resolve inherited symbols through their declared parent definition. Preserve all pins, graphics, electrical types, UUIDs, and instance records.
  4. Compare critical IC, connector, protection, sensor, and power-device pin maps with the manufacturer datasheet. Library consistency alone does not establish physical correctness.
  5. Assign complete library footprint identifiers. Reject malformed or concatenated library and footprint names.
  6. Use one authoritative reference per component. Annotate after placement and recheck duplicate references.
  7. Use real MPNs for fabrication designs. Keep generic symbols only when the user accepts a conceptual schematic.

Read the full file on GitHub · 211 lines

Files

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.

Changes

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.

  1. 10d ago First seen · 211 lines · 73 tokens per session scan A bb229fffb914

Subscribe to this mod's changes

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.

Related

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.

alibaba/anolisa · 112 tokens

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…

ra1nyxin/immersive-vibration-response-skill · 99 tokens

kicad-copilot-mcp

Use when KiCad Copilot MCP tools are available. Entry point for KiCad schematic and PCB workflows.

biosshot/kicad-copilot · 30 tokens

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.

Milind220/Ki-Stack · 64 tokens

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.

Milind220/Ki-Stack · 64 tokens

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.

Milind220/Ki-Stack · 54 tokens