docker

Installation
SKILL.md

Docker

Use this skill to keep Docker work deterministic, safe, and fast across Linux, macOS, and Windows Docker Desktop hosts.

Quick Start

  1. Run scripts/probe-docker.ps1 (Windows) or docker info / docker version (Linux/macOS) first for environment truth.
  2. Choose the smallest workflow that solves the request:
    • Core container/build/compose workflow in this file covers ~80% of tasks.
    • Load a reference file only when you need depth on a specific domain.
    • Reuse assets/templates/ starter packs before writing boilerplate from scratch.
  3. Default to read-only diagnostics before proposing mutating commands.
  4. Confirm before destructive commands (rm, prune, down -v, sandbox reset, builder/cache deletion).
  5. Prefer installed CLI behavior when docs and runtime diverge; note the caveat with concrete versions.

Intent Router (Progressive Disclosure)

Load only the reference file needed for the active request.

Installs
5
GitHub Stars
12
First Seen
May 27, 2026
docker — greedychipmunk/agent-skills