wp-playground-development
Installation
SKILL.md
WordPress Playground Development Skill
Overview
Systematic review guidance for WordPress Playground-based demos and reproducible environments. Core principle: Playground setups should be deterministic, portable, and easy to understand from the Blueprint or CLI entrypoint alone. Review covers Blueprint structure, local CLI usage, embedded demos, repro environments, and demo-specific WordPress configuration.
When to Use
Use when:
- Reviewing a Blueprint JSON file
- Auditing docs that embed or link to Playground
- Building a zero-setup bug repro or demo
- Reviewing Playground CLI usage in local workflows or tests
- Designing a repeatable environment for blocks, plugins, or themes
Don't use for:
- General block or plugin review without Playground
- WP-CLI operations outside a Playground context
- Static analysis or CI setup alone