This one covers the full WordPress stack: custom themes, plugins, Gutenberg blocks, WooCommerce extensions, and REST API endpoints. It enforces WordPress Coding Standards through phpcs checks and bakes in security patterns like nonce verification, capability checks, and proper sanitization/escaping on every I/O operation. The skill includes reference docs for theme development, plugin architecture, hooks and filters, and performance optimization. What I like is that it treats security as a first-class concern rather than an afterthought, with specific patterns for prepared statements, transient caching, and safe AJAX handling. If you're building anything beyond basic WordPress work, this gives you the guardrails to do it properly without constantly consulting the Codex.
npx -y skills add jeffallan/claude-skills --skill wordpress-pro --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
jeffallan/claude-skills
jeffallan/claude-skills