Leaderboard/Software Engineering/claude-wordpress-skills
Last commit on November 29, 2025·Created on November 26, 2025

elvismdev/claude-wordpress-skills

Catches the database queries that kill a WordPress site at scale.
Combined rank
#673
across all skills
In Software Engineering
#58
category rank
Stars
232
+1.8% in last 7d
Forks
18
+5.9% in last 7d
Watchers
10
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This skill performs systematic performance code review for WordPress themes, plugins, and custom code. It scans PHP, JavaScript, and template files for database anti-patterns, cache bypasses, unbounded queries, and other issues that cause 500 errors, memory exhaustion, and DB locks. Development teams, site reliability engineers, and hosting support use it to catch problems before they surface under load.

WHO IT'S FOR
WordPress Engineering Leads
reviewing code for performance issues
WordPress Plugin Developers
auditing plugins for scalability and anti-patterns
WordPress Theme Developers
optimizing theme templates and asset loading
WordPress Site Reliability Engineers
preparing sites for high-traffic events
Repository contents

1 skill file

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill

Follow the documented setup, then try a first task.

Add the Claude WordPress Skills marketplace plugin

Installs: Complete claude-wordpress-skills collection · Claude Code

Before you start
  • Claude Code CLI installed
  1. Enter this command in the Claude Code CLI to add the marketplace:

    /plugin marketplace add elvismdev/claude-wordpress-skills
  2. Then enter this command in the Claude Code CLI to install the claude-wordpress-skills plugin:

    /plugin install claude-wordpress-skills@claude-wordpress-skills
.claude-plugin/marketplace.json · Checked Sep 18, 2026skills/wp-performance-review/SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Run a quick performance scan on WordPress code

Uses wp-performance-review

  • Local path to a WordPress plugin or theme, replacing <path>
Using the wp-performance-review skill, quickly scan the WordPress plugin or theme at <path> for critical performance problems. Check critical patterns first and report each finding with its severity, file, and line number. <path> is the local path to the plugin or theme you want reviewed.
skills/wp-performance-review/SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026