From billy-milligan
Docker and Kubernetes production patterns: multi-stage Dockerfile, distroless images, Kubernetes Deployment with resource limits, HPA, liveness/readiness/startup probes, ConfigMaps and Secrets, PodDisruptionBudget, NetworkPolicy, RBAC. Production checklist. Use when containerizing apps, writing K8s manifests, scaling workloads, hardening clusters.
npx claudepluginhub rnavarych/alpha-engineer --plugin billy-milliganThis skill is limited to using the following tools:
- Writing production-grade Dockerfiles
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Designs, implements, and audits WCAG 2.2 AA accessible UIs for Web (ARIA/HTML5), iOS (SwiftUI traits), and Android (Compose semantics). Audits code for compliance gaps.
references/dockerfile-patterns.md — multi-stage Node.js Dockerfile, distroless Go image, non-root user, dumb-initreferences/k8s-manifests.md — Deployment with resource limits, HPA, PodDisruptionBudget, health check endpoints, topology spreadreferences/helm-patterns.md — Helm chart structure, values templating, hooks, release strategiesscripts/docker-lint.sh — lint Dockerfile against production checklist