원클릭으로
playground
Spin up a WordPress Playground instance with the plugin mounted and activated
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Spin up a WordPress Playground instance with the plugin mounted and activated
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when working with the WordPress Abilities API (wp_register_ability, wp_register_ability_category, /wp-json/wp-abilities/v1/*, @wordpress/abilities) including defining abilities, categories, meta, REST exposure, and permissions checks for clients.
Generate a complete ability through an interview-driven workflow
Create a GitHub issue via interview — asks clarifying questions, inspects codebase, and files a well-structured issue
Scaffold a new ability with PHP backend, JS chat interface, and test case
Create a pull request with proper branch, description, and labels
Version bump, commit, push, and create GitHub release with notes
| name | playground |
| description | Spin up a WordPress Playground instance with the plugin mounted and activated |
| allowed-tools | mcp__wp-playground__start_playground, mcp__wp-playground__wp_cli, mcp__wp-playground__get_playground_logs, mcp__wp-playground__stop_playground |
Spin up an ephemeral WordPress Playground with wp-agentic-admin mounted from the local working directory.
activatePlugin in the blueprint steps. Mounted directories are not available when blueprint steps execute, so activation will fail with "Plugin file does not exist."mountBeforeInstall — it does not help; the mount is still unavailable at blueprint step time.{"steps": []}) with the mount option, then activate via WP-CLI after startup.Start Playground with an empty blueprint and mount the plugin:
{"steps": []}{"mount": ["<project-root>:/wordpress/wp-content/plugins/wp-agentic-admin"]}<project-root> is the current working directoryActivate the plugin via WP-CLI (only after Playground is running):
plugin activate wp-agentic-adminReport the URL and credentials to the user:
<site-url>/wp-admin/admin.php?page=wp-agentic-adminIf any step fails, check logs with get_playground_logs and report the error.