What problem does it solve? Building secure, performant WordPress sites requires deep knowledge of hooks, nonces, sanitization, escaping, and coding standards that developers often get wrong, leading to vulnerabilities and slow sites. ## Core Features & Use Cases - Theme & Plugin Development: Build custom themes and plugins following WordPress Coding Standards with proper activation, deactivation, and uninstall handling. - Gutenberg Blocks & Patterns: Create static, dynamic, and interactive blocks using block.json API v3, ServerSideRender, and the Interactivity API. - Security & Performance: Apply nonce verification, input sanitization, output escaping, prepared statements, capability checks, transient caching, and query optimization. - Use Case: A developer needs a dynamic "Recent Posts" block with category filtering and server-side rendering; the Skill provides the block.json, edit.js, and render.php implementation with proper escaping and WP_Query usage. ## Quick Start Ask the assistant to create a custom WordPress plugin with a settings page, nonce-protected form, and a Gutenberg block following WordPress coding standards.