wp-plugin-development

wp-plugin-development is a skill for Claude Code from bilalnaseer/wsp-wordpress-mcp. It costs 50 tokens per session (888 once invoked), scanned A, original, GPL-2.0.

A development guide for building WordPress plugins, which are add-ons that extend a WordPress site. It covers the main structure, settings, stored data, scheduled tasks, security, and release packaging.

In plain words
What is it for?
Use it when creating plugin features, admin settings, activation or uninstall behaviour, scheduled jobs, data storage, security checks, or release packages.
Why use it?
It gives developers practical direction for the WordPress-specific parts of plugin development instead of leaving them to assemble those patterns themselves.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/bilalnaseer/wsp-wordpress-mcp/wp-plugin-development
Any agent
npx skills add bilalnaseer/wsp-wordpress-mcp --skill wp-plugin-development
Clone the repo
git clone --depth 1 https://github.com/bilalnaseer/wsp-wordpress-mcp

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for wp-plugin-development

README.md
[![agentmods](https://agentmods.dev/badge/skills/bilalnaseer/wsp-wordpress-mcp/wp-plugin-development.svg)](https://agentmods.dev/skills/bilalnaseer/wsp-wordpress-mcp/wp-plugin-development)
Your own site
<a href="https://agentmods.dev/skills/bilalnaseer/wsp-wordpress-mcp/wp-plugin-development"><img src="https://agentmods.dev/badge/skills/bilalnaseer/wsp-wordpress-mcp/wp-plugin-development.svg" alt="Measured on agentmods" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 888 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00050 $0.00888
Opus 5 $0.00025 $0.00444
Sonnet 5 $0.00010 $0.00178
Haiku 4.5 $0.00005 $0.00089

Measured 6d ago against content hash 89f320ecffc5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

wp-plugin-development scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/detect_plugins.mjs), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/wp-plugin-development/SKILL.md · 113 lines

The source is not reproduced here

Licensed GPL-2.0

The repository is licensed GPL-2.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 113 lines · 50 tokens per session scan A 89f320ecffc5

Subscribe to this mod's changes

wp-plugin-development is a skill published in the GitHub repository bilalnaseer/wsp-wordpress-mcp (31 stars, last pushed 3d ago), licensed GPL-2.0. It adds 50 tokens to every session and 888 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

wordpress-plugin-publish

Use this skill when publishing, submitting, reuploading, verifying, packaging, checking, demoing, or releasing WordPress.org plugins with Pressship. It covers safe Pressship workflows for local plugin directories, WordPress.org SVN checkouts, pending submissions, approved releases, Plugin Check review, package…

Automattic/pressship · 80 tokens

wp-plugin-dev

Develop WordPress plugins following official WordPress coding standards, security best practices, and WordPress.org directory guidelines. Use this skill whenever the user wants to create, scaffold, or develop a WordPress plugin — including standard plugins (settings pages, CPTs, shortcodes), WooCommerce extensions…

msrbuilds/elementor-mcp · 147 tokens

wp-plugin-review

Comprehensive WordPress plugin review covering security vulnerabilities, WordPress Coding Standards (WPCS) compliance, plugin repository guidelines, unit test coverage, and accessibility. Runs automated tools (PHPCS with WPCS, PHPStan, PHPUnit) plus deep manual code review. Outputs a detailed Markdown review report…

msrbuilds/elementor-mcp · 161 tokens

wp-ajax-nopriv-visibility

Audit and fix WordPress AJAX handlers registered via wpajaxnopriv that build WPQuery args from client input. Catches the common pattern where a handler overrides poststatus/posttype to 'any' (or trusts client-supplied postin / author / metaquery) and ends up exposing private, draft, pending, future, trash, or…

WPDevelopers/essential-addons-for-elementor-lite · 135 tokens

wp-password-protected-exposure

Audit and fix WordPress / WooCommerce plugins that leak password-protected post content through AJAX handlers or listing-widget queries. Catches the specific gap that isvisible() + poststatus === 'publish' checks miss: password-protected posts keep poststatus='publish', so they bypass draft/private guards while their…

WPDevelopers/essential-addons-for-elementor-lite · 155 tokens

code-style

PHP coding standards and WordPress patterns for ATmosphere plugin. Use when writing PHP code, creating classes, implementing WordPress hooks, or structuring plugin files.

Automattic/wordpress-atmosphere · 36 tokens