wp-demo-craft

wp-demo-craft is a skill for Claude Code from yojahny55/claude-wp-builder. It costs 0 tokens per session (994 once invoked), scanned A, original, MIT.

A design guide for creating polished WordPress demonstration pages, including page structure, visual patterns, scrolling motion, and rules against repetitive or made-up content.

In plain words
What is it for?
Use it when planning or reviewing WordPress demos, especially their section structure, visual devices, motion, copy, and overall feel.
Why use it?
Demo pages can feel repetitive or attractive without communicating a clear experience. This guide helps choose varied layouts and a coherent progression while using real content.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the claude-wp-builder plugin — 15 skills, 30 commands, 15 agents shipped together

Good fit Use it when planning or reviewing WordPress demos, especially their section structure, visual devices, motion, copy, and overall feel.

Compare 6 skills from other repositories ↓
Install

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.

Claude Code
/plugin marketplace add yojahny55/claude-wp-builder
Claude Code
/plugin install claude-wp-builder

Made for: Claude Code.

Or install claude-wp-builder, the plugin that ships this one along with the rest of its 15 skills, 30 commands, 15 agents.

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 wp-demo-craft

README.md
[![agentmods](https://agentmods.dev/badge/skills/yojahny55/claude-wp-builder/wp-demo-craft/github.svg)](https://agentmods.dev/skills/yojahny55/claude-wp-builder/wp-demo-craft)
Your own site
<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.

agentmods 80×15 button for wp-demo-craft

Your own site · 80×15
<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>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 994 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00000 $0.00994
Opus 5 $0.00000 $0.00497
Sonnet 5 $0.00000 $0.00199
Haiku 4.5 $0.00000 $0.00099

Measured yesterday against content hash 4ecef27740a2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

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.

skills/wp-demo-craft/SKILL.md · 78 lines

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

  1. Real content only. Real copy, real names, real numbers or no numbers. An invented statistic is a liability, not a design element.
  2. 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

  1. demo/DESIGN.md from the client docs, designlang on their site and named references, then the nearest catalogue matches for the gaps (references/design-md.md). The demo's :root is 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.
  2. 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.
  3. 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 in compositions/README.md (references/compositions.md). That row format is stated in these same terms /wp-demo Step 2.6 uses on purpose — do not restate it a third way. Sum the motion cost before building and hold it under the budget in devices.md.
  4. Build from the compositions, the tokens and the real copy.
  5. Loop until the rubric passes or three rounds are spent (references/verify.md).
  6. Record the fingerprint row, only for a passing build (references/fingerprint.md).

Read the full file on GitHub · 78 lines

Files

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.

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. yesterday Changed · +16 lines · -52 tokens per session 4ecef27740a2
  2. 6d ago First seen · 62 lines · 52 tokens per session scan A e76f4d173510

Subscribe to this mod's changes

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.

Related

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…

greglas75/zuvo · 147 tokens

slides

Create strategic HTML presentations with Chart.js, design tokens, responsive layouts, copywriting formulas, and contextual slide strategies.

nicohodt/claude-code-ui-ux-skill · 25 tokens

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…

nateherkai/scroll-craft · 177 tokens

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…

rampstackco/claude-skills · 201 tokens

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…

rampstackco/claude-skills · 132 tokens

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…

rampstackco/claude-skills · 141 tokens