一键导入
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.