Use when the user asks about WordPress codebases (plugins, themes, block themes, Gutenberg blocks, WP core...
find ~/Automattic/ -name "*.skill"
Use when working with the WordPress Abilities API (wp_register_ability, wp_register_ability_category,...
Use when developing WordPress (Gutenberg) blocks: block.json metadata, register_block_type(_from_metadata),...
Use when developing WordPress block themes: theme.json (global settings/styles), templates and template parts,...
Use when building or debugging WordPress Interactivity API features (data-wp-* directives, @wordpress/interactivity...
Use when investigating or improving WordPress performance (backend-only agent): profiling and measurement (WP-CLI...
Use when configuring, running, or fixing PHPStan static analysis in WordPress projects (plugins/themes/sites):...
Use for WordPress Playground workflows: fast disposable WP instances in the browser or locally via...
Use when developing WordPress plugins: architecture and hooks, activation/deactivation/uninstall, admin UI and...
Use when you need a deterministic inspection of a WordPress repository (plugin/theme/block theme/WP...
Use when building, extending, or debugging WordPress REST API endpoints/routes: register_rest_route,...
Use when working with WP-CLI (wp) for WordPress operations: safe search-replace, db export/import,...
Use when building UIs leveraging the WordPress Design System (WPDS) and its components, tokens, patterns, etc.