wp-playground

Manage WordPress Playground workflows for disposable instances, blueprints, snapshots, and Xdebug.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a fast, disposable way to test WordPress plugins and themes, run blueprints, build snapshots, and debug code without complex local setup.

Core Features & Use Cases

  • Disposable WP Instances: Spin up temporary WordPress sites for quick testing.
  • Blueprint Execution: Run defined WordPress setups locally or remotely.
  • Snapshot Building: Create reproducible site archives for sharing or CI.
  • Debugging: Integrate with Xdebug for in-depth code analysis.

Quick Start

Use the wp-playground skill to spin up a WordPress instance with your local plugin code 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 disposable WordPress instances for quick plugin testing?

To create disposable WordPress instances, you can spin up temporary sites for quick testing without complex local setup. This workflow automatically mounts your local plugin code, providing a fast environment to validate changes.

Can I run predefined WordPress blueprints in a local development environment?

Yes, you can execute predefined WordPress blueprints locally or remotely. This allows you to run defined WordPress setups automatically, ensuring consistent configuration across different development stages.

Do I need Node.js to use the WordPress Playground CLI for automated setup?

Yes, you need Node.js 20.18 or higher to use the WordPress Playground CLI. This version is required to execute the automated setup and testing workflows in local development and CI/CD pipelines.

How do I build reproducible WordPress site snapshots for CI/CD pipelines?

Building reproducible WordPress site snapshots creates shareable site archives. You can generate these snapshots to establish consistent testing environments within your CI/CD pipelines.

Does WordPress Playground support Xdebug for debugging code?

Yes, WordPress Playground supports Xdebug integration for in-depth code analysis. You can enable Xdebug to debug your WordPress plugins and themes directly within the disposable instances.

What is the best way to test WordPress themes without complex local setup?

The best way to test WordPress themes without complex setup is using disposable WordPress instances. This approach provides a fast, temporary environment to validate theme code changes immediately.