wp-playground

Automate disposable WordPress environments for plugin and theme testing.

12|9|Updated Oct 23, 2025
One-click install
npx skills add https://github.com/jnealey88/designsetgo --skill wp-playground-jnealey88
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wp-playground
Source: https://github.com/jnealey88/designsetgo/tree/main/.claude/skills/wp-playground
Command: npx skills add https://github.com/jnealey88/designsetgo --skill wp-playground-jnealey88

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

WordPress Playground provides ephemeral WordPress environments for testing plugins and themes, enabling rapid iteration, safe debugging, and reproducible setups without a full-stack install.

Core Features & Use Cases

  • Quick local/browser-based spin-ups of disposable WordPress instances, ideal for development, testing, and demos.
  • Run programmable blueprints to reproduce or scaffold sites, plugins, and configurations.
  • Build sharable snapshots of WP setups for CI, bug reporting, or team collaboration.
  • Switch WordPress and PHP versions on demand to reproduce issues across environments.
  • Debug plugin/theme code with Xdebug in isolated Playgrounds.

Quick Start

Start a disposable WordPress Playground by running the CLI server with auto-mount in your project root.

Frequently Asked Questions about wp-playground

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

FAQPage Schema
How do I spin up a disposable WordPress environment for plugin testing?

To spin up a disposable WordPress environment, run the WordPress Playground CLI server with auto-mount in your project root to instantly launch an isolated browser-based instance for testing plugins and themes.

Can I reproduce WordPress bugs across different PHP versions?

Yes, you can reproduce WordPress bugs across environments by switching WordPress and PHP versions on demand within the Playground, allowing you to test compatibility and isolate version-specific issues quickly.

Do I need Node.js to run WordPress Playground blueprints?

Yes, executing WordPress Playground blueprints requires Node.js 20.18 or higher and the WordPress Playground CLI to programmatically scaffold sites, apply configurations, and reproduce setups.

How do I create sharable snapshots of my WordPress setup?

You create sharable snapshots of your WordPress setup by capturing the Playground state, producing portable artifacts ideal for CI pipelines, bug reporting, and team collaboration.

Does Xdebug work with WordPress Playground for debugging themes?

Xdebug works within isolated WordPress Playgrounds, allowing you to step through and debug plugin and theme code safely in an ephemeral environment without affecting your local full-stack setup.

What is the best way to automate WordPress testing without a full local install?

WordPress Playground provides ephemeral environments for rapid iteration, enabling automated testing and safe debugging through CLI workflows and blueprints without requiring a full local server stack.