ln-731-docker-generator

Solid

Generates Dockerfile and docker-compose configuration for multi-container development. Use when containerizing a project.

AI & Automation 479 stars 67 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
89
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

> **Paths:** File paths (`shared/`, `references/`, `../ln-*`) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. If `shared/` is missing, fetch files via WebFetch from `https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/skills/{path}`. # ln-731-docker-generator **Type:** L3 Worker **Category:** 7XX Project Bootstrap Generates production-ready Docker configuration for containerized development. --- ## Purpose & Scope Creates Docker infrastructure for local development and production: - **Does**: Generate Dockerfiles, docker-compose, .dockerignore, nginx config - **Does NOT**: Build images, start containers, manage deployments --- ## Inputs | Input | Source | Description | |-------|--------|-------------| | **Stack Type** | ln-730 coordinator | frontend, backend-dotnet, backend-python | | **Versions** | Auto-detected | Node.js, .NET, Python versions | | **Project Name** | Directory name | Used for container naming | | **Ports** | Defaults or detected | Frontend: 3000, Backend: 5000/8000, DB: 5432 | --- ## Outputs | File | Purpose | Template | |------|---------|----------| | `Dockerfile.frontend` | Frontend build & serve | [dockerfile_frontend.template](references/dockerfile_frontend.template) | | `Dockerfile.backend` | Backend build & run | [dockerfile_backend_dotnet.template](references/dockerfile_backend_dotnet.template) or [dockerfile_backend_python.template](references/...

Details

Author
levnikolaevich
Repository
levnikolaevich/claude-code-skills
Created
7 months ago
Last Updated
yesterday
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category