step5-routing

step5-routing is a skill for Claude Code, Codex from raisoninme/boardless-pcb. It costs 37 tokens per session (2,506 once invoked), scanned A, original, MIT.

A guided workflow step for routing the copper connections on a printed circuit board (PCB), following an engineering order and checking design-rule compliance (DRC).

In plain words
What is it for?
Use it to route the board net by net, review critical signals, run or address DRC findings, and document remaining issues.
Why use it?
It ensures routing starts only after component placement and the schematic are ready. It also records unresolved gaps honestly when the board cannot yet pass its checks.

Skill for Claude CodeCodex

Written for Claude Code and Codex: disable-model-invocation in frontmatter, but also agents/openai.yaml present. Also seen: mentions Claude Code.

Part of the boardless-pcb plugin — 10 skills, 1 agent shipped together

Good fit Use it to route the board net by net, review critical signals, run or address DRC findings, and document remaining issues.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/raisoninme/boardless-pcb/step5-routing
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 raisoninme/boardless-pcb --skill step5-routing
Clone the repo
git clone --depth 1 https://github.com/raisoninme/boardless-pcb

Made for: Claude Code, Codex.

Or install boardless-pcb, the plugin that ships this one along with the rest of its 10 skills, 1 agent.

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 step5-routing

README.md
[![agentmods](https://agentmods.dev/badge/skills/raisoninme/boardless-pcb/step5-routing/github.svg)](https://agentmods.dev/skills/raisoninme/boardless-pcb/step5-routing)
Your own site
<a href="https://agentmods.dev/skills/raisoninme/boardless-pcb/step5-routing"><img src="https://agentmods.dev/badge/skills/raisoninme/boardless-pcb/step5-routing/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 step5-routing

Your own site · 80×15
<a href="https://agentmods.dev/skills/raisoninme/boardless-pcb/step5-routing"><img src="https://agentmods.dev/badge/skills/raisoninme/boardless-pcb/step5-routing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,506 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.00037 $0.02506
Opus 5 $0.00018 $0.01253
Sonnet 5 $0.00007 $0.00501
Haiku 4.5 $0.00004 $0.00251

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

Security

Grade A, and why

step5-routing 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 9d 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.

skills/step5-routing/SKILL.md · 118 lines

How it starts

The opening of the file, as written. The whole thing — 118 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Step 5 · Routing

Session & state check (before touching anything)

  1. One step per session: if this session already did substantive work for another step, stop and ask for a fresh session.
  2. Read docs/flow-state.md (canonical header line; foreign file → stop and ask). Confirm step 4 is done; read the placement deliverables, the critical-signal definitions in docs/dev-plan.md, and the BOM. Not satisfied → stop and report.
  3. This step already done with no issue targeting it → re-run: ask intent first. Already in-progress → aborted or concurrent session: ask before proceeding. Marked rework (usually cascaded from a placement/schematic fix) → redo what the rework note requires, then wrap up. Marked parked (the user accepted an unconverged draft) → this re-entry IS the un-park: confirm the user means to resume, then continue the convergence loop from the copper as it stands; when it converges, close the deferred issue that carries the gap, citing the run that closed it — nothing else ever retires that entry, and step 7's definition-of-done would otherwise re-present a gap that no longer exists.
  4. Orphan-fix scan: check docs/rework-log-*.md for self-help attempts journaled but never marked adopted/rejected — a previous session died mid-change. Reconcile against the live EDA first (the journal lists touched objects and prior values): roll back or complete the check, then proceed.
  5. Issues-table entries with target step = 5 → fix mode.
  6. Set step 5 in-progress. Rebuild context from disk only.

Execute

Adopt-and-audit path: inherited routing recorded in flow-state (inherited: <path>, same-EDA only) is ingested, then audited by this step's own bar — DRC plus all three closing checks below. The bar doesn't move; only the labor does.

Routing disciplines

  • Engineering order: reference planes / return paths and net classes established first, then wide power traces → critical signals (switch nodes / differential pairs / sense lines) → buses → the rest → GND stitching and pours last (pouring last is tool sequencing — return paths were designed first, not last)
  • A missing high-level convenience API (autoroute, pour) ≠ the capability doesn't exist: drop to primitive APIs (draw track / place via) and build the routing net by net; exhaust the low-level interface before giving up
  • The EDA's own autorouter is off-limits to the AI. Autorouted copper bypasses the engineering order and lands un-audited; driving a GUI autorouter by blind clicking is a proven tar pit (hours of zero output in practice). Being stuck is never a reason to reach for it — the sanctioned outlets for stuck are self-help and then the wall procedure, in that order. Copper the USER chooses to produce in the GUI, by whatever means, is their call — it re-enters through DRC + the closing checks + verification like everything else.
  • API/bridge discipline (e.g. EasyEDA's websocket bridge — any asynchronous execution channel): after a timeout the EDA-side script may still be running — poll for completion, never re-send; batch scripts must be idempotent (an interrupted run leaves half-finished state)
  • Impedance control: compute electrical length vs. rise time first (lumped/distributed boundary ≈ t_r·v/6 — a screening estimate, not sign-off); short lumped-region links need matched length at most, and only where a skew budget actually exists
  • Critical loops (switch nodes, high dV/dt): shortest path, fewest vias

Read the full file on GitHub · 118 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. 9d ago First seen · 118 lines · 37 tokens per session scan A ad5295c3102d

Subscribe to this mod's changes

step5-routing is a skill published in the GitHub repository raisoninme/boardless-pcb (2 stars, last pushed 26d ago), licensed MIT. It adds 37 tokens to every session and 2,506 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-31.

Related

Other skills, from other repositories

kicad-jlcpcb-workflow

Use this skill when the user asks to "design a PCB", "make a board", "build a PCB project", "order from JLCPCB", "create a schematic", "source LCSC parts", "wire up a board", "generate a PCB from a BOM", or any KiCad + JLCPCB workflow. Also use when working with .kicadpro or .kicadpcb files. Phase 1.6 handles project…

BeckhamLabsLLC/kicad-jlcpcb · 145 tokens

spark-environment-setup

Set up a working ML training/inference environment on NVIDIA DGX Spark (GB10, aarch64, CUDA 13). Use when installing PyTorch/Unsloth/TRL/vLLM on DGX Spark, hitting libcudart or wheel-ABI errors on aarch64, or choosing between NGC containers and bare pip installs.

wshobson/agents · 76 tokens

spark-training-gotchas

Preflight and diagnose the ten known failure modes for ML training on NVIDIA DGX Spark. Use when a training run on DGX Spark fails to start, OOMs below the 128GB limit, slows down mid-run, or before any multi-hour training job on GB10.

wshobson/agents · 63 tokens

kicad

Analyze KiCad projects and PDF schematics: schematics, PCB layouts, Gerbers, footprints, symbols, netlists, and design rules. Reviews designs for bugs, traces nets, cross-references schematic to PCB, extracts BOM data, checks DRC/ERC, DFM, power trees, and regulator circuits. Every finding carries a confidence label…

aklofas/kicad-happy · 240 tokens

lcsc

Search LCSC Electronics for electronic components — find parts by LCSC number (Cxxxxx) or MPN, check stock/pricing, download datasheets, analyze specifications. Sister company to JLCPCB, same parts library. Sync and maintain a local datasheets directory for a KiCad project, or use batch MPN-list seeding (--mpn-list)…

aklofas/kicad-happy · 174 tokens

telephony-and-conferencing

Runs voice and meeting infrastructure — phone systems and numbers, emergency calling obligations, conference rooms and their AV, call recording and its retention consequences, and the porting that makes provider changes go badly. Use this to replace a phone system, fix rooms nobody can start a meeting in, meet…

cbrock84/headcount · 85 tokens