WP Performance Review
Description
Professional WordPress engineering skills for [Claude Code](https://claude.ai/code) - performance optimization, security auditing, Gutenberg block development, and theme/plugin best practices.
Installation
claude install-skill https://github.com/elvismdev/claude-wordpress-skills 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
...
Related Skills
next.js
| The React Framework | 138360 | 1503 | 1 |
Development community sharing-skills
skill for guidance.
Development community root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development community Template Skill
Minimal skeleton for a new skill project structure.
Development community Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THIS PRODUCT. ---
Development official Claude API
When code imports anthropic/@anthropic-ai/sdk/claude_agent_sdk, or user asks to use Claude APIBuild apps with the Claude API or Anthropic SDK
Development official