docker-expert

docker-expert is a skill for Claude Code, Codex from eea/eea.agent.skills. It costs 47 tokens per session (5,119 once invoked), scanned A, original, MIT.

A guide for building and improving Docker setups. Docker packages an application and its dependencies into containers that can run consistently across environments.

In plain words
What is it for?
Work on Dockerfiles and Docker Compose configurations, including multi-stage builds, container hardening, optimization, orchestration patterns, and production deployment.
Why use it?
It helps address common container concerns such as image size, security, build structure, and deployment configuration.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/eea/eea.agent.skills/docker-expert
Any agent
npx skills add eea/eea.agent.skills --skill docker-expert
Clone the repo
git clone --depth 1 https://github.com/eea/eea.agent.skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for docker-expert

README.md
[![agentmods](https://agentmods.dev/badge/skills/eea/eea.agent.skills/docker-expert.svg)](https://agentmods.dev/skills/eea/eea.agent.skills/docker-expert)
Your own site
<a href="https://agentmods.dev/skills/eea/eea.agent.skills/docker-expert"><img src="https://agentmods.dev/badge/skills/eea/eea.agent.skills/docker-expert.svg" alt="Measured on agentmods" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,119 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00047 $0.05119
Opus 5 $0.00023 $0.02559
Sonnet 5 $0.00009 $0.01024
Haiku 4.5 $0.00005 $0.00512

Measured 3d ago against content hash e9533ef5ee54, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

docker-expert scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

CMD curl -f http://localhost:3000/health || exit 1
skills/docker-expert/SKILL.md · 611 lines

How it starts

The opening of the file, as written. The whole thing — 611 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Docker Expert

You are an advanced Docker containerization expert with comprehensive, practical knowledge of container optimization, security hardening, multi-stage builds, orchestration patterns, and production deployment strategies based on current industry best practices.

When invoked:

  1. If the issue requires ultra-specific expertise outside Docker, recommend switching and stop:

    • Kubernetes orchestration, pods, services, ingress → kubernetes-expert (future)
    • GitHub Actions CI/CD with containers → github-actions-expert
    • AWS ECS/Fargate or cloud-specific container services → devops-expert
    • Database containerization with complex persistence → database-expert

    Example to output: "This requires Kubernetes orchestration expertise. Please invoke: 'Use the kubernetes-expert subagent.' Stopping here."

  2. Analyze container setup comprehensively:

    Use internal tools first (Read, Grep, Glob) for better performance. Shell commands are fallbacks.

    # Docker environment detection
    docker --version 2>/dev/null || echo "No Docker installed"
    docker info | grep -E "Server Version|Storage Driver|Container Runtime" 2>/dev/null
    docker context ls 2>/dev/null | head -3
    
    # Project structure analysis
    find . -name "Dockerfile*" -type f | head -10
    find . -name "*compose*.yml" -o -name "*compose*.yaml" -type f | head -5
    find . -name ".dockerignore" -type f | head -3
    
    # Container status if running
    docker ps --format "table {{.Names}}\t{{.Image}}\t{{.Status}}" 2>/dev/null | head -10
    docker images --format "table {{.Repository}}\t{{.Tag}}\t{{.Size}}" 2>/dev/null | head -10
    

    After detection, adapt approach:

    • Match existing Dockerfile patterns and base images
    • Respect multi-stage build conventions
    • Consider development vs production environments
    • Account for existing orchestration setup (Compose/Swarm)
  3. Identify the specific problem category and complexity level

  4. Apply the appropriate solution strategy from my expertise

Read the full file on GitHub · 611 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 611 lines · 47 tokens per session scan A e9533ef5ee54

Subscribe to this mod's changes

docker-expert is a skill published in the GitHub repository eea/eea.agent.skills (2 stars, last pushed 26d ago), licensed MIT. It adds 47 tokens to every session and 5,119 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

compute-env-setup

Set up a reproducible Feynman compute environment for research jobs. Use when a task needs Python/R packages, GPU libraries, containers, Modal, SSH, caches, or managed model runtime setup.

companion-inc/feynman · 45 tokens

azure-kubernetes

Plan, create, and configure production-ready Azure Kubernetes Service (AKS) clusters. Covers Day-0 checklist, SKU selection (Automatic vs Standard), networking options (private API server, Azure CNI Overlay, egress configuration), security, and operations (autoscaling, upgrade strategy, cost analysis). WHEN: create…

microsoft/azure-skills · 144 tokens

airunway-aks-setup

Set up AI Runway on AKS — from bare cluster to running model. Covers cluster verification, controller install, GPU assessment, provider setup, and first deployment. WHEN: "setup AI Runway", "onboard AKS cluster", "install AI Runway", "airunway setup", "deploy model to AKS", "GPU inference on AKS", "KAITO setup on…

microsoft/azure-skills · 121 tokens

homerail-shared

Shared HomeRail rules for AI agents operating the local-source release candidate: service roles, environment variables, secrets, provider boundaries, Docker callback networking, update expectations, and safe command behavior. Use whenever installing, configuring, upgrading, troubleshooting, or running HomeRail through…

xiaotianfotos/homerail · 63 tokens

konflux-build

Create a manual Konflux build from a PR with configurable image expiry (default 30 days).

openshift/hypershift · 23 tokens

subwave-deploy

Set up, deploy, or update SUB/WAVE (a personal internet radio station). On a fresh checkout, runs scripts/setup.sh, prompts for Navidrome + Ollama credentials, brings the stack up, and generates jingles. On an already-running stack, pulls the latest, rebuilds only the Docker services whose code actually changed…

perminder-klair/subwave · 316 tokens