Write/repair a repo's CLAUDE.md/AGENTS.md | bootstrap-agent-config skill | grounded in the actual repo |
| Security pass before shipping | harden skill · compass scan · compass redteam | secrets · injection · supply-chain |
| Pick the cheapest correct model | compass route "<task>" | haiku/sonnet/opus, eval-scored |
| Review/implement with the right specialist | route skill · /review · /team-review | domain-routed, not generic |
| Everyday commands | /tdd /spec /ship /pr /adr /triage /scaffold /cost /onboard /sdlc | saved workflows |
| Run untrusted code | compass sandbox -- <cmd> | a real OS boundary, not the guardrail |
| Verify a release | compass verify <vX.Y.Z> | SLSA provenance |
| See impact / spend | compass impact · compass spend · compass dashboard | the ledgers |
| Find a loop's next work (discovery) | morning-triage skill | reads CI · issues · commits, judges, hands off |
| Take open PRs end-to-end | pr-shepherd skill (/loop 15m /pr-shepherd) | diagnoses red checks, fixes mechanical ones, stops at the merge gate |
| Put a repo (or many) on compass in one command | `compass enable <owner/repo | dir> ...` |
| Stay ahead of code you didn't write | compass digest | sample merged changes & explain them (comprehension guard) |
| Cap an unattended loop's spend | COMPASS_MAX_USD_DAY · compass spend --today --max-usd N | per-day circuit breaker |