wp-theme

A command that measures the visual design values already applied to mirrored web pages and records them as reusable design tokens.

In plain words
What is it for?
Use it to create a token file for a Gutenberg or other mirrored site before rebuilding its pages.
Why use it?
It avoids guessing from generated stylesheets by reading the browser's resolved styles, including sizes, colors, fonts, and breakpoints.

Command

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 commands/abdulkader-safi/wp-to-code/wp-theme
Clone the repo
git clone --depth 1 https://github.com/Abdulkader-Safi/wp-to-code
Per session 19 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 477 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.00019 $0.00477
Opus 5 $0.00010 $0.00238
Sonnet 5 $0.00004 $0.00095
Haiku 4.5 $0.00002 $0.00048

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

Security

Grade A, and why

wp-theme 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 2d 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.

plugins/wp-to-code/commands/wp-theme.md · 35 lines

What it actually says

Run the token census: $ARGUMENTS.

NODE_PATH="${CLAUDE_PLUGIN_DATA}/node_modules" \
  node "${CLAUDE_PLUGIN_ROOT}/scripts/theme.mjs"

Reads computed styles across every mirrored page, not the stylesheets. Builder CSS is generated and unreadable, and the browser has already resolved it.

For a Gutenberg site, read theme.json from the source instead. It is already a token file.

Naming

Type tokens are named by pixel value. --text-23: 23px. When a measurement reads 23px/27.6px you write text-23 leading-[27.6px] with no arithmetic in between, and the name cannot drift from what it means.

Enumerate every size before writing any markup. A token used but never defined emits nothing, the element silently inherits, and section heights can stay correct while the text renders at half size. The census output is the complete list; put all of it in the token file even if some sizes appear once.

Colours and font families come out numbered with usage counts. Name them yourself. The most-used family is usually body text and the rarest is usually the display face, but that is a judgement about the design, and a counter cannot make it.

Breakpoints

The census separates real boundaries from noise. A real breakpoint shows up as an adjacent pair: a rule at max-width: 767px and its counterpart at min-width: 768px. Isolated widths are plugin defaults and are not part of this site's design.

Put the real boundaries in the config's viewports so /wp-diff checks each one. A section that matches at 1440 and collapses at 390 is the most common way a port ships broken.

Line heights

The size/line-height table is the useful half of the output. Any pair ending /normal is unresolved: that element inherits roughly 1.5em and the design almost certainly wants less. Resolve each one against the original before using it.

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. 2d ago First seen · 35 lines · 19 tokens per session scan A ea4a8ccef015

Subscribe to this mod's changes

wp-theme is a command published in the GitHub repository Abdulkader-Safi/wp-to-code (2 stars, last pushed 13d ago), licensed MIT. It adds 19 tokens to every session and 477 once invoked, about $0.0001 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.