elvismdev

WP Performance Review — Development skill for Claude Code

Development community Intermediate

WordPress performance review and optimization.

How to install WP Performance Review

This entry records only its repository, not the path inside it, so there is no exact command to give. Open elvismdev/claude-wordpress-skills and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What WP Performance Review does

Professional WordPress engineering skills for [Claude Code](https://claude.ai/code) - performance optimization, security auditing, Gutenberg block development, and theme/plugin best practices.

Alternatives in Development

  • Wechatsync — 一键同步文章到多个内容平台,支持今日头条、WordPress、知乎、简书、掘金、CSDN、typecho各大平台,一次发布,多平台同步发布 5.1k ★
  • WP Performance — WordPress performance optimization 902 ★
  • Apple Performance — iOS/macOS performance optimization 93 ★

README

Claude WordPress Skills

Professional WordPress engineering skills for [Claude Code](https://claude.ai/code) - performance optimization, security auditing, Gutenberg block development, and theme/plugin best practices.

Available Skills

Skill Description Status
wp-performance-review Performance code review and optimization analysis
wp-security-review Security audit and hardening code review 🚧
wp-gutenberg-blocks Block Editor / Gutenberg development 🚧
wp-theme-development Theme development best practices 🚧
wp-plugin-development Plugin architecture and standards 🚧

Installation

Option 1: Add as Marketplace

Subscribe to receive all skills and updates (Recommended):

# In Claude Code CLI
/plugin marketplace add elvismdev/claude-wordpress-skills

# Install specific skills
/plugin install claude-wordpress-skills@claude-wordpress-skills

Option 2: Clone Locally

git clone https://github.com/elvismdev/claude-wordpress-skills.git ~/.claude/plugins/wordpress

Option 3: Add to Project

Add as a git submodule for team-wide access:

# In your project root
git submodule add https://github.com/elvismdev/claude-wordpress-skills.git .claude/plugins/wordpress
git commit -m "Add WordPress Claude skills"

Team members get the skills automatically when they clone or update the repo.

Option 4: Copy Individual Skills

Download and extract specific skills:

# Copy just the performance review skill
cp -r skills/wp-performance-review ~/.claude/skills/

Slash Commands

When installed, these commands become available:

Command Description
/wp-perf-review [path] Full WordPress performance code review with detailed analysis and fixes
/wp-perf [path] Quick triage scan using grep patterns (fast, critical issues only)

Usage Examples


...