Commit Graph

3 Commits

Author SHA1 Message Date
b1d3546f70 Document shared Supabase pattern for web-dev agent
Added to web-dev agent rules:
- Shared Supabase project (qnatchrjlpehiijwtreh) for all Vercel apps
- Table naming convention: <projectName>_tableName
- Copy .env.local from existing projects
- Shared auth across apps
- Migration scripts with prefixed table names

Updated SPECIALIZED_AGENTS.md documentation with pattern details
2026-02-21 19:50:59 -06:00
2c41753316 Update web-dev agent with Supabase best practices
Added to web-dev agent:
- firebase-auth-basics and firebase-firestore-basics skills
- Supabase-specific rules and patterns
- SSR auth, server components, RLS policies guidance
- Service role key security practices

Updated SPECIALIZED_AGENTS.md documentation
2026-02-21 19:37:45 -06:00
8f4f979c85 Add specialized agent profiles and documentation
New specialized agents:
- ios-dev: iOS/Swift/SwiftUI development
- web-dev: Next.js/React/web development
- research: Research and analysis tasks

Each agent has:
- Own agent.json config with specialized system prompt
- Auto-loaded relevant skills
- Domain-specific best practices and rules
- Proper model configuration

Also added:
- SPECIALIZED_AGENTS.md documentation
- CLI_README_TEMPLATE.md for reference
2026-02-21 19:31:38 -06:00