wordpress-router

Classifies WordPress codebases and routes tasks to specialized workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps AI agents quickly understand the type of WordPress codebase they are working with and directs them to the most appropriate specialized skill for the task.

Core Features & Use Cases

  • Codebase Classification: Identifies if a repository is a plugin, theme, block theme, or WordPress core checkout.
  • Workflow Routing: Selects the correct workflow (e.g., block development, theme.json, REST API, WP-CLI) based on the project type and user intent.
  • Use Case: When a user asks to "add a new feature to this WordPress site," the router first determines if the site uses a custom plugin or theme, then routes the request to the relevant development skill.

Quick Start

Use the wordpress-router skill to classify the current WordPress project and determine the best workflow for adding a new custom post type.

Frequently Asked Questions about wordpress-router

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

FAQPage Schema
How do I know if my WordPress codebase is a plugin, theme, or block theme?

WordPress codebase classification analyzes project files to identify if the repository is a plugin, theme, block theme, or WordPress core checkout.

What is the best way to route WordPress development tasks to the correct workflow?

Routing WordPress tasks involves selecting the correct workflow, such as block development, theme.json configuration, REST API interactions, or WP-CLI operations, based on the classified project type and user intent.

When do I need to classify a WordPress project before adding a new feature?

You need to classify a WordPress project before adding a feature when you are unsure if the site uses a custom plugin or theme, ensuring the request routes to the relevant development skill.

Can I use WordPress routing for Gutenberg block development and theme.json configuration?

Yes, WordPress routing supports delegation to domain-specific workflows including Gutenberg block development and theme.json configuration based on the detected project type.

Does WordPress routing support WP-CLI operations and REST API interactions?

Yes, WordPress routing facilitates delegation to domain-specific workflows such as REST API interactions and WP-CLI operations after determining the codebase type and user intent.