claudeers.

🔓 unclaimed — this page was auto-generated from GitHub. Are you the creator?

Claim this page →
// Claude Plugins

wp-dev-skills

WordPress plugin development skills for AI coding agents — Claude Code, Gemini CLI, Cursor, Windsurf, Cline, Codex, Copilot, opencode, and more

Actively maintained
100/100
last commit 4 days ago
last release 4 days ago
releases 2
open issues 0
// install
git clone https://github.com/mralaminahamed/wp-dev-skills

WordPress Dev Skills

Covers the complete WordPress plugin development lifecycle — build, test, audit, release, and ship to WP.org — for Claude Code, Gemini CLI, Cursor, Windsurf, Cline, Codex, GitHub Copilot, opencode, and more.

Skills activate automatically when their description matches your task. No slash commands needed.


SkillsInstallFull install guideContributing


Skills

Build

Set up tooling and implement plugin features.

SkillActivates when
wp-build-toolsSetting up or debugging the JS/CSS pipeline — @wordpress/scripts, webpack, Vite, .asset.php enqueuing, multiple entry points, dependency reuse.
wp-coding-standardsSetting up PHPCS + WPCS, configuring phpcs.xml.dist, fixing sniff violations, or adding PHPCS to CI.
wp-phpstan-stubsScaffolding a PHPStan stubs package for a third-party plugin/library — full package structure, Packagist setup, GitHub Actions release workflow.
wp-databaseCustom tables with dbDelta, versioned schema migrations, $wpdb prepared statements, query optimisation, data migration.
wp-background-processingBackground jobs — Action Scheduler, WP_Background_Process, WP Cron, batch import with progress tracking.
wp-multisiteMaking a plugin multisite-compatible — network activation, per-site vs network options, switch_to_blog(), network admin pages.
wp-i18n-workflowManaging translations — POT generation, PO/MO compilation, JS translations with wp_set_script_translations, translate.wordpress.org.
wp-email-templatesAdding transactional emails — extract inline strings into reusable branded HTML templates sent via wp_mail().
wp-woocommerceBuilding or extending a WooCommerce plugin — custom product types, payment gateways, shipping methods, HPOS, REST API extensions, block cart/checkout.
wp-freemiusIntegrating the Freemius SDK — free/pro feature gating, license management, trials, pricing page, WP.org trialware compliance.
wp-admin-browserDriving a WordPress admin panel via Chrome DevTools MCP — login, navigate menus, submit forms, CRUD through the UI, JS state verification.
wp-guided-tourImplementing a guided tour in a WP admin plugin using Driver.js — IIFE bundle setup, PHP tour configs, JS scope detection, completion tracking.

Test & Audit

Verify correctness, security, and consistency before shipping.

SkillActivates when
wp-plugin-testingSetting up or writing tests — PHPUnit integration tests, Brain\Monkey unit tests, Codeception acceptance tests, redirect/exit harness, CI matrix.
wp-plugin-auditConsistency and security sweep — version drift, naming/prefix, docs↔code mismatch, escaping, nonces, capabilities, file upload, secrets, dependency CVEs. Routes each finding to the correct fix skill.

Ship

Contribute, release, and publish to the WordPress ecosystem.

SkillActivates when
wp-github-flowShipping a contribution — debug a GitHub issue by URL/number, or turn uncommitted changes into scoped conventional commits, a branch, and a PR.
wp-ci-qaPR has QA failures, "Testing Failed" label, or QA comments — trace root causes, apply scoped commits, post re-test comment.
wp-plugin-releaseBumping or releasing a version — keeps plugin header, constant, Stable tag, changelog, and .pot file coherent.
wp-org-submissionFirst-time WP.org directory submission, SVN deploy, fixing reviewer rejections (17 patterns), banner/icon/screenshot assets.

Install

Cursor Directory

Browse and install directly from cursor.directory:

https://cursor.directory/plugins/wp-dev-skills

Claude Code

claude plugin marketplace add mralaminahamed/wordpress-official-agent-skills
claude plugin marketplace add mralaminahamed/wp-dev-skills
claude plugin install wp-dev-skills@wp-dev-skills

wordpress-official-agent-skills is a declared dependency — adding its marketplace first lets Claude Code auto-install it alongside this plugin.

Gemini CLI

gemini extensions install https://github.com/mralaminahamed/wp-dev-skills

Cursor / Windsurf / Cline / GitHub Copilot

# Cursor
mkdir -p .cursor/rules && curl -fsSL https://raw.githubusercontent.com/mralaminahamed/wp-dev-skills/trunk/src/rules/wp-dev-skills.md > .cursor/rules/wp-dev-skills.mdc

# Windsurf
mkdir -p .windsurf/rules && curl -fsSL https://raw.githubusercontent.com/mralaminahamed/wp-dev-skills/trunk/src/rules/wp-dev-skills.md > .windsurf/rules/wp-dev-skills.md

# Cline
curl -fsSL https://raw.githubusercontent.com/mralaminahamed/wp-dev-skills/trunk/src/rules/wp-dev-skills.md > .clinerules/wp-dev-skills.md

# GitHub Copilot
curl -fsSL https://raw.githubusercontent.com/mralaminahamed/wp-dev-skills/trunk/src/rules/wp-dev-skills.md > .github/copilot-instructions.md

opencode / AGENTS.md-based agents

curl -fsSL https://raw.githubusercontent.com/mralaminahamed/wp-dev-skills/trunk/AGENTS.md > AGENTS.md

All other agents (Continue, Roo, Augment, Amp, Warp, …)

npx skills add mralaminahamed/wp-dev-skills -a <agent-slug>

Full per-agent install matrix and options → INSTALL.md.

Dependency

Pairs with wordpress-official-agent-skills — official WordPress skills from the WordPress project (blocks, themes, REST API, WP-CLI, performance, PHPStan, Playground). Declared as a plugin dependency; Claude Code installs it automatically when both marketplaces are configured.

License

MIT © Al Amin Ahamed

// compatibility

Platformscli, api, web
Operating systems
AI compatibilityclaude
LicenseMIT
Pricingopen-source
LanguagePHP

// faq

What is wp-dev-skills?

WordPress plugin development skills for AI coding agents — Claude Code, Gemini CLI, Cursor, Windsurf, Cline, Codex, Copilot, opencode, and more. It is open-source on GitHub.

Is wp-dev-skills free to use?

wp-dev-skills is open-source under the MIT license, so it is free to use.

What category does wp-dev-skills belong to?

wp-dev-skills is listed under plugins in the Claudeers registry of Claude-compatible tools.

0 views
24 stars
unclaimed
updated 15 days ago

// embed badge

wp-dev-skills on Claudeers
[![Claudeers](https://claudeers.com/api/badge/wp-dev-skills.svg)](https://claudeers.com/wp-dev-skills)

// retro hit counter

wp-dev-skills hit counter
[![Hits](https://claudeers.com/api/counter/wp-dev-skills.svg)](https://claudeers.com/wp-dev-skills)

// reviews

// guestbook

0/500

// related in Claude Plugins

🔓

A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.

// pluginsmultica-ai/187,223[ claude ]
🔓

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explainin…

// pluginsanthropics/Python135,848[ claude ]
🔓

"CLI-Anything: Making ALL Software Agent-Native" -- CLI-Hub: https://clianything.cc/

// pluginsHKUDS/Python44,672Apache-2.0[ claude ]
🔓

financial-services — a Claude ecosystem project on GitHub.

// pluginsanthropics/Python32,982Apache-2.0[ claude ]
Ecosystem hubone of the most connected projects in the claude ecosystem · 43 connections
→ see how wp-dev-skills connects across the ecosystem