Docker guidance for fast-moving teams. Starts with "do you need a Dockerfile?" (often no - use mounted code pattern). When Dockerfiles are needed, provides 2025 best practices for multi-stage builds, security hardening, BuildKit optimization, and language-specific patterns. Use when setting up Docker for a project, auditing Dockerfiles, or optimizing builds/images.
$npx -y skills add digitalpine/claude-skills --skill dockerInstalls into the current project.
Run `npx skills use "https://github.com/digitalpine/claude-skills" --skill "digitalpine/claude-skills/docker"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/digitalpine/claude-skills" that are relevant to the current task. Run `npx skills add "https://github.com/digitalpine/claude-skills"` and select the relevant skills, then follow their instructions.