在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用scaffold
星标2
分支1
更新时间2026年4月3日 10:50
Generate project boilerplate from a description
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Generate project boilerplate from a description
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | scaffold |
| description | Generate project boilerplate from a description |
| argument-hint | <project description> |
| level | 2 |
<Use_When>
<Do_Not_Use_When>
src/
├── main.ts
├── components/
├── utils/
├── types/
├── config/
├── api/
└── tests/
├── package.json
├── tsconfig.json
├── .env.example
└── README.md
<Best_Practices>
- Include .gitignore with sensible defaults
- Include .env.example with all required vars
- Include README with setup instructions
- Include basic test setup
- Include linting/formatting config
</Best_Practices>
<Examples>
<Good>
User: "scaffold: REST API with Express and TypeScript, PostgreSQL, JWT auth"
Why good: Clear stack, understand requirements
</Good>
<Good>
User: "scaffold: React dashboard with charts and dark mode"
Why good: Clear UI direction
</Good>
<Bad>
User: "scaffold: something modern and fast"
Why bad: Too vague to scaffold effectively
</Bad>
</Examples>
Full autonomous execution from idea to working code
Production-grade Docker configurations (Dockerfile, Compose, best practices)
Persistence mode — doesn't stop until the task is verified complete
Multi-agent coordinated execution
Autonomous QA cycling until all tests pass
Maximum parallel throughput — execute independent tasks simultaneously