R
/relay-docker
Relay
Builds production-ready Dockerfiles with multi-stage builds to minimize image size, security hardening to drop root privileges and remove unnecessary packages, and Docker Compose for local development that matches production behavior. Includes .dockerignore and build cache optimization.
Install
This skill
Install Relay Docker
1. Add to marketplace
$ claude plugin marketplace add tonone-ai/tonone
2. Install this skill
$ claude plugin install relay-docker@tonone-ai
The agent
Install Relay
1. Add to marketplace
$ claude plugin marketplace add tonone-ai/tonone
2. Install Relay
$ claude plugin install relay@tonone-ai
Want all 31 agents across both teams?
Full installation guideInvoke this skill
Command|$ /relay-docker
When to use
When containerizing a service for the first time. When an existing Dockerfile produces large images, runs as root, or builds too slowly in CI. When the local Docker Compose setup does not match production and it is causing debugging confusion.
More from Relay
All Relay skillsReady to use Relay Docker?