wp-playground

Create and manage disposable WordPress instances with mounted plugins and themes.

27|1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/dr-robert-li/cowork-wordpress-expert --skill wp-playground-dr-robert-li
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wp-playground
Source: https://github.com/dr-robert-li/cowork-wordpress-expert/tree/main/references/wp-playground
Command: npx skills add https://github.com/dr-robert-li/cowork-wordpress-expert --skill wp-playground-dr-robert-li

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @wp-playground/cli, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a fast, isolated environment for testing WordPress plugins and themes without impacting your local setup or requiring a full server.

Core Features & Use Cases

  • Ephemeral Testing: Spin up temporary WordPress sites for quick checks.
  • Blueprint Execution: Run predefined WordPress configurations using JSON blueprints.
  • Snapshot Building: Create shareable, reproducible WordPress site snapshots.
  • Debugging: Enable Xdebug for in-depth code analysis within the isolated environment.

Quick Start

Use the wp-playground skill to quickly spin up a WordPress instance with your local plugin automatically mounted.

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 temporary WordPress instance for testing plugins?

You can create a temporary WordPress instance using the playground to spin up an isolated environment that automatically mounts your local plugins and themes for ephemeral testing without server setup.

What is a WordPress blueprint for scripted site setups?

A WordPress blueprint is a JSON configuration file defining predefined site setups, allowing the playground to execute scripted configurations for reproducible testing environments.

Can I enable Xdebug for debugging WordPress plugins in an isolated environment?

Yes, you can enable Xdebug within the disposable WordPress environment to perform in-depth code analysis and debug your mounted plugins without impacting your local setup.

How do I build reproducible WordPress site snapshots to share with testers?

Build reproducible WordPress site snapshots through the playground ecosystem to create shareable, version-controllable site states that can be consistently reproduced across different testing environments.

Do I need a local server to test WordPress themes?

No, you do not need a local server because the playground provides a fast, isolated environment for testing themes directly without impacting your existing local setup or requiring server configuration.