By yojahny55
WordPress site-building methodology: demo HTML → custom theme with ACF/SCF, bilingual support, section-by-section building
Comprehensive audit — security, SEO, accessibility, performance, best practices
Clone a remote or staging WordPress site to a local development environment
Create a complete WordPress local development environment — download, configure, and set up database, web server, SSL, plugins
Diagnose WordPress issues — runs health checks, identifies problems, and offers WP-CLI fixes
Create a demo HTML mockup for client approval — responsive, section-separated, ready for WordPress conversion
ACF/SCF field architect — generates programmatic field definitions with bilingual support, one file per section
Accessibility auditor — WCAG 2.1 AA compliance, WordPress-specific checks, skip links, ARIA, keyboard navigation, color contrast
All-in-One WP Security installer and configurator — installs plugin, applies security presets via WP-CLI options
Performance auditor — CSS/JS optimization, image loading, font strategy, Core Web Vitals, database tuning, caching
WordPress coding standards auditor — escaping, sanitization, enqueueing, theme supports, hooks, i18n, code quality
Rank Math SEO configuration reference, schema JSON-LD templates, meta patterns, and SEO seeding commands
Audit criteria, severity definitions, report JSON schema, and quality thresholds for wp-audit agents
Bilingual/multilingual i18n methodology using ACF _suffix pattern with transparent translation helpers
WP-CLI-first principle — use WP-CLI instead of generating PHP code whenever possible, with command reference, ACF seeding patterns, and environment-aware execution
CSS design system standards — custom properties, BEM naming, spacing/typography/color scales, no build tools
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Demo HTML to production WordPress theme — automated.
A Claude Code plugin that turns approved demo HTML into a complete WordPress theme — section by section, with ACF/SCF fields, bilingual support, SEO, and security — all from the command line.
Quick Start | Commands | Architecture | Contributing | Backlog
/wp-create → /wp-demo → /wp-init → /wp-header → /wp-section hero → /wp-seed → /wp-audit → /wp-finalize
↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓
WordPress Demo HTML Scaffold header.php ACF fields + Populate Security, Pre-delivery
+ database for client theme + + nav CSS + template + all fields SEO, a11y, validation
+ server approval CLAUDE.md ACF fields section CSS from demo performance checklist
Step 1 — Add the marketplace:
/plugin marketplace add yojahny55/claude-wp-builder
Step 2 — Install the plugin:
/plugin install claude-wp-builder@claude-wp-builder
Or use the interactive UI: run /plugin, go to the Discover tab, and select claude-wp-builder.
claude --plugin-dir /path/to/claude-wp-builder
Add to your project's .claude/settings.json so all collaborators get it automatically:
{
"extraKnownMarketplaces": {
"claude-wp-builder": {
"source": {
"source": "github",
"repo": "yojahny55/claude-wp-builder"
}
}
},
"enabledPlugins": {
"claude-wp-builder@claude-wp-builder": true
}
}
/wp-create --path=/var/www/html/my-project
Detects available tools (Docker, DDEV, Lando, Nginx, Apache, Caddy, PHP versions), lets you choose your environment, then downloads WordPress, creates the database, configures the web server, installs plugins, and generates a .wp-create.json manifest. Supports adopting existing WordPress installs.
/wp-init
Prompts for project name, slug, languages, industry. Copies the starter theme, replaces placeholders, generates .claude/CLAUDE.md with project config. When .wp-create.json exists, skips redundant questions and activates the theme via WP-CLI.
/wp-demo
Generates a responsive HTML demo (demo/index.html) for client approval. Uses frontend-design and ui-ux-pro-max skills for design quality. Sections are clearly separated with comments for easy WordPress conversion.
/wp-demo iterate
Re-read existing demo and iterate on changes.
/wp-polish path/to/existing-mockup.html
Normalizes any HTML file into a plugin-compatible demo: detects sections, adds section delimiters, normalizes semantic HTML5, adds BEM class naming. Preserves the original at demo/original.html.
/wp-polish
Polish the existing demo/index.html in place.
/wp-header
/wp-footer
Each reads the demo, dispatches specialized agents (wp-template, wp-css, wp-acf) to generate:
header.php, footer.php)/wp-section hero
/wp-section services
/wp-section values
/wp-section contact
Each command generates three files in parallel:
fields/<section>.php — ACF field definitions with bilingual supporttemplate-parts/section-<name>.php — PHP template consuming those fieldsstyles.cssProvide a screenshot for visual reference:
/wp-section hero /path/to/screenshot.png
CF7 Contact Forms: Sections named contact, contact-us, contacto, or get-in-touch automatically integrate Contact Form 7. Use the --cf7 flag to force integration for other sections. Generates CF7 forms with branded email templates per language, creates forms via WP-CLI with IDs injected into templates, and saves reference files to cf7/.
npx claudepluginhub yojahny55/claude-wp-builder --plugin claude-wp-builderCraft production-grade WordPress sites and applications. Everything from themes and plugins to commerce and deployment.
Create WordPress block themes from simple descriptions and deploy them to a local WordPress Studio site, or, generate professional themes through an interactive workflow: describe your site, choose from design options, and preview on a real WordPress installation.
Expert WordPress diagnostics and site builder: structured investigations with intake questioning, site reconnaissance, parallel execution, findings verification, WordPress site generation as Local WP importable zips, and interactive modification sessions.
Modern WordPress development with Sage, Acorn & Lando. Workflow skills: /architecture-discovery, /plan-generator, /building, /designing, /verifying (+ /architecting compatibility alias), with design tool integration, content modeling, visual verification, and comprehensive hooks.
A plugin to create a new WordPress plugin
Manage WordPress sites: content creation, blog posts, media, Elementor page editing, and WP-CLI workflows.