ci
Generate a CI/CD pipeline — build, test, security scan, deploy. Supports GitHub Actions, GitLab CI, Bitbucket Pipelines.
Read-only Zabbix problem / metric / log-item investigation checklist. No ack/disable in prod.
$ npx -y skills add KhaiTrang1995/agentic-awesome-kits --skill zabbix-check --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/zabbix-checkContext preview
The summary Claude sees to decide when to auto-load this skill.
Read-only Zabbix problem / metric / log-item investigation checklist. No ack/disable in prod.
name: zabbix-check description: Read-only Zabbix problem / metric / log-item investigation checklist. No ack/disable in prod. user-invocable: true argument-hint: "<problem or host> [--log] [--since 1h] [@export-or-paste]"
/zabbix-check "prod-sql-01: Disk free critically low" /zabbix-check prod-app-03 --log --since 2h
1. Scope: host, trigger, severity, impact (TBD if unknown) 2. Diagnosis: expression/last values from **user paste only**, item state, agent/proxy, maintenance, related problems, log regex/rate if `--log` 3. Hypothesis, READ-ONLY next steps, MUTATIVE options for humans 4. Optional L1 → `docs/ops/zabbix/checks/ZBX-CHECK-{date}-{slug}.md`
`@_templates/problem-check.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.