
automattic / agent-skills
★ 208A skill package that teaches your agent 13 capabilities — every one documented and browsable below, no GitHub required · by automattic.
Each skill below is one capability this package teaches your agent. Install the whole package, or open a skill to install just that one.
Use when the user asks about WordPress codebases (plugins, themes, block themes, Gutenberg blocks, WP core checkouts) and you need to quickly classify the repo…
3 files — installable on its own
Use when working with the WordPress Abilities API (wp_register_ability, wp_register_ability_category, /wp-json/wp-abilities/v1/*, @wordpress/abilities)…
4 files — installable on its own
Use when developing WordPress (Gutenberg) blocks: block.json metadata, register_block_type(_from_metadata), attributes/serialization, supports, dynamic…
14 files — installable on its own
Use when developing WordPress block themes: theme.json (global settings/styles), templates and template parts, patterns, style variations, and Site Editor…
10 files — installable on its own
Use when building or debugging WordPress Interactivity API features (data-wp-* directives, @wordpress/interactivity store/state/actions, block viewScriptModule…
5 files — installable on its own
Use when investigating or improving WordPress performance (backend-only agent): profiling and measurement (WP-CLI profile/doctor, Server-Timing, Query Monitor…
14 files — installable on its own
Use when configuring, running, or fixing PHPStan static analysis in WordPress projects (plugins/themes/sites): phpstan.neon setup, baselines,…
7 files — installable on its own
Use for WordPress Playground workflows: fast disposable WP instances in the browser or locally via @wp-playground/cli (server, run-blueprint, build-snapshot),…
5 files — installable on its own
Use when developing WordPress plugins: architecture and hooks, activation/deactivation/uninstall, admin UI and Settings API, data storage, cron/tasks, security…
10 files — installable on its own
Use when you need a deterministic inspection of a WordPress repository (plugin/theme/block theme/WP core/Gutenberg/full site) including tooling/tests/version…
5 files — installable on its own
Use when building, extending, or debugging WordPress REST API endpoints/routes: register_rest_route, WP_REST_Controller/controller classes, schema/argument…
8 files — installable on its own
Use when working with WP-CLI (wp) for WordPress operations: safe search-replace, db export/import, plugin/theme/user/content management, cron, cache flushing,…
11 files — installable on its own
Use when building UIs leveraging the WordPress Design System (WPDS) and its components, tokens, patterns, etc.
1 file — installable on its own
Package documentation is syncing from GitHub — check back shortly. Meanwhile, every skill in the Skills tab carries its own full instructions.
Install the whole package (13 skills):
npx skills add https://github.com/automattic/agent-skillsOr install a single skill:
npx skills add https://github.com/automattic/agent-skills --skill <name>Pick the skill name from the Skills tab — each entry there installs independently.