Docker helper
ClaudeSkillz: For when you need skills, but lazier
npx -y skills add jackspace/ClaudeSkillz --skill docker-helperAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 15 stars15 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
Expert helper for Docker containers, Docker Compose, and container optimization
SKILL.md
1.1 KB, 216 tokens by cl100k_base, as published. Nobody here has run it
Docker-helper
Instructions
When helping with Docker tasks:
- Check running containers: docker ps -a
- View logs: docker logs -f <container>
- Inspect container: docker inspect <container>
- Execute commands: docker exec -it <container> /bin/bash
- Use multi-stage builds to reduce image size
- Order Dockerfile commands by frequency of change
- Use .dockerignore to exclude unnecessary files
- Avoid running as root; create non-privileged users
- Use health checks in docker-compose
- Networking: Check bridge networks and port mappings
- Volumes: Verify volume mounts and permissions
- Build cache: Use --no-cache when needed
- Resource limits: Set memory/CPU limits appropriately
- Use version 3+ syntax
- Leverage environment files (.env)
- Use depends_on with health checks
- Implement restart policies
Examples
Add examples of how to use this skill here.
Notes
- This skill was auto-generated
- Edit this file to customize behavior
What ships with it: 1 file
1.1 KB alongside SKILL.md
- SKILL.json1.1 KB