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/skills/yojahny55/claude-wp-builder/wp-demo-craft)<a href="https://agentmods.dev/skills/yojahny55/claude-wp-builder/wp-demo-craft"><img src="https://agentmods.dev/badge/skills/yojahny55/claude-wp-builder/wp-demo-craft/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/skills/yojahny55/claude-wp-builder/wp-demo-craft"><img src="https://agentmods.dev/badge/skills/yojahny55/claude-wp-builder/wp-demo-craft.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.00000 | $0.00994 |
| Opus 5 | $0.00000 | $0.00497 |
| Sonnet 5 | $0.00000 | $0.00199 |
| Haiku 4.5 | $0.00000 | $0.00099 |
Grade A, and why
wp-demo-craft 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 yesterday.
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 — 78 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Demo Craft
Adapted from nateherkai/scroll-craft (MIT) for the feeling curve and the device kit; rebuilt in v2 around finished design as context rather than a list of things to avoid. v1 was a thousand lines of prohibition with no example of a good section anywhere in it, and it shipped a 12,000px page whose first screen was an empty dark field with the headline clipped mid-word. A build steered only by what it must not do has nothing to steer towards.
When this applies
Any demo built in craft mode, and every cinematic demo. /wp-demo records the
decision as demo mode in .wp-create.json; read it, do not re-derive it.
Prerequisite
Craft mode needs a browser. Whichever command enters it — /wp-demo Step 2.6 or
/wp-yolo Step 2 — runs
node ${CLAUDE_PLUGIN_ROOT}/bin/demo-verify.mjs --probe before writing markup,
and only exit 0 continues. A craft build is never made blind and never falls back to
plain: an unverified craft page is the one that reaches the client.
The two spine rules
- Real content only. Real copy, real names, real numbers or no numbers. An invented statistic is a liability, not a design element.
- One peak. Visibly the largest change on the page, with a quieter section before it, and the most scroll room. Two peaks is none.
The order of work
demo/DESIGN.mdfrom the client docs,designlangon their site and named references, then the nearest catalogue matches for the gaps (references/design-md.md). The demo's:rootis generated from it, so this file is written before any markup. Check it against the registry before building, not after (references/fingerprint.md): a palette that fails the gate is cheap to change now and a rebuild later.demo/BRIEF.md: person, pain, promise, vibe words, references, the feeling curve, the peak sentence, and any authored silence so verification can tell it from dead scroll (references/feel.md). Self-author it from the project docs, mark anything invented as "Self-authored, not interviewed", and ask only what the docs cannot answer.- Grammar, then composition plan. Pick one grammar from
references/grammars.md— it decides what a section is, what the chrome is for and what the ending does, and compositions are chosen inside it, not instead of it. Then one row per section — section, role, composition, why, motion cost, and the domain signal that justified it, citing the brief constraint from domain classification, or writing "no domain signal" when none applies (this is what makes the classification bind on the plan instead of sitting unread) — from the role table incompositions/README.md(references/compositions.md). That row format is stated in these same terms/wp-demoStep 2.6 uses on purpose — do not restate it a third way. Sum the motion cost before building and hold it under the budget indevices.md. - Build from the compositions, the tokens and the real copy.
- Loop until the rubric passes or three rounds are spent
(
references/verify.md). - Record the fingerprint row, only for a passing build
(
references/fingerprint.md).
What ships with it
60 files 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.
- compositions/closing-block/preview-1440.png 53 KB
- compositions/closing-block/preview-390.png 36 KB
- compositions/closing-block/README.md 1.7 KB
- compositions/closing-block/section.css 3.1 KB
- compositions/closing-block/section.html 644 B
- compositions/faq-list/preview-1440.png 73 KB
- compositions/faq-list/preview-390.png 53 KB
- compositions/faq-list/README.md 1.2 KB
- compositions/faq-list/section.css 2.7 KB
- compositions/faq-list/section.html 1.3 KB
- compositions/feature-zigzag/preview-1440.png 375 KB
- compositions/feature-zigzag/preview-390.png 154 KB
- compositions/feature-zigzag/README.md 1.0 KB
- compositions/feature-zigzag/section.css 2.7 KB
- compositions/feature-zigzag/section.html 1.4 KB
- compositions/fills.json 9.9 KB
- compositions/footer-columns/preview-1440.png 48 KB
- compositions/footer-columns/preview-390.png 41 KB
- compositions/footer-columns/README.md 1.1 KB
- compositions/footer-columns/section.css 2.6 KB
- compositions/footer-columns/section.html 2.3 KB
- compositions/footer-line/preview-1440.png 17 KB
- compositions/footer-line/preview-390.png 13 KB
- compositions/footer-line/README.md 975 B
- compositions/footer-line/section.css 1.9 KB
- compositions/footer-line/section.html 668 B
- compositions/hero-bleed/preview-1440.png 1353 KB
- compositions/hero-bleed/preview-390.png 368 KB
- compositions/hero-bleed/README.md 1.4 KB
- compositions/hero-bleed/section.css 2.8 KB
- compositions/hero-bleed/section.html 731 B
- compositions/hero-split/preview-1440.png 324 KB
- compositions/hero-split/preview-390.png 166 KB
- compositions/hero-split/README.md 1.4 KB
- compositions/hero-split/section.css 3.1 KB
- compositions/hero-split/section.html 846 B
- compositions/hero-type/preview-1440.png 49 KB
- compositions/hero-type/preview-390.png 27 KB
- compositions/hero-type/README.md 1.3 KB
- compositions/hero-type/section.css 2.8 KB
- compositions/hero-type/section.html 481 B
- compositions/offer-table/preview-1440.png 78 KB
- compositions/offer-table/preview-390.png 53 KB
- compositions/offer-table/README.md 1.4 KB
- compositions/offer-table/section.css 4.5 KB
- compositions/offer-table/section.html 3.1 KB
- compositions/page-head/preview-1440.png 37 KB
- compositions/page-head/preview-390.png 22 KB
- compositions/page-head/README.md 1.2 KB
- compositions/page-head/section.css 1.1 KB
- compositions/page-head/section.html 346 B
- compositions/process-rail/preview-1440.png 48 KB
- compositions/process-rail/preview-390.png 16 KB
- compositions/process-rail/README.md 1.7 KB
- compositions/process-rail/section.css 3.7 KB
- compositions/process-rail/section.html 1.4 KB
- compositions/proof-row/preview-1440.png 47 KB
- compositions/proof-row/preview-390.png 33 KB
- compositions/proof-row/README.md 2.7 KB
- compositions/proof-row/section.css 3.4 KB
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.
- yesterday Changed · +16 lines · -52 tokens per session 4ecef27740a2
- 6d ago First seen · 62 lines · 52 tokens per session scan A e76f4d173510
wp-demo-craft is a skill published in the GitHub repository yojahny55/claude-wp-builder (6 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 994 tokens. 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-09-05.
Other skills, from other repositories
a11y-audit
Dedicated WCAG 2.2 AA/AAA accessibility audit across 10 dimensions (A1-A10) covering semantic HTML, keyboard navigation, ARIA patterns, color contrast, forms, images/media, responsive/zoom, motion/animation, reading/content, and legal compliance. Goes far beyond surface-level design-review checks with deep…
slides
Create strategic HTML presentations with Chart.js, design tokens, responsive layouts, copywriting formulas, and contextual slide strategies.
scroll-craft
Build premium scroll-driven landing pages for service, product, food, and drink brands. Plan the visitor journey, page grammar, emotional peak, and bespoke signature move. Create dimensional heroes with independent visual planes, restrained motion, and separate mobile composition. Use supplied photos and footage or…
logo-design
Generate logo variants for a brand, producing multiple production-grade marks across different architectures (wordmark, lockup, symbol-only, letterform-as-symbol, monogram) with rationale, application specs, and decision-ready presentation. Distinct from brand-identity, which produces the complete system (logo plus…
art-direction
Direct visual and creative work for campaigns, photography, illustration, video, and branded experiences. Use this skill whenever the user wants to brief a photographer, direct illustrators, plan a creative campaign, develop visual concepts, or evaluate creative work for fit. Triggers on art direction, photo brief…
creative-brief-selector
Produce a creative brief grounded in live reference sites and deliberately distinct from existing demos, for any new brand build. Composes with brand-archetype-system and creative-direction. Use this skill at the start of any brand or microsite build when the result needs to land in a specific aesthetic position and…