docker-init

Installation
SKILL.md

Docker Environment Initialization Skill

Overview

This skill creates a complete Docker environment for a project, including:

  • Dockerfile optimized for the application type
  • docker-compose.yaml with all required services
  • .dockerignore for efficient builds
  • .env.example for environment configuration

Activation

Use this skill when:

  • Setting up Docker for a new project
  • Migrating an existing project to Docker
  • Adding Docker support to a codebase

Process

Installs
4
GitHub Stars
32
First Seen
Feb 8, 2026
docker-init — mwguerra/claude-code-plugins