generating-docker-compose-files

Execute use when you need to work with Docker Compose.

Content Preview
---
name: generating-docker-compose-files
description: |
  Execute use when you need to work with Docker Compose.
  This skill provides Docker Compose file generation with comprehensive guidance and automation.
  Trigger with phrases like "generate docker-compose", "create compose file",
  or "configure multi-container app".

allowed-tools: Read, Write, Edit, Grep, Glob, Bash(docker:*), Bash(kubectl:*)
version: 1.0.0
author: Jeremy Longshore <[email protected]>
license: MIT
compatible-wi
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/generating-docker-compose-files.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/devops/docker-compose-generator/skills/generating-docker-compose-files/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Then reference at plugins/devops/docker-compose-generator/skills/generating-docker-compose-files/SKILL.md

Related Skills