- This is a web-app starting template with first-class AI agent support
- Designed for non-technical humans building apps with AI assistance
- READ
@TEMPLATE_ARCHITECTURE.mdto understand current architecture; maintain harmony with it - You MAY replace this template with user-requested app; MUST keep stack GitHub Pages compatible
- For AI API integrations (text/image/video generation) →
@.agent/skills/template-scripts/
- When user says "use X" or "X Skill" → read
.agent/skills/<X>/SKILL.md - Skills folder contains patterns/workflows for building, debugging, refactoring
| Task | Location |
|---|---|
| Planning new feature | .agent/skills/plan/SKILL.md |
| Debugging | .agent/skills/debug/SKILL.md |
| Code review | .agent/skills/review/SKILL.md |
| ChatGPT escalation | .agent/skills/debug/SKILL.md (last section) |
| Missing tools (pnpm, git, brew, vibe-launcher) | .agent/skills/tools/SKILL.md |
- Commit changes often
- For experiments: use git worktree in
experiments/folder, register in.vibe.launcher.json, runvibe-launcher