compose
Generate docker-compose.yml — multi-service, network, volumes, healthcheck.
Generate a CI/CD pipeline — build, test, security scan, deploy. Supports GitHub Actions, GitLab CI, Bitbucket Pipelines.
$ npx -y skills add KhaiTrang1995/agentic-awesome-kits --skill ci --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/ciContext preview
The summary Claude sees to decide when to auto-load this skill.
Generate a CI/CD pipeline — build, test, security scan, deploy. Supports GitHub Actions, GitLab CI, Bitbucket Pipelines.
name: ci description: Generate a CI/CD pipeline — build, test, security scan, deploy. Supports GitHub Actions, GitLab CI, Bitbucket Pipelines. user-invocable: true argument-hint: "<stack> [--platform github|gitlab|bitbucket] [--with-scan] [--with-deploy]"
/ci .NET 10 --platform bitbucket --with-scan /ci Angular + .NET fullstack --platform github --with-deploy /ci Python FastAPI --platform gitlab --with-scan --with-deploy
.github/workflows/ci.yml ← (GitHub Actions) bitbucket-pipelines.yml ← (Bitbucket) .gitlab-ci.yml ← (GitLab)
Reusable AI Skill Kits for coding agents (Claude Code and any other subagent/slash-command-compatible tool).
Repo: KhaiTrang1995/agentic-awesome-kits
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.
ELK health checklist — cluster status, shards, ILM, disk watermarks, ingest lag, pipeline errors. Docs only.