Inspects WordPress repositories (plugin/theme/core) to determine project kind, tooling, and version hints, outputting a structured JSON report for workflow guardrails.
How this skill is triggered — by the user, by Claude, or both
Slash command
/wordpress-agent-skills-9:wp-project-triageThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to quickly understand what kind of WordPress repo you’re in and what commands/conventions to follow before making changes.
Use this skill to quickly understand what kind of WordPress repo you’re in and what commands/conventions to follow before making changes.
node skills/wp-project-triage/scripts/detect_wp_project.mjsskills/wp-project-triage/references/triage.schema.jsonproject.kind, signals, and tooling.theme.json, block.json, build config).unknown, check whether the repo root is correct.3plugins reuse this skill
First indexed Jun 6, 2026
npx claudepluginhub joshuarweaver/cascade-code-general-misc-4 --plugin wordpress-agent-skills-9Classifies WordPress codebases (plugins, themes, blocks, WP core) and routes to the correct workflow for builds, tests, and releases.
Reviews WordPress plugins, themes, and blocks for security vulnerabilities, internationalization issues, performance problems, and API correctness before shipping.
Analyzes code quality in custom WordPress themes and plugins using two-pass approach: quick grep scans for deprecated functions and anti-patterns, then AI contextual review of flagged PHP/JS files.