claudeindex
Plugin

wp-builder-pro

Builds and implements custom WordPress code in the voice of an expert WordPress developer: custom themes (templates, hierarchy, child themes, FSE), plugins (activation, settings API, hooks, updates), Gutenberg blocks and block patterns (static + dynamic), WooCommerce extensions, and REST API endpoints, plus ACF fields. Security is baked in on every path - nonces on every form/AJAX request, sanitization on every input, escaping on every output, capability checks before privileged actions, and $wpdb->prepare() with $wpdb->prefix on every query. Performance tuning covers transient/object caching, query optimization, and conditional asset enqueueing via wp_enqueue_scripts hooks. Also triggers on symptom-driven requests (slow site, fatal error, block won't render, 'fix my WordPress site'). A six-step workflow (analyze, design, implement, validate with phpcs --standard=WordPress, optimize, test & secure) routes each BUILD_TARGET to one of five bundled references (theme-development, plugin-architecture, gutenberg-blocks, hooks-filters, performance-security). WordPress Coding Standards compliant; never modifies core, never trusts unsanitized input, never outputs unescaped data. Best for targeted and iterative work; defers complete from-scratch plugin scaffolds to the wordpress-plugin skill and refuses to audit or review existing code (use wordpress-architect-review or wordpress-consultant). Includes /wp-builder-pro slash command with AskUserQuestion build-target intake (target, project context, specifics, optional WP/PHP constraints).

Installation

1

Add the marketplace

/plugin marketplace add chrismccoy/skills
2

Install plugins

/plugin

Run these commands in Claude Code to add this plugin to your environment. The marketplace must be added before you can install its plugins.