ci
Generate a CI/CD pipeline — build, test, security scan, deploy. Supports GitHub Actions, GitLab CI, Bitbucket Pipelines.
Design Grafana alert rules — query, threshold, for, labels, annotations, routing hints.
$ npx -y skills add KhaiTrang1995/agentic-awesome-kits --skill grafana-alert --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/grafana-alertContext preview
The summary Claude sees to decide when to auto-load this skill.
Design Grafana alert rules — query, threshold, for, labels, annotations, routing hints.
name: grafana-alert description: Design Grafana alert rules — query, threshold, for, labels, annotations, routing hints. user-invocable: true argument-hint: "<service symptom> [--sev critical|warning] [--prom|--loki]"
/grafana-alert booking-api high error rate --sev critical --prom /grafana-alert booking-api error log burst --loki
1. Signal (metric vs log) 2. Query + threshold + `for` 3. Labels / annotations / routing hints (no secret webhooks) 4. L1 → `docs/ops/grafana/alerts/{slug}.md`
`@_templates/alert-rule.md`
Reusable AI Skill Kits for coding agents (Claude Code and any other subagent/slash-command-compatible tool).
Repo: KhaiTrang1995/agentic-awesome-kits
Generate a CI/CD pipeline — build, test, security scan, deploy. Supports GitHub Actions, GitLab CI, Bitbucket Pipelines.
Generate docker-compose.yml — multi-service, network, volumes, healthcheck.
Generate an optimized Dockerfile — multi-stage build, security hardening, small image size.
Generate Swarm secret/config management — external secret references, versioned rotation, config mounts.
Generate or update a single Swarm service definition — scaling, resource limits, rolling update policy, health check.
Generate a Docker Swarm stack file — services, deploy policy (replicas, placement, rolling update/rollback), overlay network.