ci
Generate a CI/CD pipeline — build, test, security scan, deploy. Supports GitHub Actions, GitLab CI, Bitbucket Pipelines.
Spec a Grafana dashboard — rows, panels, PromQL/LogQL, variables, on-call layout. No API provision.
$ npx -y skills add KhaiTrang1995/agentic-awesome-kits --skill grafana-dashboard --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/grafana-dashboardContext preview
The summary Claude sees to decide when to auto-load this skill.
Spec a Grafana dashboard — rows, panels, PromQL/LogQL, variables, on-call layout. No API provision.
name: grafana-dashboard description: Spec a Grafana dashboard — rows, panels, PromQL/LogQL, variables, on-call layout. No API provision. user-invocable: true argument-hint: "<service> [--oncall] [--env prod] [--logs]"
/grafana-dashboard booking-api --oncall --logs
1. Audience (on-call vs capacity) 2. Variables + datasources 3. Panels + sample queries 4. Runbook / Explore links 5. L1 → `docs/ops/grafana/dashboards/{slug}.md`
`@_templates/dashboard-spec.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.