docker-skills

June 23, 2026 · View on GitHub

docker-skills

Docker containerization skills — Docker, Docker Compose

GitHub License Agent Skills

English | 简体中文

Introduction · Install · Skills · Supported Agents · Ecosystem


📖 Introduction

Docker Skills is a curated collection of Agent Skills for AI coding agents, part of the Full Stack Skills ecosystem maintained by PartMe.AI.

This package includes 16 skills. Each skill is a self-contained SKILL.md file that AI agents load on-demand.

📦 Install

npx skills add full-stack-skills/docker-skills

Or install specific skills:

npx skills add full-stack-skills/docker-skills --skill <skill-name>

🎯 Skills (16)

SkillDescription
docker-ai-mlGuidance for running AI/ML workloads on Docker. Covers Docker Model Runner (docker model pull/run for local LLMs), Do...
docker-basicsDocker entry point — provides comprehensive guidance for Docker concepts, architecture, and basic operations. Covers ...
docker-buildExpert guidance for the docker build command — building container images, tagging strategies, build arguments, imag...
docker-buildxExpert guidance for Docker image building — docker build CLI, buildx for multi-platform builds, BuildKit features (se...
docker-cicdGuidance for integrating Docker into CI/CD pipelines. Covers GitHub Actions (docker/build-push-action, multi-platform...
docker-composeExpert guidance for Docker Compose — writing production-grade compose.yml files for multi-container applications. Cov...
docker-dockerfileExpert guidance for Dockerfile authoring — the complete reference for writing production-grade Dockerfiles. Covers ev...
docker-hubGuidance for Docker image registries — publishing images to Docker Hub, pulling images, tag management strategies, pr...
docker-networkingGuidance for Docker networking configuration and inter-container communication. Covers network modes (bridge/host/ove...
docker-productionGuidance for deploying Docker in production environments. Covers Docker Swarm (init, join, stack deploy, service scal...
docker-runGuidance for running and managing Docker containers. Covers the complete container lifecycle (create/start/stop/rm/re...
docker-scoutGuidance for Docker Scout — image vulnerability scanning, SBOM generation, and policy evaluation. Covers scout quickv...
docker-securityGuidance for Docker security hardening across the full lifecycle — image security (minimal base images, non-root user...
docker-storageGuidance for Docker storage and data persistence. Covers storage types (Volume/Bind Mount/Tmpfs) with comparison and ...
docker-testcontainersGuidance for Testcontainers — running Docker containers in automated integration tests. Covers Java (@Testcontainers,...
docker-troubleshootingGuidance for debugging and troubleshooting Docker issues. Covers container startup failures (exit codes, docker logs,...

🤖 Supported Agents

Works with Claude Code, Codex, Cursor, OpenCode, Gemini CLI, GitHub Copilot, Windsurf, and 70+ others.

Claude Code Installation

Option 1: npx skills CLI (Recommended)

npx skills add full-stack-skills/docker-skills

Option 2: Manual Installation

git clone https://github.com/full-stack-skills/docker-skills.git
cp -r docker-skills/skills/* .claude/skills/

For more details, see the Claude Code Skills Guide and Agent Skills Spec.

🌐 Ecosystem

ResourceLink
Full Stack Skillsgithub.com/partme-ai/full-stack-skills
All Skill Groupsgithub.com/full-stack-skills
Agent Skills Specagentskills.io
Skills CLIgithub.com/vercel-labs/skills

📄 License

Apache 2.0 — see LICENSE.