بنقرة واحدة
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.