Find the perfect skill
Barwise Release Process
DevOps
Step-by-step process for cutting a Barwise release: bumping the monorepo version, updating workspace dependency refs, tagging, and creating a GitHub release with artifacts.
SLO Implementation & Observability
DevOps
Defines SLO frameworks, selects appropriate SLIs, and builds monitoring dashboards to align reliability targets with business priorities. Helps engineering teams adopt error budgets and make data-driven trade-offs between feature velocity and system reliability.
Operational Runbook Documentation
DevOps
Document CI/CD, deployment, and operational procedures in structured runbooks. Use when creating or updating how-to guides for deployments, database migrations, incident response, and maintenance tasks. Ensures procedures include copy-paste commands, rollback steps, and risk levels.
Obelisk Installer
DevOps
Install the official Obelisk CLI and agent skill. Use only for initial setup or repair when the obelisk command is missing.
Monitoring Stack Deployment
DevOps
Deploys monitoring stacks (Prometheus, Grafana, Datadog) including collectors, scraping config, dashboards, and alerting rules for production systems. Trigger with phrases like 'deploy monitoring stack' or 'setup prometheus'.
Configure API Gateway (Kong/Traefik)
DevOps
Deploy and configure API gateways (Kong or Traefik) for authentication, rate limiting, routing, and request/response transformation. Covers plugins, upstreams, and integration.
Windsurf Rate Limiting
DevOps
Implement rate limiting, exponential backoff, and idempotency patterns for Windsurf. Handle 429 errors and optimize API request throughput.
Repository Dashboard
DevOps
Display a comprehensive repository dashboard with PRs, issues, CI/CD health, and suggested tasks, prioritized by user context.
Deploy Verify Watch (Live Smoke)
DevOps
Watches PRs needing live verification, auto-dispatches deploy workflows, and notifies when deployment finishes so a human can re-smoke before approve/merge.
Guard — Full Safety Mode
DevOps
Enables destructive command warnings and restricts edits to a directory for maximum safety.
Juicebox Incident Response Runbook
DevOps
Standardized procedures for managing Juicebox production incidents. Includes quick diagnostics, triage decision tree, and incident response procedures by type.
Run repo CI end-to-end with odu
DevOps
Run this repo's CI through the odu MCP server: strict flags, two-platform coverage, pool leasing, fail-fast, and green-gate. Triggers on 'run CI'.