Setup & Installation
What This Skill Does
Classifies a WordPress codebase at the start of a task and routes to the correct workflow or skill. It detects whether the repo is a plugin, classic theme, block theme, Gutenberg block, or WP core checkout, then delegates to the relevant domain tools and guardrails. Instead of manually scanning composer.json, package.json, style.css, and block.json to figure out what kind of WordPress project you're in, this skill runs a triage script and maps the result to the right workflow automatically.
When to use it
- Working with wordpress router functionality
- Implementing wordpress router features
- Debugging wordpress router related issues
