Agent Skills: docker-compose.yml

The linter checks the docker setup and lints all files

UncategorizedID: muench-dev/agent-skills/docker-setup-fixer

Install this agent skill to your local

pnpm dlx add-skill https://github.com/muench-dev/agent-skills/tree/HEAD/skills/docker-setup-fixer

Skill Files

Browse the full folder contents for docker-setup-fixer.

Download Skill

Loading file tree…

skills/docker-setup-fixer/SKILL.md

Skill Metadata

Name
docker-setup-fixer
Description
The linter checks the docker setup and lints all files

docker-compose.yml

Lint the docker-compose.yml / docker-compose.yaml files in the project by using the tool dclint.

Example:

npx dclint docker-compose.yml

Fix all errors automatically.