wp-playground

Быстрые, одноразовые экземпляры WordPress в браузере или локально через CLI с автоматическим монтированием, переключением версий и отладкой Xdebug. Запускайте эфемерные сайты WordPress в WebAssembly с SQLite; поддерживает WordPress 6.9+ и PHP 7.2.24+ с быстрым переключением версий для проверки совместимости. Команды CLI включают server (автомонтирование плагинов/тем), run-blueprint (скриптовая настройка) и build-snapshot (экспорт в ZIP для передачи) через Node.js 20.18+. Автоматическое обнаружение и монтирование локального кода плагина или темы;...

npx skills add https://github.com/wordpress/agent-skills --skill wp-playground

WordPress Playground

This is a thin routing wrapper. Use it to pick the right Playground workflow, then load only the focused reference or skill needed for the task.

Procedure

  1. Identify the user intent: Blueprint authoring/review, local CLI execution, browser-only website/share link workflow, Xdebug/stuck CLI run, or a mixed Playground request.
  2. Route to the focused source below, loading more than one only when the request has multiple distinct parts.
  3. For mixed requests, delegate Blueprint JSON work to blueprint, then return here for runtime, CLI, debugging, or sharing guidance.
  • Blueprint JSON, schema, steps, resources, bundles, or Blueprint review: use the blueprint skill directly. Do not duplicate Blueprint schema details here.
  • Local CLI execution: read references/cli.md for @wp-playground/cli server, run-blueprint, build-snapshot, mounts, version switching, and local validation.
  • Xdebug or stuck CLI runs: read references/debugging.md for Xdebug, runtime logs, worker flags, and stuck CLI runs.
  • Browser-only Playground website workflows: read references/website.md for playground.wordpress.net, share URLs, Blueprint Editor, hosted bundles, and browser limitations.

Inputs required

  • The intended workflow: Blueprint authoring, local CLI run, website/share link, snapshot, or debugging.
  • Project or bundle path if local code must be mounted or packaged.
  • Desired WordPress/PHP versions if compatibility matters.
  • Port preference if a local server is needed.
  • Whether browser-only sharing or local filesystem access is required.

Guardrails

  • Playground instances are disposable, SQLite-backed environments; never point them at production data.
  • Keep Blueprint JSON guidance in blueprint so the schema and examples have one source of truth.
  • For local CLI work, verify Node.js 20.18+ and npm/npx before running commands.
  • Browser-only Playground cannot read local filesystem paths; use public URLs, hosted ZIP bundles, or inline Blueprint JSON.

Verification

  • For Blueprint content, validate against the published schema and follow the blueprint skill verification.
  • For local CLI runs, verify the mounted plugin/theme or Blueprint side effects in the Playground instance.
  • For share links, open the generated URL and confirm the expected landing page and installed assets load.

Failure modes

  • Blueprint work routed here: stop and use the blueprint skill for schema keys, steps, resources, bundles, validation, or Blueprint review.
  • Local filesystem needed in a browser-only workflow: use references/cli.md; playground.wordpress.net cannot read local filesystem paths.
  • Shareable browser link requested from a local CLI workflow: use references/website.md; local server URLs are not portable share links.
  • Debugging treated as a second-hop reference: read references/debugging.md directly for Xdebug, logs, worker flags, and stuck CLI runs.

Escalation

  • If the task needs PHP extensions, native database access, persistence, or production-like infrastructure that Playground cannot provide, use a full WordPress stack such as wp-env, Docker, or the project-provided environment.

Больше skills от wordpress

blueprint
wordpress
Используйте при создании, редактировании или проверке JSON-файлов blueprint для WordPress Playground. Срабатывает при упоминании blueprints, конфигурации Playground или запросов…
official
wordpress-router
wordpress
Классифицирует кодовые базы WordPress и направляет в соответствующий рабочий процесс для плагинов, тем, блоков и проверок ядра. Выполняет автоматическую сортировку проектов для определения типа репозитория (плагин, тема, блочная тема, блоки Gutenberg, ядро WP) и доступных инструментов. Выводит результаты классификации и маршрутизацию по дереву решений к специализированным навыкам в зависимости от намерений пользователя и типа проекта. Требует доступа к корню репозитория и операций с файловой системой bash/Node; некоторые рабочие процессы требуют WP-CLI. Ориентирован на WordPress 6.9+ с PHP 7.2.24+;...
official
wp-abilities-api
wordpress
Регистрация WordPress Abilities API, REST-экспонирование и клиентское потребление для WordPress 6.9+. Регистрируйте способности и категории в PHP с помощью wp_register_ability() и wp_register_ability_category() со стабильными ID, метками и метаданными. Экспонируйте способности для клиентов через REST-эндпоинты /wp-json/wp-abilities/v1/, устанавливая meta.show_in_rest: true. Потребляйте способности в JavaScript с помощью пакета @wordpress/abilities для клиентского доступа и проверки разрешений. Требуется WordPress 6.9+...
official
wp-abilities-audit
wordpress
Провести аудит REST-поверхности плагина WordPress и подготовить стандартизированный аудиторский документ с предложениями по регистрации в Abilities API. Создаёт markdown-документ с YAML…
official
wp-abilities-verify
wordpress
Проверка регистраций Abilities API плагина WordPress: перечисление способностей, проверка соответствия поведения обратных вызовов заявленным в каждой аннотации (состязательная…
official
wp-block-development
wordpress
Разработка блоков WordPress для Gutenberg: метаданные, регистрация, рендеринг и сборочные процессы. Охватывает создание блоков, настройку block.json, статический и динамический рендеринг, а также серверную PHP-регистрацию с register_block_type_from_metadata(). Использует apiVersion: 3 для совместимости с WordPress 6.9+, включая поддержку редактора iframe и изоляцию стилей. Обрабатывает сериализацию атрибутов, устаревшие версии/миграции для предотвращения ошибок "Invalid block" и композицию внутренних блоков. Включает...
official
wp-block-themes
wordpress
Разработка блочных тем WordPress: theme.json, шаблоны, паттерны и устранение неполадок в редакторе сайта. Охватывает редактирование theme.json (пресеты, настройки, стили для отдельных блоков), шаблоны и части шаблонов, паттерны и вариации стилей в WordPress 6.9+. Включает скрипты триажа для определения корней тем и структуры блочных тем, а также пошаговые процедуры создания новых тем или преобразования классических тем. Предоставляет рабочие процессы отладки проблем иерархии стилей, переопределений пользовательских настроек и редактора сайта...
official
wp-interactivity-api
wordpress
Используйте при создании или отладке функций WordPress Interactivity API (директивы data-wp-*, хранилище/состояние/действия @wordpress/interactivity, блок viewScriptModule…
official