kicad-mcp-pro: Skill for Claude Code

.opencode/skills/kicad-design-review/SKILL.md

kicad-design-review is a skill for Claude Code, OpenCode from oaslananka/kicad-mcp-pro. It costs 31 tokens per session (491 once invoked), scanned A, original, MIT.

A review workflow for KiCad electronics projects, which contain circuit diagrams and printed-circuit-board layouts. It checks electrical correctness, physical layout, manufacturing readiness, high-speed design, and simulations.

In plain words
What is it for?
Use it to inspect schematics and boards, run electrical and design-rule checks, assess design-for-manufacture, review simulations, and export Gerber, drill, and bill-of-materials files.
Why use it?
It helps find circuit, wiring, layout, and manufacturing problems before a board is sent to a factory. The review organizes warnings and errors by severity and prepares required release files.

Skill for Claude CodeOpenCode

Written for Claude Code and OpenCode: shipped in a Claude Code plugin, but also installed under .opencode/.

This is oaslananka/kicad-mcp-pro's own configuration. It tells Claude Code and OpenCode how to work on kicad-mcp-pro itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything kicad-mcp-pro configures →

Part of the kicad-pro plugin — 10 skills, 1 MCP server shipped together

Reuse

Borrowing it

Nothing to install: this file belongs to oaslananka/kicad-mcp-pro. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/oaslananka/kicad-mcp-pro/main/.opencode/skills/kicad-design-review/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/oaslananka/kicad-mcp-pro

Made for: Claude Code, OpenCode.

Or install kicad-pro, the plugin that ships this one along with the rest of its 10 skills, 1 MCP server.

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-design-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/oaslananka/kicad-mcp-pro/kicad-design-review/github.svg)](https://agentmods.dev/skills/oaslananka/kicad-mcp-pro/kicad-design-review)
Your own site
<a href="https://agentmods.dev/skills/oaslananka/kicad-mcp-pro/kicad-design-review"><img src="https://agentmods.dev/badge/skills/oaslananka/kicad-mcp-pro/kicad-design-review/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-design-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/oaslananka/kicad-mcp-pro/kicad-design-review"><img src="https://agentmods.dev/badge/skills/oaslananka/kicad-mcp-pro/kicad-design-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 491 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00031 $0.00491
Opus 5 $0.00015 $0.00246
Sonnet 5 $0.00006 $0.00098
Haiku 4.5 $0.00003 $0.00049

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

Security

Grade A, and why

kicad-design-review 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 13d 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.

.opencode/skills/kicad-design-review/SKILL.md · 64 lines

What it actually says

KiCad Design Review Skill

Use this skill for any KiCad project review task: schematic correctness, PCB layout quality, DFM readiness, manufacturing release, and simulation verification.

When to Use

  • Board review before manufacturing
  • Schematic review before PCB layout
  • DFM check before fab submission
  • Manufacturing release preparation
  • High-speed design review
  • SPICE simulation review

Required Tools

Phase 1 — Project Inspection

  1. kicad_get_project_info — project metadata and KiCad version
  2. project_quality_gate — comprehensive quality report
  3. pcb_get_board_summary — board dimensions, layers, component count
  4. sch_get_symbols — component list

Phase 2 — Electrical Validation

  1. run_erc — all electrical rules
  2. sch_get_net_names — verify net connectivity

Phase 3 — Physical Validation

  1. run_drc — all design rules
  2. pcb_get_nets — net and track statistics

Phase 4 — DFM / Manufacturing

  1. check_design_for_manufacture — DFM rules
  2. manufacturing_quality_gate — manufacturing readiness
  3. export_gerber / export_drill / export_bom — release artifacts

Phase 5 — Final Report

  • List all warnings and errors by severity
  • Provide a manufacturing readiness verdict
  • Document any waived issues

Quality Gates

Gate What It Checks
project_quality_gate Overall project health
schematic_quality_gate Schematic correctness
schematic_connectivity_gate Net connectivity
pcb_quality_gate PCB layout quality
pcb_placement_quality_gate Component placement
pcb_transfer_quality_gate Schematic-to-PCB sync
manufacturing_quality_gate Manufacturing readiness

Refusal Policy

Do not approve a design for manufacturing unless:

  • All quality gates pass or issues are explicitly documented
  • ERC and DRC show zero errors
  • DFM checks are complete
  • Export artifacts are verified
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. 13d ago First seen · 64 lines · 31 tokens per session scan A 146d9f99b919

Subscribe to this mod's changes

kicad-design-review is a skill published in the GitHub repository oaslananka/kicad-mcp-pro (86 stars, last pushed yesterday), licensed MIT. It adds 31 tokens to every session and 491 once invoked, about $0.0002 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-30.

Related

Other skills, from other repositories

jlcpcb-headstage-pcb

A project-specific guide for reviewing and improving printed-circuit-board designs made for JLCPCB's electronics-manufacturing service. It also covers manufacturing files such as Gerbers and drill files.

Dissipative-ATLAS/jlceda-codex-mcp · 170 tokens

rtl-review

Audit RTL code for lint violations, synthesis hazards, coding-style compliance, and readability. Use when the user says "review this Verilog", "check my RTL", "lint this module", "is this code synthesizable", or shares an HDL file and asks for feedback before simulation or tape-in.

vibeic/vibe-ic · 63 tokens

circuit-design

Use when designing an electronic circuit from requirements, choosing topology or regulator type, selecting component values, planning protection circuits, or deciding what goes on a board before schematic capture begins. Also use when the user asks "what components do I need" or "how should I power this.".

ProductOfAmerica/mcp-server-kicad · 60 tokens

schematic-plan

Use after circuit-design produces a validated BOM (specs/bom.md) to plan exact component placement coordinates and wiring before schematic capture begins. Pure planning — no file modifications.

ProductOfAmerica/mcp-server-kicad · 39 tokens

using-kicad

Use when starting any conversation involving electronics, KiCad, PCB design, schematic capture, circuit design, or EDA tasks.

ProductOfAmerica/mcp-server-kicad · 30 tokens

altium-schematic-review

Review an Altium schematic (.SchDoc) — find unconnected pins, missing footprint links and net errors, then judge each candidate against the datasheet before calling it a defect. Triggers: "review this schematic", "check my circuit", "ERC", "floating pins", "unconnected", "any missing footprints", "does this schematic…

ScottJeong/altium-claude-skills · 251 tokens