doodleino

Docker Build — DevOps skill for Claude Code

DevOps community

Build hardened multi-stage Docker images, lint Dockerfiles, and verify minimal attack surfaces.

How to install Docker Build

Installs to ~/.claude/skills/doodleino-nexus-os-docker-build/SKILL.md

Terminal
mkdir -p ~/.claude/skills/doodleino-nexus-os-docker-build && curl -fsSL https://raw.githubusercontent.com/doodleino/nexus-os/HEAD/commands/docker-build.md -o ~/.claude/skills/doodleino-nexus-os-docker-build/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Docker Build does


description: Build hardened multi-stage Docker images, lint Dockerfiles, and verify minimal attack surfaces. agent: build-error-resolver subtask: true

Docker Build & Hardening Command

Build container images with multi-stage caching, lint Dockerfiles against security best practices (Hadolint), verify non-root execution, and ensure minimal distroless attack surfaces.

Usage

`/docker-build [dockerfile-path] [--tag image:tag] [--target stage] [--scan-vulns] [--distroless]`

  • `docker

Alternatives in DevOps

  • Docker 71.9k ★
  • Cheetahclaws — CheetahClaws: A Fast and Easy-to-Use Agent Harness Infrastructure for Long-Horizon, Multi-Model, and Tool-Usin 768 ★
  • Video Podcast Maker — AI-powered video podcast creation skill for coding agents 529 ★

Full documentation available on GitHub

View Source Repository