What problem does it solve? Building WordPress themes, plugins, and Gutenberg blocks correctly requires deep knowledge of hooks, nonces, sanitization, escaping, and WPCS coding standards, and mistakes lead to security vulnerabilities or broken sites. ## Core Features & Use Cases - Theme & Plugin Development: Scaffold custom themes and plugins with proper structure, activation hooks, Settings API, and custom post types. - Gutenberg Block Creation: Register static, dynamic, and interactive blocks using block.json, ServerSideRender, and the Interactivity API. - Security & Performance Hardening: Apply nonce verification, input sanitization, output escaping, prepared SQL statements, capability checks, caching, and query optimization. - Use Case: Ask for a dynamic "Recent Posts" Gutenberg block with category filtering and receive a complete block.json, edit.js, and render.php implementation following WordPress coding standards. ## Quick Start Use the wordpress-pro skill to create a custom Gutenberg block that displays recent posts with a featured image toggle.