Shared skills for all Go2 AI agents across all machines (Pro, Mini, AWS, future employees).
| Skill | What it does |
|---|---|
agent-bootstrap |
Boot sequence — checks skills, verifies infra, reads brain repo |
agent-capacity-scaler |
Parallel execution — background agents, AWS dispatch, worktrees |
frontier-model-dispatch |
Dispatch to GPT-5.4, Gemini 3.1 Pro, Grok 4, DeepSeek v3.2 |
rapid-prototype-factory |
Mass HTML prototype production with frontier models |
session-briefing |
Start-of-session briefing protocol |
ai-comms-reader |
Cross-machine agent coordination via Slack #ai-comms |
- New session starts →
agent-bootstraptriggers - Bootstrap checks installed skills, pulls missing ones from this repo
- Agent is fully equipped
- Write markdown with YAML frontmatter (name + description)
- Add to this repo
- Add to checklist in
agent-bootstrap.md - All future sessions pick it up automatically