dockerize

dockerize is a command for Claude Code from Sagargupta16/claude-skills. It costs 12 tokens per session (318 once invoked), scanned A, original, MIT.

A command that creates Docker configuration for the current project, including a Dockerfile and a Docker Compose setup.

In plain words
What is it for?
Use it to generate container files, a .dockerignore file, database services, health checks, and persistent storage, then validate or build the configuration when Docker is available.
Why use it?
It turns a project into a repeatable container-based development or deployment setup while accounting for its language, build process, and database needs.

Command for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Part of the docker-deploy plugin — 1 skill, 1 command, 1 agent 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 commands/sagargupta16/claude-skills/dockerize
Clone the repo
git clone --depth 1 https://github.com/Sagargupta16/claude-skills

Made for: Claude Code.

Or install docker-deploy, the plugin that ships this one along with the rest of its 1 skill, 1 command, 1 agent.

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 dockerize

README.md
[![agentmods](https://agentmods.dev/badge/commands/sagargupta16/claude-skills/dockerize.svg)](https://agentmods.dev/commands/sagargupta16/claude-skills/dockerize)
Your own site
<a href="https://agentmods.dev/commands/sagargupta16/claude-skills/dockerize"><img src="https://agentmods.dev/badge/commands/sagargupta16/claude-skills/dockerize.svg" alt="Measured on agentmods" height="20"></a>
Per session 12 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 318 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.1 $0.00012 $0.00318
Opus 5 $0.00006 $0.00159
Sonnet 5 $0.00002 $0.00064
Haiku 4.5 $0.00001 $0.00032

Measured 6d ago against content hash 6bbc347ab536, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

dockerize 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 6d 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.

plugins/docker-deploy/commands/dockerize.md · 29 lines

What it actually says

Create Docker configuration for the current project.

Steps:

  1. Detect project type and runtime:
    • package.json -> Node.js (check for build script, framework)
    • requirements.txt / pyproject.toml -> Python (check for FastAPI, Flask, Django)
    • Cargo.toml -> Rust
    • go.mod -> Go
    • Static HTML/CSS/JS -> Nginx
  2. Check for existing Docker files:
    • If Dockerfile exists, review and suggest improvements
    • If not, generate using docker-deploy skill templates
  3. Generate files:
    • Dockerfile (multi-stage build, non-root user, optimized layers)
    • .dockerignore (exclude .git, .env, node_modules, etc.)
    • docker-compose.yml (dev setup with database if needed)
  4. If the project uses a database, add the appropriate service:
    • MongoDB, PostgreSQL, MySQL, Redis
    • Include health checks and persistent volumes
  5. Show generated files for review before writing
  6. Verify: if Docker is available, run docker compose build (or docker build .) and report the result -- docker compose config only validates YAML syntax. If Docker is unavailable, state explicitly that only config-level validation was performed

Use the docker-deploy skill for all patterns and best practices.

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. 6d ago First seen · 29 lines · 12 tokens per session scan A 6bbc347ab536

Subscribe to this mod's changes

dockerize is a command published in the GitHub repository Sagargupta16/claude-skills (5 stars, last pushed 1mo ago), licensed MIT. It adds 12 tokens to every session and 318 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-08-31.