Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.49 KB

File metadata and controls

32 lines (22 loc) · 1.49 KB

Web App Template

Context

  • This is a web-app starting template with first-class AI agent support
  • Designed for non-technical humans building apps with AI assistance

Protocol

  1. READ @TEMPLATE_ARCHITECTURE.md to understand current architecture; maintain harmony with it
  2. You MAY replace this template with user-requested app; MUST keep stack GitHub Pages compatible
  3. For AI API integrations (text/image/video generation) → @.agent/skills/template-scripts/

Skill Routing

  • When user says "use X" or "X Skill" → read .agent/skills/<X>/SKILL.md
  • Skills folder contains patterns/workflows for building, debugging, refactoring

Quick Reference

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

Git Hygiene

  • Commit changes often
  • For experiments: use git worktree in experiments/ folder, register in .vibe.launcher.json, run vibe-launcher