Skip to main content
Back to the directory
wordpress/agent-skillsSoftware EngineeringFrontend and Design

wp-plugin-development

Complete WordPress plugin development workflow from architecture through security and release packaging.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
2

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/wordpress/agent-skills --skill wp-plugin-development
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of May 1, 2026, wp-plugin-development has 2 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: wordpress/agent-skills. Canonical URL: https://skills.sh/wordpress/agent-skills/wp-plugin-development.

Security audits
Gen Agent Trust HubFAIL
SocketPASS
SnykPASS
About this skill
Complete WordPress plugin development workflow from architecture through security and release packaging. Use this skill for plugin work such as: If this is a full site repo, pick the specific plugin under wp-content/plugins/ or mu-plugins/ before changing code. Guidelines: See: Activation hooks are fragile; follow guardrails: See: Prefer Settings API for options: See: Before shipping: See: See: See: For canonical detail, consult the Plugin Handbook and security guidelines before inventing patterns. - Covers plugin structure, hooks/actions/filters, activation/deactivation/uninstall lifecycle, and Settings API for admin UI and options management - Includes mandatory security baseline: input validation/sanitization, nonces, capability checks, and parameterized SQL queries via $wpdb->prepare() - Supports data storage patterns, cron task setup with idempotency, and schema migrations with version tracking - Targets WordPress 6.9+ (PHP 7.2.24+); uses filesystem-based workflows with bash, Node, and optional WP-CLI for verification and debugging - creating or refactoring plugin structure (bootstrap, includes, namespaces/classes) - adding hooks/actions/filters - activation/deactivation/uninstall behavior and migrations - adding settings pages / options / admin UI (Settings API) - security fixes (nonces, capabilities, sanitization/escaping, SQL safety) - packaging a release (build...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does wp-plugin-development do?

Complete WordPress plugin development workflow from architecture through security and release packaging.

Is wp-plugin-development good?

wp-plugin-development does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support wp-plugin-development?

wp-plugin-development currently lists compatibility with Skills CLI.

Is wp-plugin-development safe to install?

wp-plugin-development has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to wp-plugin-development?

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

How do I install wp-plugin-development?

Run the following command to install wp-plugin-development: npx skills add https://github.com/wordpress/agent-skills --skill wp-plugin-development

Related skills

More from wordpress/agent-skills

Related skills

Alternatives in Software Engineering