Back to skills

wordpress-router

development

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 che

Setup & Installation

npx skills add https://github.com/WordPress/wordpress-router --skill wordpress-router
or paste the link and ask your coding assistant to install it
https://github.com/WordPress/wordpress-router
View on GitHub

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