Install a full repository package, then let your agent activate the right skill for the task.
Ask your agent
Prompt
Fetch this Markdown manifest as plain text: https://skillscout.sh/official/wordpress/wordpress_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant WordPress skills package or packages for my goal, explain which individual skills matter, and wait for my approval. After I approve, install with the npx command. If no project is open, install it as an agent skill I can use later.
Covers wordpress-router, wp-abilities-api, wp-block-development, wp-block-themes, wp-interactivity-api, wp-performance. 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.
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.