Plugin Claude Code
Plugin marketplace listing 1 plugin: claude-wp-builder.
Plugin Claude Code
Plugin marketplace listing 1 plugin: claude-wp-builder.
Plugin Claude Code
WordPress site-building methodology: demo HTML → custom theme with ACF/SCF, bilingual support, section-by-section building.
Instructions file
Instructions for yojahny55/claude-wp-builder, covering claude.md, what this repo is, testing, architecture and two independent i18n systems — do not mix them.
Agent
ACF/SCF field architect — generates programmatic field definitions with bilingual support, one file per section.
Agent
Accessibility auditor — WCAG 2.1 AA compliance, WordPress-specific checks, skip links, ARIA, keyboard navigation, color contrast.
Agent
All-in-One WP Security installer and configurator — installs plugin, applies security presets via WP-CLI options.
Agent
Performance auditor — CSS/JS optimization, image loading, font strategy, Core Web Vitals, database tuning, caching.
Agent
WordPress coding standards auditor — escaping, sanitization, enqueueing, theme supports, hooks, i18n, code quality.
Agent
Rank Math SEO installer, configurator, and SEO data seeder — modules, schema, breadcrumbs, meta, llms.txt, robots.txt.
Agent
Security auditor — code scanning, wp-config validation, AIOS configuration, security headers.
Agent
SEO auditor — heading hierarchy, meta tags, schema markup, Rank Math configuration, structured data.
Agent
CF7 form specialist — generates contact forms, branded email templates, and creates forms via WP-CLI with bilingual support.
Agent
Cinematic scroll-driven theme specialist. Reads cinematic-scroll-kit's schemas/scene.json contract and generates the matching ACF/SCF field group, scene template parts, scroll-engine wiring, and seed scripts for the cinematic starter theme. Handles hybrid demos (cinematic reel + trailing flex sections). Owns the…
Agent
Project-docs analyzer — reads a docs/ folder (scope spreadsheets, design PDFs, estimate/scope markdown) and extracts project constraints + an actionable scope manifest.
Agent
CSS design system specialist — generates BEM-named styles using custom properties, mobile-first responsive design, no build tools.
Agent
Demo-folder analyzer — converts an arbitrary multi-page HTML site into the plugin's canonical delimited demo format plus a build manifest, splitting sections and classifying content types.
Agent
Tailwind demo converter and section CSS author — converts HTML/CSS demos to Tailwind-native HTML, or authors template parts with @apply rules.
Agent
PHP/WordPress template specialist — generates template parts, page templates, header, footer using WordPress best practices and project i18n helpers.
Command
Comprehensive audit — security, SEO, accessibility, performance, best practices.
Command
Generate (or regenerate) the cinematic HTML demo for client approval. Wraps the kit's cinematic-site skill but emits to /demo/ with the same delimiters the rest of the plugin uses, so the demo can be polished with /wp-polish and audited with /wp-responsive-check like any other plugin demo.
Command
Encode source videos for cinematic scroll-scrub (all-keyframe MP4) and mobile autoplay-loop (9:16 portrait crop). Thin wrapper over the kit's scripts/encode-keyframe.sh and scripts/encode-mobile-portrait.sh. Drops encoded files into /assets/videos/ and updates the matching ACF row if --scene=N is provided.
Command
Scaffold a cinematic-scroll WordPress theme from an existing demo or from scratch. Installs cinematic-scroll-kit as a recommended skill, picks the cinematic starter, then defers to /wp-init with --mode=cinematic for the rest of the bootstrap (project info, ACF flavor, server, vhost).
Command
Author, replace, or regenerate a single cinematic scene. Updates the matching cinematicscenes repeater row (eyebrow, headline, body, CTA, videos, poster) and — if the scene needs a non-default layout — emits a per-scene template fragment override at template-parts/cinematic/scene- .php. Cinematic equivalent of…
Command
Seed (or re-seed) all cinematic scenes from a manifest. Idempotent — skips scenes whose sceneid already has content unless --force. Sideloads sample videos from the kit if no Media Library attachments are pinned.