Optimize Docker Build Cache
Claude skill for Optimize Docker Build Cache
LLM Evaluation
Evaluated by: xiaomi/mimo-v2-flash:free
Last evaluated: March 29, 2026
Prompt Preview
---
name: optimize-docker-build-cache
description: >
Optimize Docker build times using layer caching, multi-stage builds,
BuildKit features, and dependency-first copy patterns. Applicable to R,
Node.js, and Python projects. Use when Docker builds are slow due to
repeated package installations, when rebuilds reinstall all dependencies
on every code change, when image sizes are unnecessarily large, or when
CI/CD pipeline builds are a bottleneck.
license: MIT
allowed-tools: Re...
Full prompt length: 7916 characters
Tools & Technologies
- docker
- Docker
- Python
- Node.js