About
WordPress Plugin Core is a comprehensive skill designed to guide Claude in building robust WordPress plugins or auditing existing codebases. It enforces strict security standards, including SQL injection prevention via $wpdb->prepare(), CSRF protection with nonces, and proper data sanitization and escaping. The skill supports multiple architectural patterns—ranging from simple functional setups to modern PSR-4 namespaced structures with Composer. It provides production-grade implementation patterns for Custom Post Types, REST API endpoints, and automatic update integration via GitHub, ensuring all generated code follows the official WordPress Coding Standards.