一键导入
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 职业分类
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
| 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 |