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.
git clone --depth 1 https://github.com/siddik-web/wp-block-theme-converterWrote 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/siddik-web/wp-block-theme-converter/scaffold-wp-theme)<a href="https://agentmods.dev/commands/siddik-web/wp-block-theme-converter/scaffold-wp-theme"><img src="https://agentmods.dev/badge/commands/siddik-web/wp-block-theme-converter/scaffold-wp-theme.svg" alt="Measured on agentmods" 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.00018 | $0.00842 |
| Opus 5 | $0.00009 | $0.00421 |
| Sonnet 5 | $0.00004 | $0.00168 |
| Haiku 4.5 | $0.00002 | $0.00084 |
Grade A, and why
scaffold-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 7d 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 — 95 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/scaffold-wp-theme
Purpose: Generate an empty, valid WordPress Block Theme scaffold with no source HTML to convert. Useful for starting a new theme from scratch.
Trigger
User types /scaffold-wp-theme followed by basic theme info.
Workflow
Step 1: Gather Minimum Inputs
Ask the user these questions in your response (one batch):
- Theme name — free text
- Style preset — single select: "Minimal blog", "Editorial magazine", "Portfolio", "Business landing", "WooCommerce store"
- Build system — single select: "Vite 6 (recommended)", "wp-scripts", "None (vanilla)"
If WooCommerce is selected, also ask: 4. WC features needed — multi-select: "Single product page", "Product archive", "Cart/Checkout", "My Account", "All of the above"
Step 2: Apply Style Preset
Each preset maps to a different default theme.json and starter patterns:
| Preset | Default Colors | Default Fonts | Starter Patterns |
|---|---|---|---|
| Minimal blog | Black/white/gray | Inter + Lora | hero-blog, post-grid, newsletter |
| Editorial magazine | Cream/black/red accent | Fraunces + Inter Tight | hero-editorial, featured-grid, author-bio |
| Portfolio | Dark theme, neon accent | Space Grotesk + JetBrains Mono | hero-portfolio, project-grid, contact |
| Business landing | Blue/white | Plus Jakarta Sans | hero-saas, features, pricing, testimonials, cta, footer |
| WooCommerce store | Black/white/gold | Inter + Cormorant | hero-product, product-grid, bundle, reviews, trust-badges |
Step 3: Generate Files
Output the same file structure as /convert-to-wp-theme, but with placeholder content rather than converted source. Read references/file-structure.md.
Use templates from templates/ directory:
templates/style.css.tplfor the theme headertemplates/theme.json.tplfor the theme.jsontemplates/functions.php.tplfor functions.phptemplates/template-skeleton.html.tplfor empty templatestemplates/pattern-header.php.tplfor pattern filestemplates/package.json.tplfor package.jsontemplates/vite.config.js.tplfor Vite config
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.
- 7d ago First seen · 95 lines · 18 tokens per session scan A cf915a8f39a9
scaffold-wp-theme is a command published in the GitHub repository siddik-web/wp-block-theme-converter (45 stars, last pushed 3mo ago), licensed MIT. It adds 18 tokens to every session and 842 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-30.
Other commands, from other repositories
tanstack-start
Build a full-stack TanStack Start app on Cloudflare Workers from scratch.
build-website
Build a small site with the simplest stack that fits, fast by default and editable afterwards.
design-form
Design a form with the fewest fields that works, clear labels, and errors that help.
start-13-4.en
Welcome to Lesson 13-4: Landing Page Implementation!
build-app
Build web client application (Next.js, React, Vite).
ds-check
Audit code against the Designsystemet contracts and the accessibility rules the library cannot enforce. Checks the layer agents actually get wrong — aria-invalid, error-summary placement, export names, invented props, raw hex — by reading each component's contract rather than pattern-matching prose. Reports; never…