tracking-service-reliability

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".

Content Preview
---
name: tracking-service-reliability
description: 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".
version: 1.0.0
allowed-tools: "Read, Write, Edit, Grep, Glob, Bash(monitoring:*), Bash(metrics:*)"
license: MIT
author: Jeremy Longshore <[email protected]>
compatib
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/tracking-service-reliability.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/performance/sla-sli-tracker/skills/tracking-service-reliability/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

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

Then reference at plugins/performance/sla-sli-tracker/skills/tracking-service-reliability/SKILL.md

Related Skills

Setting Up Experiment Tracking
This skill automates the setup of machine learning experiment tracking using tools like MLflow or Weights & Biases (W&B). It is triggered when the user requests to "track experiments", "setup experiment tracking", "initialize MLflow", or "integrate W&B". The skill configures the necessary environmen
skill-adaptersetting up experiment tracking

by jeremylongshore · plugins-plus-skills

Tracking Model Versions
This skill enables Claude to track and manage AI/ML model versions using the model-versioning-tracker plugin. It should be used when the user asks to manage model versions, track model lineage, log model performance, or implement version control for AI/ML models. Use this skill when the user mention
skill-adaptertracking model versions

by jeremylongshore · plugins-plus-skills

Tracking Regression Tests
This skill enables Claude to track and run regression tests, ensuring new changes don't break existing functionality. It is triggered when the user asks to "track regression", "run regression tests", or uses the shortcut "reg". The skill helps in maintaining code stability by identifying critical te
skill-adaptertracking regression tests

by jeremylongshore · plugins-plus-skills

Tracking Resource Usage
This skill enables Claude to track and optimize resource usage across an application stack. It is activated when the user requests insights into resource consumption, performance bottlenecks, or cost optimization opportunities. The skill uses the resource-usage-tracker plugin to monitor CPU, memory,
skill-adaptertracking resource usage

by jeremylongshore · plugins-plus-skills