wp-playground

Provision WordPress playground environments via Playground CLI commands.

Updated Jan 13, 2026
One-click install
npx skills add https://github.com/MrGKanev/agent-skills --skill wp-playground-mrgkanev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wp-playground
Source: https://github.com/MrGKanev/agent-skills/tree/main/skills/wp-playground
Command: npx skills add https://github.com/MrGKanev/agent-skills --skill wp-playground-mrgkanev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables rapid provisioning of disposable WordPress playground environments to test plugins, themes, and configurations without setting up full stacks.

Core Features & Use Cases

  • Server spin-up: Start isolated WordPress instances with quick mount and version switching.
  • Blueprint-driven setup: Run predefined blueprint JSONs to reproduce specific setups.
  • Snapshots for sharing: Build ZIP snapshots of a site for CI or bug reports.

Quick Start

Install prerequisites: Node.js 20.18+ and npm. Run: npx @wp-playground/cli@latest server --auto-mount

Frequently Asked Questions about wp-playground

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

FAQPage Schema
How do I set up a disposable WordPress playground for testing plugins and themes?

To set up a disposable WordPress playground, you use the Playground CLI to run server, run-blueprint, and build-snapshot commands. This provisions isolated instances for testing plugins and themes without deploying a full stack.

What do I need to run a WordPress playground locally?

To run a WordPress playground locally, you need Node.js 20.18 or higher and npm installed. Once prerequisites are met, execute the Playground CLI server command with auto-mount to start isolated instances quickly.

How do I reproduce a specific WordPress setup using blueprints?

To reproduce a specific WordPress setup, run predefined blueprint JSON files through the Playground CLI run-blueprint command. This blueprint-driven setup accurately recreates exact configurations for consistent testing and debugging.

Can I build WordPress site snapshots for CI pipelines or bug reports?

Yes, you can build ZIP snapshots of a WordPress site using the Playground CLI build-snapshot command. These snapshots capture the exact site state for sharing across CI pipelines, bug reports, and browser-based workflows.

Does the WordPress playground CLI support switching between different WordPress versions?

Yes, the WordPress playground CLI supports quick version switching during server spin-up. You can mount and isolate different WordPress instances to test plugins and themes against specific versions rapidly.