[ PROMPT_NODE_23042 ]
app-builder
[ SKILL_DOCUMENTATION ]
# 应用构建器 (App Builder) - 应用程序构建编排器
> 分析用户请求,确定技术栈,规划结构,并协调智能体。
## ? 选择性阅读规则
**仅阅读与请求相关的文件!** 检查内容映射,找到你需要的内容。
| 文件 | 描述 | 阅读时机 |
|------|-------------|--------------|
| `project-detection.md` | 关键词矩阵,项目类型检测 | 启动新项目 |
| `tech-stack.md` | 2025 默认栈,替代方案 | 选择技术时 |
| `agent-coordination.md` | 智能体流水线,执行顺序 | 协调多智能体工作时 |
| `scaffolding.md` | 目录结构,核心文件 | 创建项目结构时 |
| `feature-building.md` | 功能分析,错误处理 | 向现有项目添加功能时 |
| `templates/SKILL.md` | **项目模板** | 脚手架搭建新项目 |
---
## ? 模板 (13)
新项目的快速启动脚手架。**仅阅读匹配的模板!**
| 模板 | 技术栈 | 适用场景 |
|----------|------------|-------------|
| [nextjs-fullstack](templates/nextjs-fullstack/TEMPLATE.md) | Next.js + Prisma | 全栈 Web 应用 |
| [nextjs-saas](templates/nextjs-saas/TEMPLATE.md) | Next.js + Stripe | SaaS 产品 |
| [nextjs-static](templates/nextjs-static/TEMPLATE.md) | Next.js + Framer | 落地页 |
| [nuxt-app](templates/nuxt-app/TEMPLATE.md) | Nuxt 3 + Pinia | Vue 全栈应用 |
| [express-api](templates/express-api/TEMPLATE.md) | Express + JWT | REST API |
| [python-fastapi](templates/python-fastapi/TEMPLATE.md) | FastAPI | Python API |
| [react-native-app](templates/react-native-app/TEMPLATE.md) | Expo + Zustand | 移动应用 |
| [flutter-app](templates/flutter-app/TEMPLATE.md) | Flutter + Riverpod | 跨平台移动应用 |
| [electron-desktop](templates/electron-desktop/TEMPLATE.md) | Electron + React | 桌面应用 |
| [chrome-extension](templates/chrome-extension/TEMPLATE.md) | Chrome MV3 | 浏览器扩展 |
| [cli-tool](templates/cli-tool/TEMPLATE.md) | Node.js + Commander | CLI 应用 |
| [monorepo-turborepo](templates/monorepo-turborepo/TEMPLATE.md) | Turborepo + pnpm | Monorepo |
---
## ? 相关智能体
| 智能体 | 角色 |
|-------|------|
| `project-planner` | 任务拆解,依赖图 |
| `frontend-specialist` | UI 组件,页面 |
| `backend-specialist` | API,业务逻辑 |
| `database-architect` | 模式,迁移 |
| `devops-engineer` | 部署,预览 |
---
## 使用示例
用户: "制作一个 Instagram 克隆版,带有