What problem does it solve?
This Skill helps you implement and maintain WordPress changes without breaking the project’s existing layout, conventions, or deployment structure. It keeps WordPress-specific decisions in the right place so plugin, theme, Bedrock, and admin work stays maintainable.
Core Features & Use Cases
- WordPress-aware implementation: Handles plugins, themes, blocks, shortcodes, hooks, REST endpoints, admin screens, WooCommerce extensions, and Bedrock-style projects.
- Structure preservation: Respects the current repo shape and applies the right directory conventions for greenfield or brownfield WordPress work.
- Safe development practices: Encourages hooks, sanitization, prepared queries, and repo-local tests while avoiding destructive live-site actions.
- Use case: Add a custom WooCommerce extension, extend a Gutenberg block, or update a Bedrock app while keeping code, tests, and deployment assets in the expected locations.
Quick Start
Use the coding-wordpress skill to implement this WordPress change with the repo’s existing structure, tests, and safety conventions.