agentsclimarketplace

Docker helper

Skill jackspace/ClaudeSkillz/skills/docker-helper

ClaudeSkillz: For when you need skills, but lazier

Install
npx -y skills add jackspace/ClaudeSkillz --skill docker-helper

Assembled 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:

  1. Check running containers: docker ps -a
  2. View logs: docker logs -f <container>
  3. Inspect container: docker inspect <container>
  4. 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

Keep looking

Skills are one crate of 327,069. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.