wp-playground

Provision disposable WordPress instances with auto-mounted plugins and themes.

1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/zenbuapps/zenbu-powers --skill wp-playground-zenbuapps
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wp-playground
Source: https://github.com/zenbuapps/zenbu-powers/tree/main/skills/wp-playground
Command: npx skills add https://github.com/zenbuapps/zenbu-powers --skill wp-playground-zenbuapps

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

WordPress Playground provides an isolated, disposable WordPress environment to test plugins/themes, debug code, and validate configurations without impacting production sites.

Core Features & Use Cases

  • Create disposable WP instances in browser or locally via the wp-playground CLI.
  • Script up tests with blueprints, build reproducible snapshots for sharing or CI, and switch WP/PHP versions quickly.
  • Debug plugin/theme code with Xdebug and validate performance across versions.

Quick Start

Start the Playground server in your project and open the UI to begin testing WP plugins or themes.

Frequently Asked Questions about wp-playground

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a disposable WordPress testing environment for plugin development?

You can spin up a disposable WordPress playground in seconds using the CLI or browser UI to provision isolated instances that auto-mount plugins and themes for rapid testing.

What is a WordPress blueprint and how does it work for testing?

WordPress blueprints are scripts that define reproducible testing steps for your playground, allowing you to automate setup, execute tests, and build shareable snapshots for CI validation.

Does WordPress Playground support switching between different PHP and WordPress versions?

Yes, WordPress Playground supports rapid version switching, allowing you to validate plugin and theme compatibility across multiple WordPress and PHP versions within the same isolated environment.

Can I debug WordPress plugins with Xdebug in an isolated playground?

Yes, you can debug WordPress plugin or theme code using integrated Xdebug workflows within the isolated playground, enabling step-through debugging without impacting your production site.

Do I need Node.js to run the wp-playground CLI server locally?

Yes, you need Node.js 20 or higher to run the wp-playground CLI server locally, which provisions the disposable WordPress instances and manages mounts and deployments through the browser UI.

What's the best way to validate WordPress configurations for CI without affecting production?

The best way is using WordPress Playground to build reproducible snapshots from blueprints, providing an isolated, disposable environment to validate configurations for CI without impacting production.