Container optimize
Professional development studio for Claude Code CLI
npx -y skills add manastalukdar/ai-devstudio --skill container-optimizeAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Docker/container optimization for size, layers, caching, and security
SKILL.md
1.1 KB, 206 tokens by cl100k_base, as published. Nobody here has run it
Container Optimization
I'll optimize your Docker containers and Dockerfiles for size reduction, faster builds, better layer caching, and improved security.
Arguments: $ARGUMENTS - Dockerfile path or specific optimization focus areas
Optimization Philosophy
- Multi-Stage Builds: Separate build and runtime dependencies
- Layer Caching: Optimize layer order for faster rebuilds
- Image Size: Minimize final image size
- Security: Scan for vulnerabilities in base images
- Best Practices: Follow Docker and container security standards
Token Optimization
Expected range: 400–2,000 tokens (initial), 200 tokens (cache hit)
Caching: Caches Dockerfile analysis in .claude/cache/container-optimize/dockerfiles.json for 7 days. Invalidated when Dockerfiles change.
Early exit: Returns immediately if all Dockerfiles are already optimally configured.
Patterns used: Grep-before-Read, early exit, template-based generation, caching
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.