By priyomukul
WordPress development skills for Claude Code: vendors the official WordPress/agent-skills collection (15 skills covering plugins, blocks, themes, REST, performance, WP-CLI, Playground, and more) and adds wp-php-coding-standards for WPCS PHP style. Auto-applies to any WordPress plugin or theme work.
Use when creating, editing, or reviewing WordPress Playground blueprint JSON files. Triggers on mentions of blueprints, playground configuration, or requests to set up a WordPress demo environment.
Use when the user asks about WordPress codebases (plugins, themes, block themes, Gutenberg blocks, WP core checkouts) and you need to quickly classify the repo and route to the correct workflow/skill (blocks, theme.json, REST API, WP-CLI, performance, security, testing, release packaging).
Use when working with the WordPress Abilities API (wp_register_ability, wp_register_ability_category, /wp-json/wp-abilities/v1/*, @wordpress/abilities) including defining abilities, categories, meta, REST exposure, and permissions checks for clients.
Use when developing WordPress plugins: architecture and hooks, activation/deactivation/uninstall, admin UI and Settings API, data storage, cron/tasks, security (nonces/capabilities/sanitization/escaping), and release packaging.
Use when reviewing WordPress plugins for GPL compliance, checking license headers or compatibility, evaluating upsell/freemium/trialware patterns, validating plugin naming or trademark rules, checking plugin slugs, understanding why a plugin was rejected from WordPress.org, or answering any question about the 18 WordPress.org Plugin Directory guidelines — even if the user doesn't mention 'guidelines' explicitly.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Claude Code marketplace + plugin that bundles the official WordPress/agent-skills collection plus one local skill (wp-php-coding-standards) covering WPCS PHP style — the one gap in the upstream collection.
Once installed, every skill below auto-triggers on the appropriate WordPress task — no slash command needed.
This repo is structured as a Claude Code marketplace containing one plugin. Install in two steps:
git clone https://github.com/priyomukul/wp-plugin-skills.git
claude plugin marketplace add ./wp-plugin-skills
claude plugin install wp-plugin-skills@wp-plugin-skills
claude plugin marketplace add priyomukul/wp-plugin-skills
claude plugin install wp-plugin-skills@wp-plugin-skills
Verify:
claude plugin list
Vendored from WordPress/agent-skills (GPL-2.0):
| Skill | What it covers |
|---|---|
wordpress-router | Classifies a WP repo and routes to the right workflow |
wp-project-triage | Detects project type, tooling, versions |
wp-plugin-development | Plugin architecture, hooks, lifecycle, security, settings, data |
wp-plugin-directory-guidelines | WordPress.org submission rules, GPL compliance, naming |
wp-block-development | block.json, attributes, deprecations, dynamic rendering |
wp-block-themes | theme.json, templates, patterns, style variations |
wp-rest-api | Routes/endpoints, schema, auth, response shaping |
wp-interactivity-api | Frontend data-wp-* directives and stores |
wp-abilities-api | Capability-based permissions and REST auth |
wp-wpcli-and-ops | WP-CLI, automation, multisite, search-replace safety |
wp-performance | Profiling, caching, DB optimization, Server-Timing |
wp-phpstan | PHPStan static analysis for WordPress projects |
wp-playground | WordPress Playground for instant local environments |
blueprint | Playground Blueprints for declarative environment setup |
wpds | WordPress Design System |
Local addition:
| Skill | What it covers |
|---|---|
wp-php-coding-standards | WPCS PHP style: formatting, naming, prefixing, file headers, Yoda, spacing, PHPDoc |
The vendored skills are a copy, pinned to a specific upstream commit recorded in
.upstream-version. To pull the latest:
./scripts/sync-upstream.sh # latest main
./scripts/sync-upstream.sh v1.2.0 # specific tag
./scripts/sync-upstream.sh <commit-sha> # specific commit
The script preserves wp-php-coding-standards/ (the local addition) and refreshes everything
else, including LICENSE.
.claude-plugin/marketplace.json # Marketplace manifest (this repo)
.upstream-version # Pinned WordPress/agent-skills commit
LICENSE # GPL-2.0 (from upstream)
scripts/sync-upstream.sh # Pull updates from WordPress/agent-skills
plugins/
└── wp-plugin-skills/ # The plugin
├── .claude-plugin/plugin.json
└── skills/
├── wp-php-coding-standards/ # Local: WPCS PHP style
├── wordpress-router/ # Vendored from upstream
├── wp-plugin-development/
├── wp-plugin-directory-guidelines/
├── wp-block-development/
├── wp-block-themes/
├── wp-rest-api/
├── wp-interactivity-api/
├── wp-abilities-api/
├── wp-wpcli-and-ops/
├── wp-performance/
├── wp-phpstan/
├── wp-playground/
├── blueprint/
├── wpds/
└── wp-project-triage/
The 15 vendored skills are © 2026 WordPress Contributors, GPL-2.0-licensed, sourced from
github.com/WordPress/agent-skills. All upstream
skills are unmodified copies. See LICENSE for the full GPL-2.0 text.
The wp-php-coding-standards skill is original, also GPL-2.0-or-later, sourced from the public
WordPress Coding Standards documentation.
npx claudepluginhub priyomukul/wp-plugin-skills --plugin wp-plugin-skillsComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls