ci
Generate a CI/CD pipeline — build, test, security scan, deploy. Supports GitHub Actions, GitLab CI, Bitbucket Pipelines.
ELK health checklist — cluster status, shards, ILM, disk watermarks, ingest lag, pipeline errors. Docs only.
$ npx -y skills add KhaiTrang1995/agentic-awesome-kits --skill elk-health --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/elk-healthContext preview
The summary Claude sees to decide when to auto-load this skill.
ELK health checklist — cluster status, shards, ILM, disk watermarks, ingest lag, pipeline errors. Docs only.
name: elk-health description: ELK health checklist — cluster status, shards, ILM, disk watermarks, ingest lag, pipeline errors. Docs only. user-invocable: true argument-hint: "[--cluster name] [@status-paste]"
1. Cluster color + unassigned shards 2. Disk watermarks 3. ILM phases / errors 4. Ingest / Logstash lag 5. Circuit breakers / rejects if pasted 6. Snapshot last success (TBD if unknown)
`@_templates/elk-health-report.md`
MUTATIVE remediations are human-owned.
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.