app-builder by davila7/claude-code-templates
npx skills add https://github.com/davila7/claude-code-templates --skill app-builder分析用户请求,确定技术栈,规划结构,并协调代理。
仅阅读与请求相关的文件! 查看内容地图,找到所需内容。
| 文件 | 描述 | 何时阅读 |
|---|---|---|
project-detection.md | 关键词矩阵,项目类型检测 | 开始新项目时 |
tech-stack.md | 2025 年默认技术栈,备选方案 | 选择技术时 |
agent-coordination.md | 代理流水线,执行顺序 | 协调多代理工作时 |
scaffolding.md |
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| 目录结构,核心文件 |
| 创建项目结构时 |
feature-building.md | 功能分析,错误处理 | 向现有项目添加功能时 |
templates/SKILL.md | 项目模板 | 为新项目搭建脚手架时 |
新项目的快速启动脚手架。仅阅读匹配的模板!
| 模板 | 技术栈 | 何时使用 |
|---|---|---|
| nextjs-fullstack | Next.js + Prisma | 全栈 Web 应用 |
| nextjs-saas | Next.js + Stripe | SaaS 产品 |
| nextjs-static | Next.js + Framer | 落地页 |
| nuxt-app | Nuxt 3 + Pinia | Vue 全栈应用 |
| express-api | Express + JWT | REST API |
| python-fastapi | FastAPI | Python API |
| react-native-app | Expo + Zustand | 移动应用 |
| flutter-app | Flutter + Riverpod | 跨平台移动应用 |
| electron-desktop | Electron + React | 桌面应用 |
| chrome-extension | Chrome MV3 | 浏览器扩展 |
| cli-tool | Node.js + Commander | CLI 应用 |
| monorepo-turborepo | Turborepo + pnpm | 单体仓库 |
| 代理 | 角色 |
|---|---|
project-planner | 任务分解,依赖图 |
frontend-specialist | UI 组件,页面 |
backend-specialist | API,业务逻辑 |
database-architect | 数据库模式,迁移 |
devops-engineer | 部署,预览 |
User: "制作一个具有照片分享和点赞功能的 Instagram 克隆应用"
App Builder 流程:
1. 项目类型: 社交媒体应用
2. 技术栈: Next.js + Prisma + Cloudinary + Clerk
3. 创建计划:
├─ 数据库模式 (用户、帖子、点赞、关注)
├─ API 路由 (12 个端点)
├─ 页面 (动态、个人资料、上传)
└─ 组件 (PostCard、Feed、LikeButton)
4. 协调代理
5. 报告进度
6. 开始预览
周安装量
208
代码仓库
GitHub 星标数
22.6K
首次出现
2026 年 1 月 25 日
安全审计
安装于
opencode182
gemini-cli173
codex172
github-copilot159
claude-code147
cursor136
Analyzes user's requests, determines tech stack, plans structure, and coordinates agents.
Read ONLY files relevant to the request! Check the content map, find what you need.
| File | Description | When to Read |
|---|---|---|
project-detection.md | Keyword matrix, project type detection | Starting new project |
tech-stack.md | 2025 default stack, alternatives | Choosing technologies |
agent-coordination.md | Agent pipeline, execution order | Coordinating multi-agent work |
scaffolding.md | Directory structure, core files | Creating project structure |
feature-building.md | Feature analysis, error handling | Adding features to existing project |
templates/SKILL.md | Project templates | Scaffolding new project |
Quick-start scaffolding for new projects. Read the matching template only!
| Template | Tech Stack | When to Use |
|---|---|---|
| nextjs-fullstack | Next.js + Prisma | Full-stack web app |
| nextjs-saas | Next.js + Stripe | SaaS product |
| nextjs-static | Next.js + Framer | Landing page |
| nuxt-app | Nuxt 3 + Pinia | Vue full-stack app |
| express-api | Express + JWT | REST API |
| Agent | Role |
|---|---|
project-planner | Task breakdown, dependency graph |
frontend-specialist | UI components, pages |
backend-specialist | API, business logic |
database-architect | Schema, migrations |
devops-engineer | Deployment, 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
Weekly Installs
208
Repository
GitHub Stars
22.6K
First Seen
Jan 25, 2026
Security Audits
Gen Agent Trust HubWarnSocketPassSnykWarn
Installed on
opencode182
gemini-cli173
codex172
github-copilot159
claude-code147
cursor136
agent-browser 浏览器自动化工具 - Vercel Labs 命令行网页操作与测试
140,500 周安装
| python-fastapi |
| FastAPI |
| Python API |
| react-native-app | Expo + Zustand | Mobile app |
| flutter-app | Flutter + Riverpod | Cross-platform mobile |
| electron-desktop | Electron + React | Desktop app |
| chrome-extension | Chrome MV3 | Browser extension |
| cli-tool | Node.js + Commander | CLI app |
| monorepo-turborepo | Turborepo + pnpm | Monorepo |