بنقرة واحدة
agent-run
Build and run the agent pipeline, or run a specific agent stage
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Build and run the agent pipeline, or run a specific agent stage
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Add a WordPress AJAX handler to a plugin, with nonce verification, input sanitisation, and JSON response.
Register a block pattern in a theme or plugin, using the WordPress 6.0+ file-based pattern system.
Add a new Gutenberg block to an existing plugin or theme.
Register a WP-CLI command in a plugin using a command class, following Dekode conventions.
Add a WordPress action or filter hook to a plugin or theme.
Scaffold a new must-use plugin in packages/mu-plugins/ - either a simple utility or a service-class integration.
| name | agent-run |
| description | Build and run the agent pipeline, or run a specific agent stage |
| argument-hint | [{"stage":"all|analyze|generate|assets|qa"}] |
| allowed-tools | Read, Bash, Glob, Grep |
Build and execute the AI WordPress Builder agent pipeline.
Stage: ${ARGUMENTS[0]:-all}
Check prerequisites:
ANTHROPIC_API_KEY is setnpm install has been run (check node_modules/)npm run typecheckBuild: npm run build
Run the specified stage:
all — Full pipeline: analyze → generate → assets → qaanalyze — Figma analysis onlygenerate — Theme generation onlyassets — Asset processing onlyqa — Quality assurance validation onlyExecute: node dist/index.js --stage $ARGUMENTS[0]
Report results: