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.
npx agentmods add commands/dykyi-roman/awesome-claude-code/generate-dockergit clone --depth 1 https://github.com/dykyi-roman/awesome-claude-codeWrote 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.
[](https://agentmods.dev/commands/dykyi-roman/awesome-claude-code/generate-docker)<a href="https://agentmods.dev/commands/dykyi-roman/awesome-claude-code/generate-docker"><img src="https://agentmods.dev/badge/commands/dykyi-roman/awesome-claude-code/generate-docker.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00028 | $0.01802 |
| Opus 5 | $0.00014 | $0.00901 |
| Sonnet 5 | $0.00006 | $0.00360 |
| Haiku 4.5 | $0.00003 | $0.00180 |
Grade A, and why
generate-docker 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 yesterday.
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.
How it starts
The opening of the file, as written. The whole thing — 280 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Generate Docker Components
Generate Docker configuration components for PHP projects with production-ready defaults.
Input Parsing
Parse $ARGUMENTS to extract component type, optional name, and meta-instructions:
Format: <component-type> [name] [-- <meta-instructions>]
Examples:
- /acc:generate-docker dockerfile
- /acc:generate-docker compose
- /acc:generate-docker full
- /acc:generate-docker dockerfile production -- with Symfony
- /acc:generate-docker compose myapp -- with PostgreSQL and Redis
- /acc:generate-docker nginx -- with SSL termination
- /acc:generate-docker entrypoint -- with migrations
Parsing rules:
- First part = component type (required, see list below)
- Second part = name (optional project/service name)
- After
--= meta-instructions (optional customizations)
Supported Components
| Component | Aliases | Description |
|---|---|---|
dockerfile |
df |
Production multi-stage Dockerfile |
compose |
dc, docker-compose |
Docker Compose configuration |
nginx |
web |
Nginx reverse proxy config |
entrypoint |
ep, entry |
Container entrypoint script |
makefile |
mk, make |
Docker Makefile commands |
env |
environment |
Environment variable template |
healthcheck |
hc, health |
Health check script |
full |
all, stack |
Complete Docker setup |
Pre-flight Check
-
Verify valid component type:
- If not provided, ask user which component to generate
- If invalid, show list of supported components
-
Check project structure:
# PHP project info cat composer.json 2>/dev/null # Detect framework grep -E "(symfony|laravel)" composer.json 2>/dev/null # Check existing Docker files ls Dockerfile* docker-compose* .dockerignore 2>/dev/null # Check project directories ls -d src/ app/ public/ config/ 2>/dev/null -
Detect framework and services:
- Symfony:
symfony/framework-bundlein composer.json - Laravel:
laravel/frameworkin composer.json - MySQL:
doctrine/dbalorext-pdo_mysql - PostgreSQL:
ext-pdo_pgsql - Redis:
predis/predisorext-redis - RabbitMQ:
php-amqplib/php-amqpliborext-amqp
- Symfony:
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.
- yesterday First seen · 280 lines · 28 tokens per session scan A c56555cd04ec
generate-docker is a command published in the GitHub repository dykyi-roman/awesome-claude-code (96 stars, last pushed 19d ago), licensed MIT. It adds 28 tokens to every session and 1,802 once invoked, about $0.0001 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-09-03.
Other commands, from other repositories
sandbox
Manage sandbox backends and tooling.
dockerfile
Validate Dockerfiles for GPU/CUDA configuration issues before building.
index
Command "index" from thrashr888/agentkernel, covering commands, quick reference, daily drivers (root level), sandbox lifecycle (sandbox / sb) and ssh (ssh).
deploy
Build, test, deploy with staged rollout.
status
List all SandboxClaims with phase, age, template, and bound pod. Detects stuck-in-Pending claims and surfaces likely causes.
cisco-isovalent-platform-setup
Install the Isovalent platform on Kubernetes (Cilium CNI, Hubble observability, Tetragon eBPF runtime security) in either OSS or Enterprise edition. Renders Helm values and install/upgrade scripts; this is the platform install prerequisite for the Splunk Observability + Splunk Platform integration done by…