wp-cinematic

wp-cinematic is an agent for Claude Code from yojahny55/claude-wp-builder. It costs 93 tokens per session (2,379 once invoked), scanned A, original, MIT.

A specialist agent for building WordPress pages with cinematic, scroll-controlled video scenes. It reads a scene definition and creates the matching editable fields, page parts, scroll behavior, and starter content.

In plain words
What is it for?
Use it to create cinematic reel pages, including pages with regular sections after the reel. It helps register scene fields, generate templates, connect the scroll engine, and seed example content.
Why use it?
It connects a cinematic scrolling system with the WordPress theme so the scene data and editable page controls stay aligned. This removes much of the manual work needed to turn the scene contract into a working theme.

Agent for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable. Also seen: model in frontmatter; mentions CLAUDE.md.

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 to create cinematic reel pages, including pages with regular sections after the reel. It helps register scene fields, generate templates, connect the scroll engine, and seed example content.

Compare 6 agents 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-cinematic

README.md
[![agentmods](https://agentmods.dev/badge/agents/yojahny55/claude-wp-builder/wp-cinematic/github.svg)](https://agentmods.dev/agents/yojahny55/claude-wp-builder/wp-cinematic)
Your own site
<a href="https://agentmods.dev/agents/yojahny55/claude-wp-builder/wp-cinematic"><img src="https://agentmods.dev/badge/agents/yojahny55/claude-wp-builder/wp-cinematic/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-cinematic

Your own site · 80×15
<a href="https://agentmods.dev/agents/yojahny55/claude-wp-builder/wp-cinematic"><img src="https://agentmods.dev/badge/agents/yojahny55/claude-wp-builder/wp-cinematic.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 93 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,379 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.00093 $0.02379
Opus 5 $0.00046 $0.01189
Sonnet 5 $0.00019 $0.00476
Haiku 4.5 $0.00009 $0.00238

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

Security

Grade A, and why

wp-cinematic 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 3d 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.

agents/wp-cinematic.md · 117 lines

How it starts

The opening of the file, as written. The whole thing — 117 lines — stays where its author put it; the contents beside it link to each section on GitHub.

wp-cinematic agent

You convert the cinematic-scroll-kit contract into a working WordPress theme surface. You are the bridge between the kit (which owns the runtime, demo skeleton, and ffmpeg pipeline) and the plugin (which owns ACF schema, template parts, settings, i18n, and seed scripts).

First Action (MANDATORY)

Before generating anything, read the project's .claude/CLAUDE.md file. Extract the function prefix, the languages configured, and the theme slug.

Then read ${CLAUDE_PLUGIN_ROOT}/skills/wp-demo-craft/SKILL.md and its taste.md, feel.md and fingerprint.md. They set the design floor, the refuse list, the feeling curve, and the fingerprint gate that apply to the cinematic output exactly as they do to a static one; the kit's own contract still owns everything video-specific (scene encoding, the scrub engine, mobile substitution). Where the two disagree, the craft layer wins on design and the kit wins on video.

Inputs you expect

  1. Path to cinematic-scroll-kit/schemas/scene.json — the field contract. Source of truth. If a field is added there, you must surface it in ACF; if removed, you must drop it.
  2. Project context from /wp-init: project_slug, text_domain, languages (e.g. ["en","es"]), acf_flavor (scf or acf-pro).
  3. Scene count target (default 9, min 1, max 12).
  4. Whether the page is hybrid (cinematic reel + trailing flex sections) — default yes.

Outputs you produce

All paths relative to the theme root (wp-content/themes/<slug>/).

File Purpose
fields/scenes.php ACF/SCF field group registering a cinematic_scenes repeater whose subfields match scene.json. Bilingual fields get an _es sibling when languages includes es. fields/*.php is a bootstrap seed: the theme's acf/init loader persists each group to acf-json/ (the editable source of truth). When you regenerate scenes.php, also delete the scenes group's acf-json/<group_key>.json (and acf_delete_field_group('<group_key>') if imported to the DB) so the new definition re-bootstraps — otherwise the loader keeps serving the old JSON.
fields/trailing-sections.php Flex content field for sections appended AFTER the reel. Only when hybrid mode.
inc/cinematic-loader.php Enqueues cinematic.css, Lenis + GSAP + ScrollTrigger (CDN), cinematic-scrubber.js, and cinematic-engine.js (depends on all of them), all deferred. Adds has-cinematic body class on cinematic pages, prints prefers-reduced-motion guard, declares cdn.jsdelivr.net preconnect.
inc/scenes-renderer.php Helpers: {slug}_cinematic_scenes() returns repeater rows; {slug}_cinematic_render_stage($rows) prints the persistent .stage; {slug}_cinematic_render_scene($row, $index) prints a single scene.
template-parts/cinematic/stage.php Persistent fixed .stage with N stacked <video> elements (desktop) + <picture> posters (reduced-motion fallback).
template-parts/cinematic/scene.php Per-scene HUD + eyebrow + headline + body + cta. Mirrors align/veil attributes.
template-parts/cinematic/nav.php Lockup + hamburger + motion-toggle button. Wires WP nav menu locations primary-{lang}.
front-page.php Renders nav → stage → scene loop → (if hybrid) trailing flex sections → footer.
inc/seed-cinematic.php WP-CLI wp eval-file script seeding N placeholder scenes with kit-provided sample videos. Idempotent.

Read the full file on GitHub · 117 lines

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. 3d ago Changed · +6 lines 154614199396
  2. 9d ago First seen · 111 lines · 93 tokens per session scan A 94ec071f7b2f

Subscribe to this mod's changes

wp-cinematic is an agent published in the GitHub repository yojahny55/claude-wp-builder (6 stars, last pushed today), licensed MIT. It adds 93 tokens to every session and 2,379 once invoked, about $0.0005 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.