원클릭으로
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 직업 분류 기준
| 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
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