Office & DocumentsIntermediate
wp-playground
WordPress Playground for instant local environments
Developer Setup
Setup & Installation
bash
npx skills add https://github.com/WordPress/agent-skills --skill wp-playgroundnpx skills add https://github.com/WordPress/agent-skills --skill wp-playgroundOr paste this URL into your assistant to install:
Overview
What This Skill Does
WordPress Playground for instant local environments
Application
When to use this Skill
- Integrating wp playground into your development workflow.
- Following best practices for wordpress playground for instant local environments.
- Automating repetitive tasks with AI-assisted tooling.
- Building production-grade applications with proper standards.
- Debugging and troubleshooting common implementation issues.
Documentation
Show Skills.md file
WordPress Playground
When to use
- Spin up a disposable WordPress to test a plugin/theme without full stack setup.
- Run or iterate on Playground Blueprints (JSON) locally.
- Build a reproducible snapshot of a site for sharing or CI.
- Switch WP/PHP versions quickly to reproduce issues.
- Debug plugin/theme code with Xdebug in an isolated Playground.
Inputs required
- Host machine readiness: Node.js ≥ 20.18,
npm/npxavailable. - Project path to mount (
--auto-mountor explicit mount mapping). - Desired WP version/PHP version (optional; defaults to latest WP, PHP 8.3).
- Blueprint location/URL if running a blueprint.
- Port preference if 9400 conflicts.
- Whether Xdebug is needed.
Procedure
0) Guardrails
- Playground instances are ephemeral and SQLite-backed; never point at production data.
- Confirm Node ≥ 20.18 (
node -v) before running CLI.
Lines 1 - 25 of 95
Recommendations
Explore other random skills
TechnicalIntermediate
clickhouse-js-node-coding
>
TechnicalAdvanced
clickhouse-js-node-troubleshooting
>
TechnicalAdvanced
clickhousectl-cloud-deploy
Use when a user wants to deploy ClickHouse to the cloud, go to production, use ClickHouse Cloud, host a managed ClickHouse service, or migrate from a local ClickHouse setup to ClickHouse Cloud.