wp-playground

Launch disposable WordPress environments for plugin and theme testing.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/HungNth/wordpress-notify-nth --skill wp-playground-hungnth
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: wp-playground
Source: https://github.com/HungNth/wordpress-notify-nth/tree/main/.opencode/skills/wp-playground
Command: npx skills add https://github.com/HungNth/wordpress-notify-nth --skill wp-playground-hungnth

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables developers to rapidly create ephemeral WordPress environments for testing plugins and themes without a full-stack setup, reducing iteration time and risk.

Core Features & Use Cases

  • Rapid spin-up: Launch disposable WordPress instances in the browser or locally via the Playground CLI.
  • Blueprints & snapshots: Run prebuilt blueprints and build reproducible site snapshots for sharing or CI.
  • Version control & debugging: Switch WordPress and PHP versions on demand and debug with Xdebug to diagnose issues quickly.

Quick Start

Install and run a disposable WordPress instance with the Playground CLI: npx @wp-playground/cli@latest server --auto-mount. Then access the server URL shown by the CLI and validate the plugin or theme mounting. To run a blueprint, use: npx @wp-playground/cli@latest run-blueprint --blueprint=<path-or-url>.

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 environment for plugin testing?▼

You can launch a disposable WordPress environment using the Playground CLI by running npx @wp-playground/cli@latest server --auto-mount, which provides a local instance for rapid plugin and theme testing.

Can I switch PHP and WordPress versions on demand in a local playground?▼

Yes, the WordPress playground supports version control, allowing you to switch WordPress and PHP versions on demand to test plugin compatibility across different environments.

How do I run a prebuilt blueprint in a WordPress playground?▼

To run a blueprint in a WordPress playground, use the Playground CLI command npx @wp-playground/cli@latest run-blueprint --blueprint=<path-or-url> to execute prebuilt configurations.

Does WordPress playground work without a full local development stack?▼

Yes, WordPress playground enables you to spin up ephemeral instances directly in the browser or locally via the CLI, bypassing the need for a full-stack setup and reducing iteration risk.

Can I debug WordPress plugins with Xdebug in a playground instance?▼

Yes, you can debug WordPress plugins using Xdebug within the disposable playground instances to quickly diagnose issues during your development and testing workflow.

How do I build reproducible site snapshots for WordPress CI?▼

You can build reproducible WordPress site snapshots for sharing or CI pipelines by executing prebuilt blueprints through the Playground CLI, ensuring consistent environment configurations.