ci
Generate a CI/CD pipeline — build, test, security scan, deploy. Supports GitHub Actions, GitLab CI, Bitbucket Pipelines.
Generate or update a single Swarm service definition — scaling, resource limits, rolling update policy, health check.
$ npx -y skills add KhaiTrang1995/agentic-awesome-kits --skill service --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/serviceContext preview
The summary Claude sees to decide when to auto-load this skill.
Generate or update a single Swarm service definition — scaling, resource limits, rolling update policy, health check.
name: service description: Generate or update a single Swarm service definition — scaling, resource limits, rolling update policy, health check. user-invocable: true argument-hint: "<service-name> [--scale <n>] [--update-parallelism <n>] [--constraint <expr>]"
/service api --scale 5 --update-parallelism 2 /service db --constraint "node.labels.tier==data" /service worker --scale 3
1. If the service already exists in a stack file → propose an **Edit** (L2 diff) to its `deploy:` block, not a new file. 2. If it's a new standalone service outside a stack → generate the equivalent `docker service create` command **as a reference**, clearly labeled as something the user runs themselves (the agent never runs it). 3. Apply the same `deploy:` rules as `/stack` (resources, update_config, rollback_config, restart_policy). 4. L1/L2 approval → Write/Edit.
Edit to the existing docker-stack.yml service block — or, for a one-off service — docker-service-create.sh (reference command, commented, not executed by the agent)
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 a Docker Swarm stack file — services, deploy policy (replicas, placement, rolling update/rollback), overlay network.
ELK health checklist — cluster status, shards, ILM, disk watermarks, ingest lag, pipeline errors. Docs only.