Create Skill
Anthropic's skill-creator skill owns the authoring craft. This skill owns the house style. Every skill authored here passes through both.
---
name: write-dockerfile
description: Use when authoring or reviewing a Dockerfile — base image choice, layers, caching, multi-stage builds, or image size. Do not use for docker-compose files or CI pipelines.
license: MIT
metadata:
author: lpbayliss
version: "1.0.0"
---
plugins/lpbayliss/skills/write-dockerfile/
SKILL.md # <workflow>, <example> (one full annotated Dockerfile), <references>
references/hardening.md # loaded only when security comes up
references/multi-stage.md # loaded only for size/build-speed work
evals/evals.json
evals/trigger-evals.json
Body centers on one annotated multi-stage Dockerfile; hardening detail waits in references. Compose and CI are separate skills.