ci
Generate a CI/CD pipeline — build, test, security scan, deploy. Supports GitHub Actions, GitLab CI, Bitbucket Pipelines.
Generate K8s manifests — Deployment, Service, ConfigMap, HPA, Ingress.
$ npx -y skills add KhaiTrang1995/agentic-awesome-kits --skill deploy --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/deployContext preview
The summary Claude sees to decide when to auto-load this skill.
Generate K8s manifests — Deployment, Service, ConfigMap, HPA, Ingress.
name: deploy description: Generate K8s manifests — Deployment, Service, ConfigMap, HPA, Ingress. user-invocable: true argument-hint: "<app-name> [--namespace <ns>] [--replicas <n>] [--with-ingress]"
/deploy container-api --namespace prod --replicas 3 --with-ingress /deploy angular-app --namespace staging /deploy worker-service --replicas 2
k8s/{app-name}/
deployment.yaml
service.yaml
configmap.yaml
hpa.yaml (auto-scale)
ingress.yaml (if --with-ingress)
kustomization.yamlReusable 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.