Playground WordPress.org · ★ 1,902

WordPress Playground

Instant, disposable WordPress environments in the browser or CLI.

What it does

Use for WordPress Playground workflows: fast disposable WP instances in the browser or locally via @wp-playground/cli (server, run-blueprint, build-snapshot), auto-mounting plugins/themes, switching WP/PHP versions, blueprints, and debugging (Xdebug).

Install

This skill ships in WordPress/agent-skills (Official, WordPress core fundamentals).

One command installs it for any assistant. Run this from your project root:

npx skills add WordPress/agent-skills --skill wp-playground

You'll be asked to choose a scope: project (shared with your team, committed to version control) or global (available across all your projects). Add --global to skip the prompt and install globally.

Use it in your AI assistant

The destination folder, and how the assistant discovers it, differs per tool:

Claude Code

.claude/skills/wp-playground/ (or ~/.claude/skills/wp-playground/ for all projects)

  • Claude Code auto-discovers skills in .claude/skills/ (project) or ~/.claude/skills/ (global, every project).
  • Claude reaches for the skill on its own when a task matches its description, or you can name it directly.

GitHub Copilot (VS Code)

.github/skills/wp-playground/

  • The skill is copied into .github/skills/wp-playground/, where Copilot in VS Code picks it up.
  • Copilot Chat applies it automatically once your task matches the skill's description.

OpenAI Codex

.codex/skills/wp-playground/

  • This installs the skill to .codex/skills/wp-playground/, which Codex reads for standing instructions on matching tasks.
  • Point Codex at it directly if needed: "follow .codex/skills/wp-playground/SKILL.md for this task."

Cursor

.cursor/skills/wp-playground/ (or ~/.cursor/skills/wp-playground/ globally)

  • Cursor discovers skills in .cursor/skills/ (project) or ~/.cursor/skills/ (global).
  • Cursor loads it automatically when a request matches, same as its native Rules.

Compatibility

Targets WordPress 7.0+ (PHP 7.4.0+). Playground CLI requires Node.js 20.18+; runs WP in WebAssembly with SQLite.

Keep exploring

More Playground skills

All skills →
P
Playground Blueprints
WordPress.org
Declarative Playground environment setup via blueprint JSON.