بنقرة واحدة
deploy
One-command deployment — detect stack, build, ship, verify, report URL
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
One-command deployment — detect stack, build, ship, verify, report URL
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Spawn recursive agent armies — swarms that spawn swarms, sandbox armadas, full lifecycle assault
Full rebuild — tear down broken service, scaffold fresh, migrate data, deploy, verify
Dynamic swarm orchestration — decompose any task into parallel agent waves, execute, merge results
Production incident response — triage, diagnose, fix, restore, document
Generate complete runnable projects from a description — API, CLI, MCP server, full-stack app
Connect any two services — webhooks, MCP tools, API adapters, data pipelines
| name | deploy |
| description | One-command deployment — detect stack, build, ship, verify, report URL |
| level | 3 |
| triggers | ["deploy","ship it","push to prod","go live"] |
| user-invocable | true |
| pipeline | ["deployer (build + ship) → monitor (verify)"] |
Deploy anything, anywhere, with one command. Detects the project type, builds it, ships it to the right target, and verifies it's live.
--target docker|vps|vercel|cloudflarenpm test / pytest / cargo test (skip if user says --skip-tests)Spawn deployer agent with:
Spawn monitor agent (lightweight) to:
✓ Deployed to [target]
URL: https://...
Health: passing (response: XXms)
Rollback: [command]
/deploy → Conway sandbox (auto-detect everything)
/deploy --target docker → Local Docker container
/deploy --target vps user@host → SSH deploy to VPS
/deploy --skip-tests → Skip test step