wp-plugin-development
Develop WordPress plugins with best practices for hooks, security, lifecycle management, and admin UI.
Install
npx skills add https://github.com/wordpress/agent-skills --skill wp-plugin-developmentStats
| Total installs | 949 |
| Weekly installs | 947 |
| GitHub stars | 1.0K |
| First seen | Feb 1, 2026 |
| Source | @wordpress/agent-skills |
Summary
- 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
Tags
Related skills
| Skill | Installs | vs wp-plugin-development |
|---|---|---|
| solid | 943 | -6 |
| dotnet-10-csharp-14 | 971 | +22 |
| storefront-best-practices | 931 | -18 |
| image-ocr | 910 | -39 |
| chat-sdk | 976 | +27 |
FAQ
- How many installs does wp-plugin-development have?
- wp-plugin-development has 949 total installs and 947 installs this week.
- Where is wp-plugin-development hosted?
- wp-plugin-development is published by @wordpress/agent-skills at https://github.com/wordpress/agent-skills.
- How many GitHub stars does wp-plugin-development have?
- wp-plugin-development has 1.0K GitHub stars.
- When was wp-plugin-development first indexed?
- OrangeBot.AI first indexed wp-plugin-development on Feb 1, 2026.
- How do I install wp-plugin-development?
- Run: npx skills add https://github.com/wordpress/agent-skills --skill wp-plugin-development