Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add yojahny55/claude-wp-builder/plugin install claude-wp-builderWrote 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.
[](https://agentmods.dev/commands/yojahny55/claude-wp-builder/wp-page)<a href="https://agentmods.dev/commands/yojahny55/claude-wp-builder/wp-page"><img src="https://agentmods.dev/badge/commands/yojahny55/claude-wp-builder/wp-page/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.
<a href="https://agentmods.dev/commands/yojahny55/claude-wp-builder/wp-page"><img src="https://agentmods.dev/badge/commands/yojahny55/claude-wp-builder/wp-page.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00021 | $0.04831 |
| Opus 5 | $0.00010 | $0.02416 |
| Sonnet 5 | $0.00004 | $0.00966 |
| Haiku 4.5 | $0.00002 | $0.00483 |
Grade A, and why
wp-page 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 5d 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.
How it starts
The opening of the file, as written. The whole thing — 444 lines — stays where its author put it; the contents beside it link to each section on GitHub.
WP Page — Page Template Generator
Generate complete page templates with associated ACF fields and CSS based on the page type.
Step 1: Parse Arguments
Parse $ARGUMENTS:
- First word = page type (required):
blog,generic,legal,404,search,embed, orcustom - Second word = name/slug (required for
customANDembedtypes) --provider <name>(used byembed) = sets the provider name; strip this flag and its value from the arguments before resolving the screenshot path, so it is never treated as the screenshot path- Remaining words = screenshot path (optional)
If no type is provided, print an error:
Error: Page type is required.
Usage: /wp-page <type> [name] [screenshot-path]
Types: blog, generic, legal, 404, search, embed, custom
Examples:
/wp-page blog
/wp-page generic
/wp-page legal
/wp-page 404
/wp-page search
/wp-page embed home-search --provider "Showcase IDX"
/wp-page custom pricing
Step 2: Read Project Context
Read .claude/CLAUDE.md to extract:
- Function prefix
- Theme slug
- Languages
- Theme directory path
Step 3: Generate by Type
CSS agent routing
Read Template: from .claude/CLAUDE.md. When Template: is tailwind, dispatch
wp-tailwind; when it is basic, dispatch wp-css.
basic→ dispatchwp-cssexactly as described below.tailwind→ dispatchwp-tailwindin author mode instead, passing the page slug (which selectscomponents/<slug>.css) and the block name. The agent readsskills/wp-tailwind-system/SKILL.mdfor the decision ladder. It writes utility classes into the markup and only adds@applyrules where the ladder demands them. It must never writeassets/css/styles.css.
Dispatch exactly one of the two, never both.
Every tailwind dispatch opens its quoted prompt with this line, verbatim:
Mode: author
The quoted prompt it opens is the one under "The tailwind prompt body" below — not
the quoted prompt at the dispatch site, which is the basic branch's and names
assets/css/styles.css, the one file the tailwind path must never write.
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.
- 5d ago Changed · +37 lines 168622e2f340
- 9d ago First seen · 407 lines · 21 tokens per session scan A 9b129d235e73
wp-page is a command published in the GitHub repository yojahny55/claude-wp-builder (6 stars, last pushed today), licensed MIT. It adds 21 tokens to every session and 4,831 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.
Other commands, from other repositories
accessibility-specialist
Use when a screen might fail WCAG. Unlabeled inputs, no keyboard path, contrast below AA, missing landmarks, broken heading order, screen reader gaps, or a request for an a11y review or EU Accessibility Act check.
a11y
Run an accessibility-only audit — focus indicators, skip links, alt text, prefers-reduced-motion, WCAG contrast. Scoped variant of /ui-ux-suite:audit.
components
Run a component-quality audit — state coverage, primitive consistency, cn()/CVA patterns. Scoped variant of /ui-ux-suite:audit.
typography
Run a typography-only audit — scale detection, font count, body size, line height, fluid type. Scoped variant of /ui-ux-suite:audit.
color-specialist
Use when colour is failing. Contrast below AA, a palette with no system behind it, dark mode that is only inverted light mode, or semantic colours that carry no meaning.
conversational-ui-designer
Use when designing a chat or assistant interface. Message layout, bot personality, streaming and typing states, rich message cards, error recovery, or voice input.