elvismdevelvismdevCommunityยท1 Agent Skills Included

claude-wordpress-skills

WordPress performance code review and optimization analysis

Reviews WordPress themes, plugins, and custom code for performance problems like unbounded queries, cache bypass, and slow database calls. Detects critical anti-patterns with line numbers, severity levels, and concrete fix recommendations. Includes quick triage scans and deep-dive guides for WP_Query optimization, caching, and high-traffic event preparation.
npx skills add elvismdev/claude-wordpress-skills --all -g -y
Available:

Explains the repository structure and coding standards so the agent can correctly apply the WordPress performance review skill and its slash commands.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install claude-wordpress-skills?โ–ผ

Run `npx skills add elvismdev/claude-wordpress-skills --all -g -y` in your terminal to install all skills globally.

How to find slow WordPress code automatically?โ–ผ

Ask your agent to review a theme or plugin, and it scans for unbounded queries, cache bypass, N+1 queries, and other anti-patterns with line numbers and fixes.

What is the difference between wp-perf and wp-perf-review?โ–ผ

wp-perf is a fast triage scan that flags only critical issues, while wp-perf-review runs a full analysis grouped by severity with detailed fix recommendations.

Does it work with Claude Code and other agents?โ–ผ

Yes. The skills follow the standard SKILL.md format and work in Claude Code, Cursor, Codex, and other compatible agents.

Can it prepare my site for a traffic spike?โ–ผ

Yes. It includes a measurement guide with pre-launch checklists, load testing steps, and cache hit rate targets for high-traffic events.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’