claude-wordpress-skills

作者 elvismdev已验证

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

198
Stars
17
Forks
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

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

快速入门

使用 claude-wordpress-skills 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "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.

常见问题

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.

评论 (0)

暂无评论,成为第一个分享想法的人!

claudian

by YishenTu

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

14,921972TypeScript
IDE 扩展
查看详情

OpenMythos

by kyegomez

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

14,8003,292Python
IDE 扩展
查看详情

cursor-hooks

by cursor

5

通过 Hooks 自动化 Cursor Agent 事件相关行为。

12,500890TypeScript
IDE 扩展claude-codeai-tools
查看详情

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 扩展
查看详情

开发者还喜欢

基于喜欢此 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 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

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 服务器apisai-tools
查看详情

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 智能体ai-agentsanthropicclaude-code
查看详情

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 智能体claude-codeai-tools
查看详情