This is basically a traffic cop for WordPress projects. It runs a triage script that sniffs your repo to figure out whether you're working on a plugin, a block theme, a core checkout, or something else, then routes you to the right specialized workflow. The decision tree lives in references/decision-tree.md and helps you land on the correct domain skill for blocks, theme.json, REST API work, WP-CLI tasks, or release packaging. Targets WordPress 6.9+ and expects bash plus node. Honest take: if you're jumping between different kinds of WordPress codebases, this saves you from manually explaining the project structure every time. The triage output also flags tooling and tests so you don't have to hunt for what's already set up.
npx skills add https://github.com/automattic/agent-skills --skill wordpress-router