Skip to main content
Back to registry

wp-plugin-development

wordpress/agent-skills

Installs563
Install command
npx skills add https://github.com/wordpress/agent-skills --skill wp-plugin-development
Security audits
Gen Agent Trust HubFAIL
SocketPASS
SnykPASS
About this skill
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. - 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 artifacts, readme, assets) - Repo root + target plugin(s) (path to plugin main file if known). - Where this plugin runs: single site vs multisite; WP.com conventions if applicable. - Target WordPress + PHP versions (affects available APIs and placeholder support in $wpdb->prepare() ). - Run triage: - node skills/wp-project-triage/scripts/detect_wp_project.mjs - Detect plugin headers (deterministic scan): - node skills/wp-plugin-development/scripts/detect_plugins.mjs - Keep a single bootstrap (main plugin file with header). - Avoid heavy side effects at file load time; load on hooks. - Prefer a dedicated loader/class to register hooks.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

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

wp-plugin-development is listed in SkillJury, but the source summary is still sparse.

Is wp-plugin-development good?

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

What agent does wp-plugin-development work with?

wp-plugin-development currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to wp-plugin-development?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I 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