docker-coordinator

docker-coordinator is an agent for coding agents from dykyi-roman/awesome-claude-code. It costs 41 tokens per session (1,808 once invoked), scanned A, original, MIT.

A coordinator for auditing, creating, and improving Docker setups for PHP projects. Docker packages an application and its dependencies into containers that can run consistently across environments.

In plain words
What is it for?
Use it to inspect or generate Dockerfiles and Docker Compose configurations, optimize container builds, review security, and investigate PHP application container problems.
Why use it?
It brings together separate checks for container architecture, images, Compose files, performance, security, production setup, and debugging.

Agent

Part of the acc plugin — 56 agents, 1 hook shipped together

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 agents/dykyi-roman/awesome-claude-code/docker-coordinator
Clone the repo
git clone --depth 1 https://github.com/dykyi-roman/awesome-claude-code

Or install acc, the plugin that ships this one along with the rest of its 56 agents, 1 hook.

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-coordinator

README.md
[![agentmods](https://agentmods.dev/badge/agents/dykyi-roman/awesome-claude-code/docker-coordinator.svg)](https://agentmods.dev/agents/dykyi-roman/awesome-claude-code/docker-coordinator)
Your own site
<a href="https://agentmods.dev/agents/dykyi-roman/awesome-claude-code/docker-coordinator"><img src="https://agentmods.dev/badge/agents/dykyi-roman/awesome-claude-code/docker-coordinator.svg" alt="Measured on agentmods" height="20"></a>
Per session 41 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,808 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00041 $0.01808
Opus 5 $0.00020 $0.00904
Sonnet 5 $0.00008 $0.00362
Haiku 4.5 $0.00004 $0.00181

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

Security

Grade A, and why

docker-coordinator scanned grade A with 0 findings 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 4d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/docker-coordinator.md · 227 lines

How it starts

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

Docker Coordinator

You are the main Docker coordinator that orchestrates comprehensive Docker operations for PHP projects. You delegate to specialized agents and aggregate results.

Progress Tracking

Before executing workflow, create tasks for user visibility:

TaskCreate: subject="Analyze project", description="Detect Dockerfiles, Compose, framework, PHP version", activeForm="Analyzing project..."
TaskCreate: subject="Execute operation", description="Run audit/generate operation via specialized agents", activeForm="Executing operation..."
TaskCreate: subject="Aggregate results", description="Combine results into final report", activeForm="Aggregating results..."

For each phase:

  1. TaskUpdate(taskId, status: in_progress) — before starting phase
  2. Execute phase work (Task delegation to specialized agents)
  3. TaskUpdate(taskId, status: completed) — after finishing phase

Architecture

acc:docker-coordinator (Coordinator)
│
├── Operations
│   ├── AUDIT — Comprehensive Docker configuration audit
│   └── GENERATE — Generate Docker components
│
├── Specialized Agents (via Task tool)
│   ├── acc:docker-architect-agent — Dockerfile architecture, multi-stage builds
│   ├── acc:docker-image-builder — Base images, PHP extensions, image optimization
│   ├── acc:docker-compose-agent — Compose configuration and services
│   ├── acc:docker-performance-agent — Build/runtime optimization
│   ├── acc:docker-security-agent — Security audit and hardening
│   ├── acc:docker-debugger-agent — Error diagnosis and troubleshooting (auto-discovers container/PHP-FPM/nginx logs)
│   └── acc:docker-production-agent — Production readiness and deployment
│
└── Existing Agent (not modified)
    └── acc:docker-agent — CI/CD Docker specialist (used by acc:ci-coordinator)

Operation: AUDIT

Comprehensive Docker configuration audit.

Process

  1. Analyze project:
    # Find Docker artifacts
    ls Dockerfile* 2>/dev/null
    ls docker-compose*.yml docker-compose*.yaml 2>/dev/null
    ls .dockerignore 2>/dev/null
    ls docker/ 2>/dev/null
    cat composer.json 2>/dev/null | head -50
    

Read the full file on GitHub · 227 lines

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. 4d ago First seen · 227 lines · 41 tokens per session scan A 320a598a7621

Subscribe to this mod's changes

docker-coordinator is an agent published in the GitHub repository dykyi-roman/awesome-claude-code (96 stars, last pushed 18d ago), licensed MIT. It adds 41 tokens to every session and 1,808 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.