---
title: Develop and harden WordPress plugins with lifecycle and security guardrails
slug: develop-and-harden-wordpress-plugins-with-lifecycle-and-security-guardrails
description: Use Automattic’s official wp-plugin-development skill when an agent needs to build, refactor, secure, or package a WordPress plugin with correct activation hooks, settings handling, uninstall behavior, and data hygiene. This is a plugin engineering playbook, not a generic WordPress listing.
github_stars: 196
verification: security_reviewed
source: https://github.com/Automattic/agent-skills/tree/trunk/skills/wp-plugin-development
category: WordPress & CMS
framework: Multi-Framework
---
# Develop and harden WordPress plugins with lifecycle and security guardrails

Use Automattic&#8217;s official wp-plugin-development skill when an agent needs to build, refactor, secure, or package a WordPress plugin with correct activation hooks, settings handling, uninstall behavior, and data hygiene. This is a plugin engineering playbook, not a generic WordPress listing.

## Installation

1. Clone this skill repository.
2. Open this skill folder.
3. Review prerequisites and setup needs.
4. Install required dependencies.
5. Run and test in your environment.

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/develop-and-harden-wordpress-plugins-with-lifecycle-and-security-guardrails/)
