Before you touch a WordPress repo, this skill figures out what you're actually working with. It runs a triage script that detects whether you've got a plugin, theme, block theme, or core checkout, checks what tooling is present (Composer, @wordpress/scripts, PHPUnit, wp-env), then routes you to the right workflow based on your intent. The decision tree lives in a reference doc, so routing is consistent. Honestly, this is just good hygiene for any WordPress automation. If you skip classification and guess wrong, you'll waste time running the wrong build commands or missing required tests. One clarifying question beats ten minutes of backtracking.
npx -y skills add wordpress/agent-skills --skill wordpress-router --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
sickn33/antigravity-awesome-skills
moizibnyousaf/ai-agent-skills
github/awesome-copilot