Ask your agent
PromptOpen https://skillscout.sh/official/wordpress/ and review the official WordPress skills. Recommend the relevant skills for my project, then install the packages I approve with the npx commands on the page.
WordPress publishes official AI agent skills for its tools, services, and developer workflows.
Browse 31 official AI agent skills across 2 WordPress repositories, with install commands and source links.
Install
Copy a package command below or give this prompt to an agent that can install skills.
Open https://skillscout.sh/official/wordpress/ and review the official WordPress skills. Recommend the relevant skills for my project, then install the packages I approve with the npx commands on the page.
Skills packages
17 cataloged skills from this repository.
npx skills add wordpress/agent-skills -y
1 cataloged skill from this repository.
npx skills add wordpress/php-mcp-schema -y
13 cataloged skills from this repository.
npx skills add wordpress/skills -y
Individual skills
31 skills
Classifies a WordPress codebase at the start of a task and routes to the correct workflow or skill.
Covers the WordPress Abilities API introduced in WP 6.
Covers the full lifecycle of WordPress Gutenberg block development: creating and registering blocks, editing block.
Covers WordPress block theme development: editing theme.
Handles WordPress Interactivity API development and debugging.
A backend-only agent skill for diagnosing and fixing WordPress performance problems.
Configures and runs PHPStan static analysis in WordPress codebases.
wp-playground runs disposable WordPress instances in the browser or locally via CLI, using WebAssembly and SQLite.
Guides development of WordPress plugins from initial architecture through release packaging.
Inspects a WordPress repository and outputs a structured JSON report describing the project kind, tooling, tests, and version hints.
Handles everything related to the WordPress REST API layer: registering custom routes and controller classes, validating request arguments with JSON Schema, managing authentication with nonces or application passwords, and exposing custom post types and taxonomies via REST endpoints.
Handles WordPress operational tasks via WP-CLI: database exports and imports, URL and domain migrations with search-replace, plugin and theme management, cron inspection, cache flushing, and multisite operations.
Assists with building UI components and interfaces using the WordPress Design System (WPDS).
Repository documentation
Open the repository README for package documentation, setup instructions, and usage examples.
Read wordpress/agent-skills README