원클릭으로
scaffold
Generate complete runnable projects from a description — API, CLI, MCP server, full-stack app
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generate complete runnable projects from a description — API, CLI, MCP server, full-stack app
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | scaffold |
| description | Generate complete runnable projects from a description — API, CLI, MCP server, full-stack app |
| level | 3 |
| triggers | ["scaffold","create project","new project","bootstrap"] |
| user-invocable | true |
| pipeline | ["scaffolder (generate) → executor (customize) → verifier (it runs)"] |
Go from "I need a [thing]" to a running project in under 2 minutes. Not boilerplate — a real, runnable starting point with tests, types, and sensible defaults.
npm start / python main.py must work before reporting doneParse the user's description to determine:
Spawn scaffolder agent with requirements:
If user specified specific features (auth, database, etc.):
executor to implement the features on top of the scaffolddb-engineer if database is needed| Type | Command | Stack |
|---|---|---|
| REST API | /scaffold api | FastAPI / Hono |
| MCP Server | /scaffold mcp-server | Python / TypeScript |
| CLI Tool | /scaffold cli | Python (Typer) / Node |
| React App | /scaffold frontend | React + Vite + TS |
| Full Stack | /scaffold fullstack | FastAPI + React |
| Library | /scaffold lib | Matches repo language |
| Script | /scaffold script | Python / Bash |
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
One-command deployment — detect stack, build, ship, verify, report URL
Production incident response — triage, diagnose, fix, restore, document
Connect any two services — webhooks, MCP tools, API adapters, data pipelines