docker-development

docker-development is a skill for Claude Code from sinhoneyy/master-skills. It costs 84 tokens per session (2,878 once invoked), scanned B, original, no licence file.

A Docker development guide for Dockerfiles, Compose configurations, multi-stage builds, and container security. Docker packages an application and its dependencies into a container; Compose coordinates multiple containers.

In plain words
What is it for?
Use it to improve Dockerfiles, create or update Compose setups, build multi-stage images, and review container security.
Why use it?
It helps make container builds smaller and development environments easier to run consistently, while checking for common security issues.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the master-skills-ai-agent-builder plugin — 195 skills, 1 plugin shipped together

Good fit Use it to improve Dockerfiles, create or update Compose setups, build multi-stage images, and review container security.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sinhoneyy/master-skills/docker-development
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.

Any agent
npx skills add sinhoneyy/master-skills --skill docker-development
Clone the repo
git clone --depth 1 https://github.com/sinhoneyy/master-skills

Made for: Claude Code.

Or install master-skills-ai-agent-builder, the plugin that ships this one along with the rest of its 195 skills, 1 plugin.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/sinhoneyy/master-skills/docker-development/github.svg)](https://agentmods.dev/skills/sinhoneyy/master-skills/docker-development)
Your own site
<a href="https://agentmods.dev/skills/sinhoneyy/master-skills/docker-development"><img src="https://agentmods.dev/badge/skills/sinhoneyy/master-skills/docker-development/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for docker-development

Your own site · 80×15
<a href="https://agentmods.dev/skills/sinhoneyy/master-skills/docker-development"><img src="https://agentmods.dev/badge/skills/sinhoneyy/master-skills/docker-development.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 84 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,878 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.00084 $0.02878
Opus 5 $0.00042 $0.01439
Sonnet 5 $0.00017 $0.00576
Haiku 4.5 $0.00008 $0.00288

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

Security

Grade B, and why

docker-development scanned grade B 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 6d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/compose_validator.py, scripts/dockerfile_analyzer.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Recursive force deletemediumDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

- **apt-get without cleanup in same layer** → `rm -rf /var/lib/apt/lists/*` in the same RUN.

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

plugins/master-skills-ai-agent-builder/skills/docker-development/SKILL.md · 367 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

4 files 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. 6d ago First seen · 367 lines · 84 tokens per session scan B 6471aa331d8a

Subscribe to this mod's changes

docker-development is a skill published in the GitHub repository sinhoneyy/master-skills (12 stars, last pushed 7d ago), with no licence file. It adds 84 tokens to every session and 2,878 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it B with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-06.

Related

Other skills, from other repositories

agents-v2-py

Build container-based Foundry Agents with Azure AI Projects SDK (ImageBasedHostedAgentDefinition). Use when creating hosted agents with custom container images in Azure AI Foundry.

marysatasselshaped667/skills-collection-1 · 39 tokens

docker-expert

Build optimized, secure Docker images with multi-stage builds. Configure Docker Compose for full development and production stacks.

AtulPurohit/Antigravity-Awesome-Skills · 25 tokens

helm-packager

Professional Helm Packager Expert skill. Build robust, automated deployment pipelines and configure cloud infrastructure as code.

AtulPurohit/Antigravity-Awesome-Skills · 24 tokens

devcontainer-setup

Professional Devcontainer Setup Expert skill. Improve code delivery speed and developer workflows through automation and modern tooling.

AtulPurohit/Antigravity-Awesome-Skills · 25 tokens

apify-actorization

Actorization converts existing software into reusable serverless applications compatible with the Apify platform. Actors are programs packaged as Docker images that accept well-defined JSON input, perform an action, and optionally produce structured JSON output.

marysatasselshaped667/skills-collection-1 · 48 tokens

analyzing-kubernetes-audit-logs

Parses Kubernetes API server audit logs (JSON lines) to detect exec-into-pod, secret access, RBAC modifications, privileged pod creation, and anonymous API access. Builds threat detection rules from audit event patterns. Use when investigating Kubernetes cluster compromise or building k8s-specific SIEM detection rules.

marysatasselshaped667/skills-collection-1 · 71 tokens