ci
Generate a CI/CD pipeline — build, test, security scan, deploy. Supports GitHub Actions, GitLab CI, Bitbucket Pipelines.
Sketch Logstash / ingest pipelines — input, filter (grok/json/mutate), ES output. No prod deploy.
$ npx -y skills add KhaiTrang1995/agentic-awesome-kits --skill logstash --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/logstashContext preview
The summary Claude sees to decide when to auto-load this skill.
Sketch Logstash / ingest pipelines — input, filter (grok/json/mutate), ES output. No prod deploy.
name: logstash description: Sketch Logstash / ingest pipelines — input, filter (grok/json/mutate), ES output. No prod deploy. user-invocable: true argument-hint: "<service> [--format json|plaintext] [@sample.log]"
/logstash booking-api --format json /logstash nginx-access @access-sample.log
1. Prefer a real sample line for grok 2. Input / filter / ECS-ish fields / ES output 3. Failure tags / DLQ note 4. L1 → `docs/ops/elk/pipelines/{name}.conf`
`@_templates/logstash-pipeline.conf`
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.