
Docker Container Toolkit
Docker containerization end-to-end — audit Dockerfiles, orchestrate multi-service builds, and deploy to Kubernetes. One toolkit for your container workflow.
Install
Run this command to install all skills in this plugin:
npx skillstore add @docker-container-toolkit Skills will be installed to .claude/skills/ directory
Overview
Usage Guide
Enhanced by AIDetailed Guide
## Overview Three Docker-focused skills in one plugin — audit and optimize Dockerfiles, orchestrate multi-service builds with Compose, and deploy containers to Kubernetes. ## Quick Start 1. Install: `npx skillstore add @docker-container-toolkit` 2. Audit Dockerfiles: use **docker-optimizer** to scan for best-practice violations, security issues, and image-size anti-patterns 3. Build workflows: use **docker-workflow** for multi-stage builds, Compose orchestration, debugging, and production deployment 4. Deploy to K8s: use **container-orchestration** for Dockerfile best practices plus Kubernetes Deployment, Service, and Ingress manifests ## Key Skills - **docker-optimizer**: Analyzes Dockerfiles for security vulnerabilities, bloated layers, missing health checks, and non-root user enforcement. Suggests concrete fixes with before/after examples. - **docker-workflow**: End-to-end Docker development — from writing multi-stage Dockerfiles to docker-compose orchestration, container debugging, and production deployment strategies. - **container-orchestration**: Dockerfile reference patterns plus Kubernetes manifest templates (Deployment, Service, Ingress) and kubectl cheatsheet for common operations. ## Tips - Start with **docker-optimizer** on existing projects to catch quick wins before refactoring - Use **docker-workflow** when setting up new services or migrating to containerized deployments - Reach for **container-orchestration** when you need K8s manifests or kubectl commands
Skills
3docker-optimizer
Safe 70Reviews Dockerfiles for best practices, security issues, and image size optimizations including multi-stage builds and layer caching. Use when working with Docker, containers, or deployment.
docker-workflow
Low Risk 73Comprehensive Docker containerization workflow covering multi-stage builds, docker-compose orchestration, image optimization, debugging, and production best practices. Use when containerizing applications, setting up development environments, or deploying with Docker.
container-orchestration
Low Risk 78Docker and Kubernetes patterns. Triggers on: Dockerfile, docker-compose, kubernetes, k8s, helm, pod, deployment, service, ingress, container, image.
Similar Plugins

Git Release Automation
Standardize commits, generate changelogs, and publish releases with a repeatable Git workflow
3 skills

OpenClaw Automation Healthcheck
自动巡检基础设施健康状态并生成告警/日报
3 skills

Observability & Monitoring Toolkit
Full-stack observability — Prometheus metrics collection, Grafana dashboard creation, and service mesh distributed tracing for production monitoring.
6 skills