wp-playground

Launch and manage disposable WordPress playground environments via CLI.

2|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/joseconti/mcp-skills --skill wp-playground-joseconti
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wp-playground
Source: https://github.com/joseconti/mcp-skills/tree/main/wp-playground
Command: npx skills add https://github.com/joseconti/mcp-skills --skill wp-playground-joseconti

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

WordPress development often requires isolated, disposable environments to test plugins, themes, and configurations without affecting production sites. WordPress Playground provides fast, reproducible instances either in-browser or via a CLI, enabling rapid experimentation and debugging.

Core Features & Use Cases

  • Isolated Test Environments: Spin up disposable WordPress instances for plugin/theme testing and bug reproduction.
  • Blueprint-Driven Setups: Run pre-defined blueprints to script WP setups, installs, and configurations.
  • Version & Debug Flexibility: Switch WordPress and PHP versions on the fly; enable Xdebug for advanced debugging.

Quick Start

Install the WP Playground CLI and start the server with automatic mounting to spin up a disposable WordPress environment.

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 testing plugins and themes?

You can spin up a disposable WordPress environment for testing by using the WordPress Playground CLI to launch isolated instances. This provides rapid, reproducible setups for safely testing plugins, themes, and configurations without affecting production sites.

What is a WordPress blueprint and how does it script site setups?

A WordPress blueprint is a pre-defined configuration used to script WordPress setups, installs, and configurations. By running blueprint-driven setups, you can automate and reproduce exact environment states for consistent testing and debugging.

Can I test WordPress plugins across different PHP and WP versions?

Yes, you can test WordPress plugins across different PHP and WP versions by switching versions on the fly within the WordPress Playground. This flexibility allows you to reproduce issues and verify compatibility across various environment configurations.

Do I need Node.js to run a local WordPress sandbox for debugging?

Yes, you need Node.js 20.18 or higher to run a local WordPress sandbox for debugging via the CLI. Once installed, you can mount a project path and optionally enable Xdebug for advanced issue reproduction.

How do I enable Xdebug in a WordPress playground to reproduce bugs?

To enable Xdebug in a WordPress playground to reproduce bugs, you use the environment's debug flexibility feature to turn on advanced debugging. This allows you to safely step through code in an isolated instance without impacting production sites.

What are the limitations of using an in-browser WordPress instance for testing?

The limitations of using an in-browser WordPress instance for testing include requiring Node.js 20.18+ and a mounted project path for CLI operations. It is designed for disposable, isolated testing rather than serving as a permanent production environment.