ci
Generate a CI/CD pipeline — build, test, security scan, deploy. Supports GitHub Actions, GitLab CI, Bitbucket Pipelines.
Guide a Grafana Explore session — correlate Prometheus metrics and Loki logs for the same window/labels.
$ npx -y skills add KhaiTrang1995/agentic-awesome-kits --skill grafana-explore --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/grafana-exploreContext preview
The summary Claude sees to decide when to auto-load this skill.
Guide a Grafana Explore session — correlate Prometheus metrics and Loki logs for the same window/labels.
name: grafana-explore description: Guide a Grafana Explore session — correlate Prometheus metrics and Loki logs for the same window/labels. user-invocable: true argument-hint: "<service> [--symptom latency|errors] [--since 1h]"
/grafana-explore booking-api --symptom errors --since 1h
1. Fix shared time range 2. PromQL golden signal for symptom 3. LogQL with matching labels 4. Note inflection points / deploys 5. Optional L1 → `docs/ops/grafana/explore/EXP-....md`
`@_templates/explore-session.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.