WordPress development, testing, and release skills.
An Agent Plugin (spec v1.0.0) bundling 5 skills:
| Skill | Description |
|---|---|
prepare-wordpress |
Phase-based WordPress project setup workflow with dry-run planning and confirmed apply for predictable scaffolding/standardization. |
wp-bump |
Structured WordPress plugin release-bump workflow that orchestrates version sync, changelog, rebuild, and validation steps with explicit gates. |
wp-cli-local |
Safe WP-CLI execution for Local by Flywheel via wrapper, including explicit site resolution before mutating operations. |
wp-mutate |
Run mutation testing on WordPress plugins and themes to find weak tests — Pest --mutate or Infection for PHP, StrykerJS for JavaScript — then triage surviving mutants into concrete test improvements. |
wp-pcp-local |
Run the WordPress Plugin Check (PCP) against a Local by Flywheel site via wrapper, with explicit site and plugin resolution before checks. |
The root of https://github.com/soderlind/wordpress-agent-plugin is this plugin. Installation is client-specific; common patterns:
Clone the plugin (repo root is the plugin root)
git clone https://github.com/soderlind/wordpress-agent-pluginCopy into a client plugins directory (path varies by client)
git clone https://github.com/soderlind/wordpress-agent-plugin ~/.agents/plugins/wordpress-skillsOr use your client's native install command, pointing it at the repository above. Refer to your client's documentation for the exact command and plugins directory.
Each skill lives under skills/<name>/ with its own SKILL.md and any
scripts/ and references/. Open a skill's SKILL.md (linked above) for its
full instructions. See the Agent Skills specification at
https://agentskills.io/specification.
This plugin is generated from https://github.com/soderlind/skills by
scripts/build-agent-plugin.mjs and mirrored here. Do not edit files directly.