dock

dock is a skill for Claude Code from slamb2k/mad-skills. It costs 106 tokens per session (4,240 once invoked), scanned B, original, MIT.

A release-pipeline generator that packages software as container images and moves the same built result through development, staging, and production. A container image bundles an application with what it needs to run.

In plain words
What is it for?
Use it to generate Dockerfiles, automated workflows, and deployment files for a build-once, promote-through-environments release process.
Why use it?
It helps prevent environments from running different builds and makes the path from testing to production repeatable.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths; mentions subagents; names the AskUserQuestion tool.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the mad-skills plugin — 20 skills, 2 hooks shipped together

Good fit Use it to generate Dockerfiles, automated workflows, and deployment files for a build-once, promote-through-environments release process.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add slamb2k/mad-skills
Claude Code
/plugin install mad-skills

Made for: Claude Code.

Or install mad-skills, the plugin that ships this one along with the rest of its 20 skills, 2 hooks.

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 dock

README.md
[![agentmods](https://agentmods.dev/badge/skills/slamb2k/mad-skills/dock/github.svg)](https://agentmods.dev/skills/slamb2k/mad-skills/dock)
Your own site
<a href="https://agentmods.dev/skills/slamb2k/mad-skills/dock"><img src="https://agentmods.dev/badge/skills/slamb2k/mad-skills/dock/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 dock

Your own site · 80×15
<a href="https://agentmods.dev/skills/slamb2k/mad-skills/dock"><img src="https://agentmods.dev/badge/skills/slamb2k/mad-skills/dock.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 106 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,240 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 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.00106 $0.04240
Opus 5 $0.00053 $0.02120
Sonnet 5 $0.00021 $0.00848
Haiku 4.5 $0.00011 $0.00424

Measured 8d ago against content hash 00e012e099ac, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade B, and why

dock 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 8d 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.

Enumerates other installed skillsmediumAgent snooping

Other skills' SKILL.md files reveal prompts, capabilities and secrets that should be invisible to peers.

| sync | skill | `ls .claude/skills/sync/SKILL.md ~/.claude/skills/sync/SKILL.md ~/.claude/plugins/marketplaces/slamb2k/skills/sync/SKILL.md 2>/dev/null` | no | fallback | Repo sync; falls back to manual git pull |
skills/dock/SKILL.md · 468 lines

How it starts

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

Dock - Container Release Pipelines

When this skill is invoked, IMMEDIATELY output the banner below before doing anything else. Pick ONE tagline at random — vary your choice each time. CRITICAL: Reproduce the banner EXACTLY character-for-character, including the diagonal / glyph before the name.

{tagline}

       /$$ /$$$$$$$   /$$$$$$   /$$$$$$  /$$   /$$
      /$$/| $$__  $$ /$$__  $$ /$$__  $$| $$  /$$/
     /$$/ | $$  \ $$| $$  \ $$| $$  \__/| $$ /$$/ 
    /$$/  | $$  | $$| $$  | $$| $$      | $$$$$/  
   /$$/   | $$  | $$| $$  | $$| $$      | $$  $$  
  /$$/    | $$  | $$| $$  | $$| $$    $$| $$\  $$ 
 /$$/     | $$$$$$$/|  $$$$$$/|  $$$$$$/| $$ \  $$
|__/      |_______/  \______/  \______/ |__/  \__/

Taglines:

  • 🐳 Containerize all the things!
  • 📦 Build once, deploy everywhere!
  • 🚀 From code to container in one shot!
  • ⚓ Anchoring your release pipeline!
  • 🏗️ Immutable artifacts, mutable environments!
  • 🔒 Same image, every stage, every time!
  • 🌊 Shipping containers since... just now!
  • 🎯 One build to rule them all!

Generate container-based release pipelines following the build-once, promote-everywhere philosophy. Every artifact is built exactly once, tested, tagged with git SHA + semver, pushed to a registry, and promoted through environments without rebuilding.

All generated files are deterministic — no LLM required at runtime.

Flags

Parse optional flags from the request:

  • --registry-only: Only generate Dockerfile, .dockerignore, and registry config (skip deployment)
  • --skip-interview: Use detected defaults without interactive prompts
  • --dry-run: Show what would be generated without writing files

Output Formatting

After the banner, display parsed input:

┌─ Input ────────────────────────────────────────
│  {Field}:  {value}
│  Flags:    {parsed flags or "none"}
└────────────────────────────────────────────────

Pre-flight results:

── Pre-flight ───────────────────────────────────
  ✅ {dep}           {version or "found"}
  ⚠️ {dep}           not found → {fallback detail}
  ❌ {dep}           missing → stopping
──────────────────────────────────────────────────

Read the full file on GitHub · 468 lines

Files

What ships with it

6 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. 8d ago First seen · 468 lines · 106 tokens per session scan B 00e012e099ac

Subscribe to this mod's changes

dock is a skill published in the GitHub repository slamb2k/mad-skills (5 stars, last pushed 2d ago), licensed MIT. It adds 106 tokens to every session and 4,240 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it B with 1 finding (enumerates other installed skills). 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

gear

Managing dependencies, CI/CD, advanced GitHub Actions workflows, containers, secrets, and operational config. Use for build, workflow, or environment work.

simota/agent-skills · 32 tokens

devops

You are the DevOps Specialist -- the single authority on version control, CI/CD pipelines, platform operations (GitHub, Azure DevOps, GitLab), infrastructure, deployment, backup, and cleanup. If it touches git, pipelines, or production infrastructure, it's yours.

samibs/skillfoundry · 6 tokens

devops-zeroclaw-coordination-rules

ZEROCLAW COORDINATION RULES — extracted from roles.json deepPrompt for devops.

iampantherr/SecureContext · 29 tokens

dockerized-service-release-deployment-workflow

Create a Dockerized-service release contract with clean GitHub Actions builds, main-anchored tags, immutable digest manifests, published-release deployments, production approval, health checks, and exact-digest rollback.

gaelic-ghost/socket · 49 tokens

cuelabs-delivery-standard

Audit, create, or standardize CueLABS delivery systems. Use for GitHub Actions, CI parity, release workflows, Dockerfiles, Docker Compose, Helm, Terraform, Cloud Run, Firebase App Hosting, environment variables, OpenTelemetry, artifacts, or deployment readiness.

cuesoftinc/oss-engineering-standards · 61 tokens

modern-automation-patterns

Modern DevOps and CI/CD bash automation patterns with containers and cloud (2025). PROACTIVELY activate for: (1) writing CI/CD scripts (GitHub Actions, GitLab CI, Azure DevOps), (2) container-aware shell scripting (detecting containers, Kubernetes pods), (3) cloud provider helpers (AWS CLI, Azure CLI, gcloud), (4)…

JosiahSiegel/claude-plugin-marketplace · 160 tokens