From claudekit
Guides containerizing apps with Docker/docker-compose, CI/CD pipelines via GitHub Actions, and deployments to Cloudflare Workers/Pages/R2/D1/KV or staging/production with health checks.
npx claudepluginhub duthaho/claudekit --plugin claudekitThis skill uses the workspace's default tool permissions.
- Containerizing applications with Docker or Docker Compose
Sets up CI/CD pipelines with GitHub Actions, containerizes apps using Docker and docker-compose, deploys to Kubernetes with Helm, and manages IaC with Terraform.
Guides Docker best practices including multi-stage builds, GitHub Actions CI/CD, deployment strategies, Terraform IaC, and observability for production infrastructure.
Creates Dockerfiles, configures CI/CD pipelines, writes Kubernetes manifests, generates Terraform/Pulumi IaC templates. Handles GitOps, deployment automation, incident response runbooks, platform tooling for pipelines, containers, infra, releases.
Share bugs, ideas, or general feedback.
databasesowasp| Topic | Reference | Key features |
|---|---|---|
| Docker | references/docker.md | Dockerfiles, multi-stage builds, Compose, .dockerignore, healthchecks |
| GitHub Actions | references/github-actions.md | Workflow YAML, matrix builds, caching, secrets, reusable workflows |
| Cloudflare Workers | references/cloudflare-workers.md | Workers, Pages, R2, D1, KV, Durable Objects, wrangler |
latest.permissions block (GitHub Actions).echo a secret (GitHub Actions).COPY . . before RUN pip install (Docker).nodejs_compat (Cloudflare Workers).owasp — Security hardening for containers and CIgit-workflows — Commits and PRs feeding CI/CD pipelinesperformance-optimization — Deploy-time benchmarks and regression checks