claude-wordpress-skills

by elvismdevVerified

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

198
Stars
17
Forks
8/23/2026
Added
View on GitHubDownload ZIP

⚠️ Third-Party Software Notice

This skill is third-party open-source software developed and hosted independently on GitHub. SkillTip is an informational directory and does not control or maintain the underlying repository. Any security checks displayed are automated and limited in scope. Review the source code before installing.

Read the Terms of Service

Installation

Add to your Claude Code skills directory:

# Add to your Claude Code skills
git clone https://github.com/elvismdev/claude-wordpress-skills

Getting Started

Guides for using skills like claude-wordpress-skills.

Security Report

Verified

Last scanned: —

{
  "status": "PASSED",
  "issues": []
}

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

SkillDescriptionStatus
wp-performance-reviewPerformance code review and optimization analysis
wp-security-reviewSecurity audit and hardening code review🚧
wp-gutenberg-blocksBlock Editor / Gutenberg development🚧
wp-theme-developmentTheme development best practices🚧
wp-plugin-developmentPlugin 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:

CommandDescription
/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
SpeedThorough (slower)Fast triage
DepthFull analysis + fixesCritical patterns only
OutputGrouped by severity with line numbersQuick list of matches
Use caseCode review, PR review, optimizationPre-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 this code for slow database queries
Help me optimize this WP_Query
Check my theme before launch
Find anti-patterns in this plugin

Claude will detect the context and apply the appropriate skill.

Trigger Phrases

SkillTrigger Phrases
wp-performance-review"performance review", "optimization audit", "slow WordPress", "slow queries", "scale WordPress", "high-traffic", "code review", "before launch", "anti-patterns", "timeout", "500 error", "out of memory"

What's Included

wp-performance-review

Comprehensive performance code review covering:

  • Database Query Anti-Patterns - Unbounded queries, missing WHERE clauses, slow LIKE patterns, NOT IN performance
  • Hooks & Actions - Expensive code on init, database writes on page load, inefficient hook placement
  • Caching Issues - Uncached function calls, object cache patterns, transient best practices
  • AJAX & External Requests - admin-ajax.php alternatives, polling patterns, HTTP timeouts
  • Template Performance - N+1 queries, get_template_part optimization
  • PHP Code Patterns - in_array() performance, heredoc escaping issues
  • JavaScript Bundles - Full library imports, defer/async strategies
  • Block Editor - registerBlockStyle overhead, InnerBlocks handling
  • Platform Guidance - Patterns for WordPress VIP, WP Engine, Pantheon, self-hosted

Output includes severity levels (Critical/Warning/Info) with line numbers and fix recommendations.

Requirements

  • Claude Code CLI installed
  • Skills are loaded automatically - no additional dependencies

Contributing

🤝 Super welcome to contributions, please! See CONTRIBUTING.md for guidelines.

Ways to contribute:

  • 🐛 Report issues or incorrect/deprecated advice
  • 💡 Suggest new anti-patterns or best practices
  • 📝 Improve documentation or examples
  • 🔧 Submit new skills

License

MIT License — see LICENSE for details.

Changelog

See CHANGELOG.md for version history.


Note: These skills represent community best practices for WordPress development and are not affiliated with or endorsed by any specific company or platform. Some patterns reflect my own experience with WordPress and from years of working alongside engineers far smarter than me - so bias is inevitable. Contributions are always welcome; I'm genuinely curious to hear different approaches and learn together.

Frequently Asked Questions

What is claude-wordpress-skills?

claude-wordpress-skills is an open-source ide extensions skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by elvismdev. Professional WordPress engineering skills for Claude Code - performance optimization, security auditing, Gutenberg block development, and theme/plugin best practices. It has 198 GitHub stars.

Is claude-wordpress-skills safe to use?

Yes. claude-wordpress-skills passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install claude-wordpress-skills?

Clone the repository with "git clone https://github.com/elvismdev/claude-wordpress-skills" and add it to your Claude Code skills directory (see the Installation section above).

Are there alternatives to claude-wordpress-skills?

Yes. SkillsLLM lists many other IDE Extensions skills you can browse and compare side by side. Open the IDE Extensions category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh claude-wordpress-skills against similar tools.

Comments (0)

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

claudian

by YishenTu

An Obsidian plugin that embeds Claude Code/Codex as an AI collaborator in your vault

14,921972TypeScript
IDE Extensions
View details

OpenMythos

by kyegomez

A theoretical reconstruction of the Claude Mythos architecture, built from first principles using the available research literature.

14,8003,292Python
IDE Extensions
View details

cursor-hooks

by cursor

5

Automate Cursor behavior around agent events with hooks.

12,500890TypeScript
IDE Extensionsclaude-codeai-tools
View details

arscontexta

by agenticnotetaking

Claude Code plugin that generates individualized knowledge systems from conversation. You describe how you think and work, have a conversation and get a complete second brain as markdown files you own.

3,479220Shell
IDE Extensions
View details

Developers Also Liked

Based on votes and bookmarks from developers who liked this skill

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP Serversapisai-tools
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details