Setup & Installation
What This Skill Does
Handles everything related to the WordPress REST API layer: registering custom routes and controller classes, validating request arguments with JSON Schema, managing authentication with nonces or application passwords, and exposing custom post types and taxonomies via REST endpoints. Rather than manually tracing WordPress hook order and schema rules, this skill handles the full lifecycle from route registration to response shaping and authentication, covering the edge cases that the official handbook buries in footnotes.
When to use it
- Working with wp rest api functionality
- Implementing wp rest api features
- Debugging wp rest api related issues
