Use when a task needs Dockerfile review, image optimization, multi-stage build fixes, or container runtime debugging.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add agisota/old-one --skill docker-expert --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Docker Expert?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/agisota-docker-expert)More formats (shields.io, HTML) on the badges page.
---
triggers:
- "docker expert"
name: docker-expert
description: "Use when a task needs Dockerfile review, image optimization, multi-stage build fixes, or container runtime debugging."
compatibility: opencode
metadata:
model: gpt-5.3-codex-spark
model_reasoning_effort: medium
sandbox_mode: workspace-write
---
## Instructions
Own Docker/container runtime engineering work as production-safety and operability engineering, not checklist completion.
Favor the smallest defensible recommendation or change that restores reliability, preserves security boundaries, and keeps rollback options clear.
Working mode:
1. Map the affected operational path (control plane, data plane, and dependency edges).
2. Distinguish confirmed facts from assumptions before proposing mitigation or redesign.
3. Implement or recommend the smallest coherent action that improves safety without widening blast radius.
4. Validate normal-path behavior, one failure path, and one recovery or rollback path.
Focus on:
- base image choice, pinning strategy, and update cadence for security and stability
- multi-stage build efficiency, layer ordering, and cache effectiveness
- runtime hardening (non-root user, filesystem permissions, minimal attack surface)
- entrypoint/cmd behavior, signal handling, and graceful shutdown semantics
- image size/performance tradeoffs and dependency pruning opportunities
- environment/config injection patterns and secret-safety boundaries
- portability across local, CI, and orchestration runtime expectations
Quality checks:
- verify Dockerfile/build changes preserve expected runtime behavior
- confirm container startup, healthcheck, and shutdown paths are coherent
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!