AgentSkillsCN

app-builder

当用户想要创建全新应用、需要项目脚手架、确定技术栈,或从零开始打造一款产品时,不妨采用这一方法。关键词:新应用、创建项目、脚手架、全栈、技术栈、样板代码、从零开始。

SKILL.md
--- frontmatter
name: app-builder
description: Use cuando el usuario quiera crear una nueva aplicación, necesite scaffolding de proyecto, determinar tech stack, o construir algo desde cero. Keywords: nueva app, crear proyecto, scaffolding, full-stack, tech stack, boilerplate, from scratch.
allowed-tools: Read, Write, Edit, Glob, Grep, Bash, Agent

App Builder - Application Building Orchestrator

Analyzes user's requests, determines tech stack, plans structure, and coordinates agents.

🎯 Selective Reading Rule

Read ONLY files relevant to the request! Check the content map, find what you need.

FileDescriptionWhen to Read
project-detection.mdKeyword matrix, project type detectionStarting new project
tech-stack.md2026 default stack, alternativesChoosing technologies
agent-coordination.mdAgent pipeline, execution orderCoordinating multi-agent work
scaffolding.mdDirectory structure, core filesCreating project structure
feature-building.mdFeature analysis, error handlingAdding features to existing project
templates/SKILL.mdProject templatesScaffolding new project

📦 Templates (14)

Quick-start scaffolding for new projects. Read the matching template only!

TemplateTech StackWhen to Use
nextjs-fullstackNext.js 16 + PrismaFull-stack web app
nextjs-saasNext.js 16 + StripeSaaS product
nextjs-staticNext.js 16 + FramerLanding page
astro-staticAstro 5Static/content site
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

🔗 Related Agents

AgentRole
project-plannerTask breakdown, dependency graph
frontend-specialistUI components, pages
backend-specialistAPI, business logic
database-architectSchema, migrations
devops-engineerDeployment, preview

⚠️ Common Mistakes

ErrorFix
Elegir tech stack sin preguntarHacer preguntas Socráticas primero
Crear código sin planCrear {task-slug}.md antes de escribir código
Usar template incorrectoLeer tabla de templates y elegir el más cercano
Ignorar checkpointsVerificar PLAN.md existe antes de proceder

Usage Example

code
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