ci
Generate a CI/CD pipeline — build, test, security scan, deploy. Supports GitHub Actions, GitLab CI, Bitbucket Pipelines.
Design a Zabbix template — items, LLD, triggers, graphs, macros. Markdown spec only.
$ npx -y skills add KhaiTrang1995/agentic-awesome-kits --skill zabbix-template --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/zabbix-templateContext preview
The summary Claude sees to decide when to auto-load this skill.
Design a Zabbix template — items, LLD, triggers, graphs, macros. Markdown spec only.
name: zabbix-template description: Design a Zabbix template — items, LLD, triggers, graphs, macros. Markdown spec only. user-invocable: true argument-hint: "<template name> [--os linux|windows] [--app name] [--lld]"
/zabbix-template "Template App Booking API" --app booking-api /zabbix-template "Template OS Linux" --os linux --lld
1. Scope metrics, log alerts, graphs 2. Macros, items, LLD prototypes, triggers, graphs, changelog 3. L1 → `docs/ops/zabbix/templates/{slug}.md`
`@_templates/template-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.