wordpress-router

Classify WordPress repositories by type and route to domain workflows.

14|1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/wpgaurav/WordPress-skills --skill wordpress-router-wpgaurav
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wordpress-router
Source: https://github.com/wpgaurav/WordPress-skills/tree/main/skills/wordpress/wordpress-router
Command: npx skills add https://github.com/wpgaurav/WordPress-skills --skill wordpress-router-wpgaurav

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Classify WordPress repositories by type (plugin, theme, block theme, WP core checkout, or full site) to kick off the correct domain workflow.

Core Features & Use Cases

  • Automated repo-kind identification to determine the appropriate WordPress workflow.
  • Routing to domain-specific skills (blocks, theme.json, REST API, WP-CLI, performance, security, testing, release packaging) based on user intent.
  • Guardrails and a decision-tree guided handoff to ensure safe, consistent operations.

Quick Start

Run the WordPress repo triage to classify the project and route to the correct 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 route a WordPress codebase to the correct development workflow?

Route a WordPress codebase by identifying its repository type—plugin, theme, block theme, WP core checkout, or full site—to trigger a decision-tree handoff to the correct domain workflow.

What is the best way to triage a WordPress plugin or theme repository?

Triage a WordPress repository by applying automated repo-kind identification at the root, which determines the appropriate workflow and routes operations based on user intent.

Does WordPress routing support domain workflows like REST API and WP-CLI?

WordPress routing supports domain workflows including blocks, theme.json, REST API, WP-CLI, performance, security, testing, and release packaging based on the classified project type.

Can I use automated triage to enforce guardrails for WordPress development?

Use automated triage to enforce guardrails through a decision-tree guided handoff, ensuring safe and consistent operations when routing to domain-specific skills.

When do I need to classify a WordPress repository by type?

Classify a WordPress repository by type when you need to kick off the correct domain workflow for tasks like block development, REST API integration, or release packaging.