plugins marketplace
← All plugins

sla-sli-tracker

v1.22.0

Track SLAs, SLIs, and SLOs for service reliability

Claude Code1 skill

by Claude Code PluginsMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/performance/sla-sli-tracker/ inside the repository.

Layout

plugins/performance/sla-sli-tracker/
├── .claude-plugin/plugin.json
└── skills/tracking-service-reliability/SKILL.md

Skills1

tracking-service-reliabilityskills/tracking-service-reliability/SKILL.md

Define and track SLAs, SLIs, and SLOs for service reliability including availability, latency, and error rates. Use when establishing reliability targets or monitoring service health. Trigger with phrases like "define SLOs", "track SLI metrics", or "calculate error budget".

Manifests1

plugins/performance/sla-sli-tracker/.claude-plugin/plugin.json
{
  "name": "sla-sli-tracker",
  "version": "1.22.0",
  "description": "Track SLAs, SLIs, and SLOs for service reliability",
  "author": {
    "name": "Claude Code Plugins",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "sla",
    "sli",
    "slo",
    "sre",
    "reliability",
    "agent-skills"
  ]
}