go-containers
Installation
SKILL.md
Go Container Optimization
Expert knowledge for building minimal, secure Go container images using static compilation, scratch/distroless base images, and Go-specific build optimizations.
When to Use
| Scenario | Use this skill | Alternative |
|---|---|---|
| Building Dockerfiles for Go applications | Yes | - |
| Optimizing Go container image sizes | Yes | - |
| Choosing scratch vs distroless for Go | Yes | - |
| Handling CGO and C library dependencies | Yes | - |
| General multi-stage build patterns | No | container-development |
| Node.js container optimization | No | nodejs-containers |
| Python container optimization | No | python-containers |