cosmicstack-labs/sre-practices
SLIs/SLOs/SLAs, error budgets, incident response, postmortems, and reliability patterns
npx skills add https://github.com/cosmicstack-labs/mercury-agent-skills --skill sre-practices
Apply Site Reliability Engineering principles.
| Term | Definition | Example |
|------|------------|---------|
| SLI | Measured metric | Request latency p95 < 500ms |
| SLO | Target threshold for SLI | 99.9% of requests < 500ms |
| SLA | Contractual commitment (usually looser than SLO) | 99.5% uptime |
Error Budget = 100% - SLO
Example: 99.9% SLO → 0.1% error budget = ~8.7 hours/month
| Level | Definition | Response |
|-------|-----------|----------|
| SEV1 | System down, affecting many users | Immediate, all hands |
| SEV2 | Degraded but operational | 30min response |
| SEV3 | Minor issue, workaround exists | Next business day |
| SEV4 | Cosmetic, non-critical | Next sprint |
Take cosmicstack-labs/sre-practices from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.