wordpress-router

Classify WordPress codebases and route them to domain workflows.

2|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/joseconti/mcp-skills --skill wordpress-router-joseconti
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wordpress-router
Source: https://github.com/joseconti/mcp-skills/tree/main/wordpress-router
Command: npx skills add https://github.com/joseconti/mcp-skills --skill wordpress-router-joseconti

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Classify WordPress codebases at the start of a task and route to the appropriate domain workflow (blocks, theme.json, REST API, WP-CLI, performance, security) to reduce misrouting and setup time.

Core Features & Use Cases

  • Repo-kind detection via a triage script to identify whether the project is a plugin, theme, block theme, WP core checkout, or site repo.
  • Route to the most relevant domain workflow based on user intent and repo signals, with guardrails provided by the decision tree.
  • Re-run triage and routing when the repository structure changes significantly or when a task scope is unclear.

Quick Start

Run the project triage script (node skills/wp-project-triage/scripts/detect_wp_project.mjs) to classify the repo, then route to the appropriate WordPress-domain workflow.

Frequently Asked Questions about wordpress-router

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I classify a WordPress codebase to determine the correct development domain?

To classify a WordPress codebase and route to the correct domain workflow, run the project triage script to detect repository signals, identifying plugins, themes, or core checkouts before applying the routing decision tree.

When should I re-run WordPress repo triage and routing?

You should re-run WordPress repo triage and routing when the repository structure changes significantly or when the task scope is unclear, ensuring guardrails accurately guide the updated domain workflow selection.

Can I route a block theme repository to the theme.json workflow automatically?

Yes, you can route a block theme repository to the theme.json workflow by running the triage script, which detects repo signals and applies a decision tree to determine the correct domain workflow for block themes.

What WordPress project types does the routing triage script detect?

The WordPress routing triage script detects plugin, theme, block theme, WP core checkout, and site repositories, using project signals to route tasks to domains like blocks, REST API, and WP-CLI.

Why use a decision tree for WordPress codebase routing instead of manual checks?

Using a decision tree for WordPress codebase routing provides guardrails against ambiguous classifications, reducing misrouting and setup time by systematically evaluating repository signals before directing to a specific domain workflow.

Does WordPress routing work for WP-CLI and REST API development tasks?

Yes, WordPress routing works for WP-CLI and REST API tasks by evaluating repository signals during triage to map the codebase to the correct domain workflow, ensuring changes apply with proper guardrails.