·wp-performance
</>

wp-performance

automattic/agent-skills

Use when investigating or improving WordPress performance (backend-only agent): profiling and measurement (WP-CLI profile/doctor, Server-Timing, Query Monitor via REST headers), database/query optimization, autoloaded options, object caching, cron, HTTP API calls, and safe verification.

79Installs·0Trend·@automattic

Installation

$npx skills add https://github.com/automattic/agent-skills --skill wp-performance

SKILL.md

This skill assumes the agent cannot use a browser UI. Prefer WP-CLI, logs, and HTTP requests.

It catches common production foot-guns (autoload bloat, SAVEQUERIES/WPDEBUG, plugin counts, updates).

Query Monitor is normally UI-driven, but it can be used headlessly via REST API response headers and envelope responses:

Use when investigating or improving WordPress performance (backend-only agent): profiling and measurement (WP-CLI profile/doctor, Server-Timing, Query Monitor via REST headers), database/query optimization, autoloaded options, object caching, cron, HTTP API calls, and safe verification. Source: automattic/agent-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/automattic/agent-skills --skill wp-performance
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is wp-performance?

Use when investigating or improving WordPress performance (backend-only agent): profiling and measurement (WP-CLI profile/doctor, Server-Timing, Query Monitor via REST headers), database/query optimization, autoloaded options, object caching, cron, HTTP API calls, and safe verification. Source: automattic/agent-skills.

How do I install wp-performance?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/automattic/agent-skills --skill wp-performance Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/automattic/agent-skills