The WordPress Router skill acts as an intelligent entry point for any WordPress-related development task within Claude Code. By automatically triaging the repository structure, it identifies whether the project is a plugin, a classic or block-based theme, a full site installation, or a WordPress core checkout. Once classified, it routes the agent to the appropriate domain-specific workflows, ensuring that development follows the correct standards for the REST API, WP-CLI, security, and performance while respecting existing project tooling like Composer, PHPUnit, and npm scripts.
주요 기능
01Intelligent routing to plugin, theme, or core workflows
02Standardized guardrails for testing and release packaging
038 GitHub stars
04Automated project triage and codebase classification
05Version compatibility checks for WordPress and PHP requirements
06Detection of development tools like WP-CLI and @wordpress/scripts