SkillsLLM
CategoriesBlogAI NewsAbout
HomeIDE Extensionsclaude-wordpress-skills

claude-wordpress-skills

by elvismdev

Pending

Professional WordPress engineering skills for Claude Code - performance optimization, security auditing, Gutenberg block development, and theme/plugin best practices.

104stars
12forks
Added 3/9/2026
View on GitHubDownload ZIP
IDE Extensionsai-toolsclaude-codeclaude-skillsperformance-analysissecurity-auditwordpresswordpress-development
Installation
# Add to your Claude Code skills
git clone https://github.com/elvismdev/claude-wordpress-skills
README.md

Claude WordPress Skills

Professional WordPress engineering skills for Claude 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

# Full review of current directory
/wp-perf-review

# Full review of specific plugin
/wp-perf-review wp-content/plugins/my-plugin

# Quick scan of a theme (fast triage)
/wp-perf wp-content/themes/my-theme

# Quick scan to check for critical issues before deploy
/wp-perf .

Command Comparison

| Aspect | /wp-perf-review | /wp-perf | |--------|-------------------|------------| | Speed | Thorough (slower) | Fast triage | | Depth | Full analysis + fixes | Critical patterns only | | Output | Grouped by severity with line numbers | Quick list of matches | | Use case | Code review, PR review, optimization | Pre-deploy check, quick audit |

When installed via marketplace, commands are namespaced:

/claude-wordpress-skills:wp-perf-review [path]
/claude-wordpress-skills:wp-perf [path]

Natural Language Usage

Skills also activate automatically based on context. Just ask naturally:

Review this plugin for performance issues
Audit this theme for scalability problems
Check t...
Comments (0)
to leave a comment.

No comments yet. Be the first to share your thoughts!

Related Skills

everything-claude-code

by affaan-m

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
73,757
9,228
JavaScript
AI Agentsai-agentsanthropic
View details
awesome-claude-skills

by ComposioHQ

A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows
43,513
4,373
Python
AI Agentsagent-skillsai-agents
View details
cherry-studio

by CherryHQ

AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs
41,349
3,818
TypeScript
AI Agentsai-agentclaude-code
View details
ui-ux-pro-max-skill

by nextlevelbuilder

An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms
40,598
3,923
Python
CLI Toolsai-skillsantigravity
View details
oh-my-openagent

by code-yeongyu

omo; the best agent harness - previously oh-my-opencode
39,545
2,990
TypeScript
AI Agentsaiai-agents
View details
oh-my-opencode

by code-yeongyu

the best agent harness
37,322
2,805
TypeScript
AI Agentsaiai-agents
View details