Categories: WordPress News

New AI Agent Skill for WordPress

Faster Way For AI Agents To Test

AI code agents are getting better at writing WordPress plugins and themes, but testing can still be the slow part. WordPress contributor Brandon Payton has published wp-playground, a new AI agent skill designed to run WordPress via the Playground CLI, giving agents a fast, repeatable way to run WordPress and verify their work as they iterate.

“AI agents work better when they have a clear feedback loop. That’s why I made the wp-playground skill. It gives agents an easy way to test WordPress code and makes building and experimenting with WordPress a lot more accessible.”

— Brandon Payton, WordPress Contributor

What the Playground skill does

When launched, the skill starts WordPress and detects where the current code should live inside a WordPress install. For example, it can mount a plugin into wp-content/plugins or a theme into wp-content/themes by recognizing common file signatures (such as plugin headers or a theme’s style.css). This helps agents move from “generated code” to “running site” with fewer manual steps.

Find more information on this GitHub link:

Early results and testing workflow

In testing, agents were able to start WordPress, build playful plugins, and validate behavior in a tight feedback loop. Once Playground was running, the agent alternated between tools such as curl and Playwright to interact with WordPress, verify results, apply fixes when needed, and then re-verify with Playground.

Faster startup and smoother iteration

Helper scripts handle startup and shutdown, so an agent doesn’t waste time guessing when WordPress is ready. Using helper scripts reduced the “ready to test” moment from roughly a minute to a few seconds on the author’s machine. The Playground CLI can also log in automatically for easier WP-Admin access during testing.

Install and try it now

For those who want to try it in Claude Code, Codex, or another AI agent, installation requires Node.js and npm and looks like this:

# Make skills available to non-Claude agents
npx openskills sync

A new repo for WordPress agent skills

This release also comes with a new home for this kind of work:
https://github.com/WordPress/agent-skills

It’s an early step in exploring how AI agents can collaborate with WordPress tooling, and contributions from the community are welcome. Future additions being explored include persistent Playground sites based on the current directory, running commands against an existing Playground instance (including wp-cli), and Blueprint generation.

A WordPress Commenter

Recent Posts

WordPress 7.0 “Armstrong”

Every WordPress release celebrates an artist who has made an indelible mark on the world…

4 days ago

Performance Chat Summary: 19 May 2026

The full chat log is available beginning here on Slack. WordPress Performance Trac tickets @westonruter…

5 days ago

WordPress 7.0 Release Candidate 4

The fourth Release Candidate (“RC4”) for WordPress 7.0 is ready for download and testing! This…

1 week ago

Get Your WordCamp US 2026 Tickets

August 16–19, 2026, Phoenix Convention Center – Phoenix, Arizona Tickets are now available for WordCamp…

1 week ago

WordPress 7.0 Release Candidate 3

The third Release Candidate (“RC3”) for WordPress 7.0 is ready for download and testing! This…

2 weeks ago

Performance Chat Summary: 5 May 2026

The full chat log is available beginning here on Slack. WordPress Performance Trac tickets @spacedmonkey…

3 weeks ago