app-builder

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

App Builder - Application Building Orchestrator

App Builder - 应用构建编排器

Analyzes user's requests, determines tech stack, plans structure, and coordinates agents.
分析用户请求、确定技术栈、规划结构并协调Agent。

🎯 Selective Reading Rule

🎯 选择性阅读规则

Read ONLY files relevant to the request! Check the content map, find what you need.
FileDescriptionWhen to Read
project-detection.md
Keyword matrix, project type detectionStarting new project
tech-stack.md
2026 default stack, alternativesChoosing technologies
agent-coordination.md
Agent pipeline, execution orderCoordinating multi-agent work
scaffolding.md
Directory structure, core filesCreating project structure
feature-building.md
Feature analysis, error handlingAdding features to existing project
templates/SKILL.md
Project templatesScaffolding new project

仅阅读与请求相关的文件! 查看内容地图,找到你需要的部分。
文件描述阅读时机
project-detection.md
关键词矩阵,项目类型检测启动新项目时
tech-stack.md
2026默认技术栈,替代方案选择技术时
agent-coordination.md
Agent流水线,执行顺序协调多Agent工作时
scaffolding.md
目录结构,核心文件创建项目结构时
feature-building.md
功能分析,错误处理为现有项目添加功能时
templates/SKILL.md
项目模板搭建新项目脚手架时

📦 Templates (13)

📦 模板(13个)

Quick-start scaffolding for new projects. Read the matching template only!
TemplateTech StackWhen to Use
nextjs-fullstackNext.js + PrismaFull-stack web app
nextjs-saasNext.js + StripeSaaS product
nextjs-staticNext.js + FramerLanding page
nuxt-appNuxt 3 + PiniaVue full-stack app
express-apiExpress + JWTREST API
python-fastapiFastAPIPython API
react-native-appExpo + ZustandMobile app
flutter-appFlutter + RiverpodCross-platform mobile
electron-desktopElectron + ReactDesktop app
chrome-extensionChrome MV3Browser extension
cli-toolNode.js + CommanderCLI app
monorepo-turborepoTurborepo + pnpmMonorepo

新项目快速启动脚手架。仅阅读匹配的模板!
模板技术栈使用场景
nextjs-fullstackNext.js + Prisma全栈Web应用
nextjs-saasNext.js + StripeSaaS产品
nextjs-staticNext.js + Framer落地页
nuxt-appNuxt 3 + PiniaVue全栈应用
express-apiExpress + JWTREST API
python-fastapiFastAPIPython API
react-native-appExpo + Zustand移动应用
flutter-appFlutter + Riverpod跨平台移动应用
electron-desktopElectron + React桌面应用
chrome-extensionChrome MV3浏览器扩展
cli-toolNode.js + CommanderCLI应用
monorepo-turborepoTurborepo + pnpm单仓库(Monorepo)

🔗 Related Agents

🔗 相关Agent

AgentRole
project-planner
Task breakdown, dependency graph
frontend-specialist
UI components, pages
backend-specialist
API, business logic
database-architect
Schema, migrations
devops-engineer
Deployment, preview

Agent角色
project-planner
任务拆解,依赖关系图
frontend-specialist
UI组件,页面
backend-specialist
API,业务逻辑
database-architect
数据库Schema,迁移
devops-engineer
部署,预览

Usage Example

使用示例

User: "Make an Instagram clone with photo sharing and likes"

App Builder Process:
1. Project type: Social Media App
2. Tech stack: Next.js + Prisma + Cloudinary + Clerk
3. Create plan:
   ├─ Database schema (users, posts, likes, follows)
   ├─ API routes (12 endpoints)
   ├─ Pages (feed, profile, upload)
   └─ Components (PostCard, Feed, LikeButton)
4. Coordinate agents
5. Report progress
6. Start preview
User: "Make an Instagram clone with photo sharing and likes"

App Builder Process:
1. Project type: Social Media App
2. Tech stack: Next.js + Prisma + Cloudinary + Clerk
3. Create plan:
   ├─ Database schema (users, posts, likes, follows)
   ├─ API routes (12 endpoints)
   ├─ Pages (feed, profile, upload)
   └─ Components (PostCard, Feed, LikeButton)
4. Coordinate agents
5. Report progress
6. Start preview