ci
Generate a CI/CD pipeline — build, test, security scan, deploy. Supports GitHub Actions, GitLab CI, Bitbucket Pipelines.
Design a Zabbix host — groups, interfaces, templates, macros, proxy, tags. Spec only, no UI apply.
$ npx -y skills add KhaiTrang1995/agentic-awesome-kits --skill zabbix-host --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/zabbix-hostContext preview
The summary Claude sees to decide when to auto-load this skill.
Design a Zabbix host — groups, interfaces, templates, macros, proxy, tags. Spec only, no UI apply.
name: zabbix-host description: Design a Zabbix host — groups, interfaces, templates, macros, proxy, tags. Spec only, no UI apply. user-invocable: true argument-hint: "<hostname> [--env prod|stg] [--templates ...] [--proxy name]"
/zabbix-host prod-sql-01 --env prod --templates "Template OS Linux,Template App MSSQL" /zabbix-host prod-edge-02 --proxy zbx-proxy-dn
1. Inventory: hostname, IP/DNS, OS, role, agent type, SNMP? 2. Draft groups, interfaces, linked templates, macros (secret names only), tags, proxy 3. L1 → write `docs/ops/zabbix/hosts/{host}.md`
`@_templates/host-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.