rtl-design

rtl-design is a skill for Claude Code, Codex from chipweaver/veripower. It costs 34 tokens per session (1,348 once invoked), scanned A, original, MIT.

An RTL design skill writes or modifies Verilog and SystemVerilog, languages used to describe digital hardware circuits. It assigns work for each child module and reviews the resulting files against the intended design.

In plain words
What is it for?
It is for authoring or repairing RTL files and recording each child module's file layout and constraints.
Why use it?
It keeps hardware code aligned with the recorded design intent and separates changes by child module for review.

Skill for Claude CodeCodex

Part of the veripower plugin — 12 skills, 3 hooks shipped together

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.

agentmods
npx agentmods add skills/chipweaver/veripower/rtl-design
Any agent
npx skills add chipweaver/veripower --skill rtl-design
Clone the repo
git clone --depth 1 https://github.com/chipweaver/veripower

Made for: Claude Code, Codex.

Or install veripower, the plugin that ships this one along with the rest of its 12 skills, 3 hooks.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/chipweaver/veripower/rtl-design.svg)](https://agentmods.dev/skills/chipweaver/veripower/rtl-design)
Your own site
<a href="https://agentmods.dev/skills/chipweaver/veripower/rtl-design"><img src="https://agentmods.dev/badge/skills/chipweaver/veripower/rtl-design.svg" alt="Measured on agentmods" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,348 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00034 $0.01348
Opus 5 $0.00017 $0.00674
Sonnet 5 $0.00007 $0.00270
Haiku 4.5 $0.00003 $0.00135

Measured 4d ago against content hash 62710fa2a17a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

rtl-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 4d ago.

The scan reads SKILL.md. This mod also ships 5 executable files (scripts/rtl/__init__.py, scripts/rtl/__main__.py, scripts/rtl/_ledger.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/rtl-design/SKILL.md · 69 lines

How it starts

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

RTL Design

Your sole responsibility: turn manifest.json's child roster into authored RTL. You are a thin dispatcher — the per-child sub-Tasks author every .v file, and a reviewer per child reads it back against its intent. You hold no RTL body, and every fix lands through a child re-dispatch.

Iron Rule

  • design.md and the per-child <child>.md are the intent source. Never modify either; no RTL-level adjustment overrides an architectural decision.

Artifacts

<skill> is this skill's own base directory, named on the first line of this file.

Read {workdir}/dispatch.json for this round's inputs: its inputs table maps each upstream key to a location, so <key>/<subpath> is how you address one. Every key resolves to the specification stage root, so <design> reaches its sibling sidecars too.

caused_by and scope name what this round is about, and they are independent: scope is what drifted under you, caused_by is the failing runs waiting on you (read each envelope). A round can carry both; answer both. reasons is a human's judgment on this repair. It outranks your own reading of the files. If you disagree, say so in result.json instead of acting against it.

Path What it is
<manifest>/manifest.json The child roster: module (= <top_module>) + children[] (name / doc / rtl_modules[]). Drives the fan-out
<children>/ (the per-child designs) Per-child sub-design — frontmatter + §2 Interface + §3 Internal Behavior are what each child derives its RTL from
<design>/top-io.json, interconnects.json, clocks.json The boundary, the cut edges, the clocks. Passed by path into the sub-Tasks
<design>/ppa.json The area / timing-slack / power targets this RTL is judged against. Passed by path into the sub-Tasks

Everything below is produced under {workdir}. Each JSON sidecar's shape is references/<name>.schema.json.

Path What it is
src/ The authored RTL, the <top_module> file among it — delivered as one tree
rtl-files.json Per-child files[] + incdirs[], keys in manifest order. Every downstream filelist is generated from it — no stage parses a text file list
constraint-annotations.json Per-child SGDC/SDC annotations in real module names, read by lint-cdc and synthesis
semantic-review/ The intent reviews, written by their reviewers. Prose, not a verdict — delivered as one tree, so what you call the files in it is yours
result.json The status envelope, written only by finalize

Read the full file on GitHub · 69 lines

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. 4d ago First seen · 69 lines · 34 tokens per session scan A 62710fa2a17a

Subscribe to this mod's changes

rtl-design is a skill published in the GitHub repository chipweaver/veripower (4 stars, last pushed 4d ago), licensed MIT. It adds 34 tokens to every session and 1,348 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.