What problem does it solve? Teams struggle to write secure, efficient Dockerfiles, Kubernetes manifests, and Helm charts that follow production best practices, often shipping bloated images, missing resource limits, or insecure configurations. ## Core Features & Use Cases - Docker Best Practices: Multi-stage builds, layer caching optimization, and vulnerability scanning with Trivy to produce smaller, safer images. - Kubernetes Patterns: Resource requests and limits, liveness/readiness probes, ConfigMaps and Secrets management, and rolling update deployment strategies. - Helm Chart Authoring: Reusable chart structure with values templating for configurable deployments. - Use Case: When asked to containerize a Python web service, the skill produces a multi-stage Dockerfile, a Kubernetes Deployment with probes and resource limits, and a Helm chart with externalized configuration. ## Quick Start Ask the agent to write a production-ready Dockerfile and Kubernetes deployment manifest for your application.