wordpress-router

Classify WordPress codebases and route tasks to appropriate workflows.

27|1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/dr-robert-li/cowork-wordpress-expert --skill wordpress-router-dr-robert-li
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wordpress-router
Source: https://github.com/dr-robert-li/cowork-wordpress-expert/tree/main/references/wordpress-router
Command: npx skills add https://github.com/dr-robert-li/cowork-wordpress-expert --skill wordpress-router-dr-robert-li

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines WordPress development workflows by automatically identifying the type of WordPress codebase and directing tasks to the most appropriate specialized skill or procedure.

Core Features & Use Cases

  • Codebase Classification: Determines if a repository is a plugin, theme, block theme, WP core checkout, or full site.
  • Workflow Routing: Selects the correct set of tools and guardrails based on the codebase type and user intent.
  • Use Case: When a user wants to update a WordPress site's styling, this skill first identifies if it's a block theme or a classic theme, then routes the request to the relevant styling modification skill.

Quick Start

Use the wordpress-router skill to classify the current WordPress project and determine the best workflow for making changes.

Frequently Asked Questions about wordpress-router

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

FAQPage Schema
How do I route WordPress codebase tasks to the correct workflow?

To route WordPress codebase tasks correctly, you first classify the repository as a plugin, theme, block theme, WP core checkout, or full site, which then directs tasks to the appropriate specialized skill.

What is the best way to classify a WordPress codebase before making modifications?

Classifying a WordPress codebase involves identifying whether the project is a classic theme, block theme, plugin, or core checkout, ensuring you apply the correct guardrails and tooling conventions.

Does this WordPress routing approach distinguish between block themes and classic themes?

Yes, WordPress routing distinguishes between block themes and classic themes to select the correct styling modification workflow and tools based on the identified codebase type.

Can I use this workflow routing for full WordPress site investigations?

Yes, you can use workflow routing for full WordPress site investigations by running project triage scripts that classify the codebase and apply structured modification procedures.

Why does my WordPress codebase modification workflow require project triage scripts?

WordPress codebase modifications require project triage scripts to automatically determine repository type and enforce adherence to versioning and tooling conventions before routing tasks.

What are the limitations of automated WordPress codebase classification?

Automated WordPress codebase classification is limited to identifying plugins, themes, block themes, WP core checkouts, and full sites, requiring strict adherence to versioning and tooling conventions for accurate routing.