Automattic

We are passionate about making the web a better place.

13 skills

Agent Skills for WordPress - folders of instructions, scripts, and resources

checked 4d ago
Wire up WordPress capability checks
Scaffolds the Abilities API boilerplate—registering caps, categories, REST routes, and permission callbacks—so you don't hand-code the same checks across plugins.
Engineering / code-reviewatomicfor-engineers
·2030
checked 4d ago
Debug and build WordPress block themes fast
Reads theme.json, templates, and patterns; fixes style hierarchy tangles, caching bugs, and Site Editor quirks; generates template code that obeys your design system.
Engineering / code-reviewfor-engineerslight-setup
·2030
checked 4d ago
Set up type checking for your WordPress codebase
Configures PHPStan for WordPress projects, manages baselines to ignore legacy code, and resolves typing conflicts from third-party plugins without rewriting them.
Engineering / code-reviewatomicfor-engineers
·2030
checked 4d ago
Build UIs faster with WPDS components
Scaffolds React and CSS for WordPress Design System components, tokens, and patterns. Saves the lookup and remembers the prop names.
Engineering / code-reviewatomicfor-engineers
·2030
checked 4d ago
Automate WordPress operations from the command line
Generates safe WP-CLI commands for bulk changes: search-replace, db migrations, plugin toggles, user provisioning, cache clears, and multisite management — with a dry-run preview first.
Operations / process-automationatomicfor-ops
·2030
checked 4d ago
Route a WordPress repo to the right workflow
Points at a WordPress codebase—plugin, theme, or core—and identifies what type it is, then suggests the exact Claude workflow (block dev, REST API, performance audit, security check) that fits.
Engineering / planning-thinkingmetafor-engineers
·2030
checked 4d ago
Build and debug a WordPress Gutenberg block
Scaffolds a new block or debugs an existing one, handling block.json, registration, attributes, rendering logic, and the right script/module setup without memorizing WordPress conventions.
Engineering / code-reviewatomicfor-engineers
·2030
checked 4d ago
Debug WordPress Interactivity API blocks
Spots broken data-wp-* directives, state sync issues, and hydration mismatches in your block's viewScriptModule. Suggests fixes for performance and directive behavior.
Engineering / debugging-investigationatomicfor-engineers
·2030
checked 4d ago
Spin up a throwaway WordPress test site in seconds
Creates isolated WordPress instances in your browser or locally, auto-loads plugins and themes you specify, and lets you switch versions—no server setup needed. Includes debugging tools.
Engineering / pipelines-dataatomicfor-engineers
·2030
checked 4d ago
Build or fix a WordPress REST API endpoint
Writes or debugs register_rest_route code, validates schemas, sets up auth callbacks, and exposes custom post types or taxonomies without trial-and-error.
Engineering / code-reviewatomicfor-engineers
·2030
checked 4d ago
Audit a WordPress codebase for health and risk
Scans a WordPress plugin, theme, or site repository and outputs a structured report on code quality, test coverage, dependencies, and version compatibility—ready to feed into CI/CD or team workflows.
Engineering / code-reviewatomicfor-engineers
·2030
checked 4d ago
Build a WordPress plugin from scratch
Scaffolds plugin structure with hooks, settings pages, data storage, scheduled tasks, and security hardening. Handles activation, cron jobs, and release packaging conventions.
Engineering / planning-thinkingbundlefor-engineers
·2030
checked 4d ago
Diagnose and fix WordPress speed problems
Profiles your WordPress backend, identifies the slowest queries and autoloaded options, then recommends and implements cache, query, and cron fixes without touching your theme or plugins.
Engineering / debugging-investigationatomicfor-engineers
·2030