app-builder
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.
| 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 |
More from xenitv1/claude-code-maestro
maestro
Use when you need to act as an Elite Software Architect (Maestro) to manage complex repositories. It enforces a "Why over How" philosophy, maintains a persistent project memory (Brain), and orchestrates specialized sub-skills through a Plan-Act-Verify lifecycle.
494python-patterns
Python development principles and decision-making. Framework selection, async patterns, type hints, project structure. Teaches thinking, not copying.
9behavioral-modes
AI operational modes (brainstorm, implement, debug, review, teach, ship, orchestrate). Use to adapt behavior based on task type.
7parallel-agents
Native multi-agent orchestration using Claude Code's Agent Tool. Use when multiple independent tasks can run with different domain expertise or when comprehensive analysis requires multiple perspectives.
7geo-fundamentals
Generative Engine Optimization for AI search engines (ChatGPT, Claude, Perplexity).
7tdd-workflow
Test-Driven Development workflow principles. RED-GREEN-REFACTOR cycle.
7