Skill Detail

Diagnose WordPress repo structure and route follow-up work safely

This skill inspects a WordPress codebase, identifies what kind of project it is, and returns the signals an agent needs before touching files or running tools. Use it when you need a deterministic first pass instead of guessing whether a repo is a plugin, block theme, site, core checkout, or mixed workspace.

WordPress & CMSMulti-Framework
WordPress & CMS Multi-Framework Security Reviewed
Tool match: agent-skills NOASSERTION license
INSTALL WITH ANY AGENT
npx skills add agentskillexchange/skills --skill diagnose-wordpress-repo-structure-and-route-follow-up-work-safely Copy
Works best when you want a reusable capability, not another fragile one-off prompt.
At a glance
Tools required
Node.js; filesystem access; optional WP-CLI for downstream workflows
Install & setup
Clone WordPress/agent-skills, run node shared/scripts/skillpack-build.mjs –clean, then install with node shared/scripts/skillpack-install.mjs –global or –dest=<project>.
Author
WordPress Contributors
Publisher
Open Source Project
Last updated
Apr 10, 2026
Quick brief

This entry is based on the wp-project-triage skill from the official WordPress/agent-skills repository. The agent behavior is narrow and practical: inspect a WordPress repository, classify what kind of codebase it is, surface tooling and version hints, and produce a structured report that tells the next skill what guardrails to follow. That makes it useful before editing code, running tests, or invoking more specialized WordPress workflows.

How it works

What this skill actually does

Use this when a user drops an unfamiliar WordPress repo into an agent session and wants safe next steps. It is the right invocation when the question is not yet β€œbuild a block” or β€œdebug a REST route,” but β€œwhat exactly is this repo and what workflows fit it?” The skill is valuable because it reduces wrong assumptions. A plugin repo, a block theme, a Gutenberg checkout, and a full site each need different commands, conventions, and risk boundaries.

The scope boundary is clear. This is not a listing for WordPress itself, a generic repo scanner, or a general framework card. The agent is not being asked to β€œuse WordPress normally.” It is being asked to run deterministic detection, interpret project signals, and route follow-up work safely. Integration points include filesystem inspection, Node-based detector scripts, downstream WordPress skills, and any agent workflow that needs a trustworthy project-kind report before it acts.