WP Project Triage
Skill ActiveUse when you need a deterministic inspection of a WordPress repository (plugin/theme/block theme/WP core/Gutenberg/full site) including tooling/tests/version hints, and a structured JSON report to guide workflows and guardrails.
To provide a deterministic inspection of WordPress repositories, including tooling and version hints, within a structured JSON report to guide development workflows and guardrails.
Features
- Detects WordPress project kind (plugin, theme, core, etc.)
- Identifies PHP and Node.js tooling and configurations
- Reports on the presence of various testing frameworks
- Extracts version hints for WordPress core and Gutenberg
- Outputs a structured JSON report for downstream use
Use Cases
- Understanding a WordPress project's structure and conventions before making changes.
- Automating the classification of WordPress repositories for consistent development practices.
- Guiding AI assistants on appropriate workflows and guardrails based on project type.
- Auditing a WordPress repository for tooling and version compatibility.
Non-Goals
- Modifying WordPress code or configurations.
- Performing code generation or refactoring.
- Interacting with WordPress sites directly via WP-CLI or APIs.
- Providing security vulnerability analysis beyond basic tooling detection.
Prerequisites
- Node.js runtime
- Access to the repository root (current working directory)
Maintenance
- info:Commit recencyThe last commit was on May 11, 2026, which is recent, but less than 3 months ago, so it's not a warning.
Trust
- warning:Issues AttentionOpen issues (6) are significantly higher than closed issues (2) in the last 90 days, indicating slow maintainer response.
Installation
npx skills add WordPress/agent-skillsRuns the Vercel skills CLI (skills.sh) via npx — needs Node.js locally and at least one installed skills-compatible agent (Claude Code, Cursor, Codex, …). Assumes the repo follows the agentskills.io format.
Quality Score
Trust Signals
Similar Extensions
Wordpress Pro
99Develops custom WordPress themes and plugins, creates and registers Gutenberg blocks and block patterns, configures WooCommerce stores, implements WordPress REST API endpoints, applies security hardening (nonces, sanitization, escaping, capability checks), and optimizes performance through caching and query tuning. Use when building WordPress themes, writing plugins, customizing Gutenberg blocks, extending WooCommerce, working with ACF, using the WordPress REST API, applying hooks and filters, or improving WordPress performance and security.
Wordpress Advanced Architecture
98Advanced WordPress development with REST API endpoints, WP-CLI commands, performance optimization, and caching strategies for scalable applications.
Wp Rest Api
96Use when building, extending, or debugging WordPress REST API endpoints/routes: register_rest_route, WP_REST_Controller/controller classes, schema/argument validation, permission_callback/authentication, response shaping, register_rest_field/register_meta, or exposing CPTs/taxonomies via show_in_rest.
Wp Interactivity Api
95Use when building or debugging WordPress Interactivity API features (data-wp-* directives, @wordpress/interactivity store/state/actions, block viewScriptModule integration, wp_interactivity_*()) including performance, hydration, and directive behavior.
Wordpress Block Editor Fse
95Modern WordPress block development and Full Site Editing with theme.json, block themes, and custom blocks for WordPress 6.7+
Wordpress Plugin Fundamentals
88Modern WordPress plugin development with PHP 8.3+, OOP architecture, hooks system, database interactions, and Settings API