ln-730-devops-setup

Solid

Sets up Docker, CI/CD, and environment configuration with auto-detection. Use when adding DevOps infrastructure to a project.

DevOps & Infrastructure 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-730-devops-setup **Type:** L2 Domain Coordinator **Category:** 7XX Project Bootstrap **Parent:** ln-700-project-bootstrap Coordinates DevOps infrastructure setup by delegating to specialized workers. --- ## Purpose & Scope Orchestrates the complete DevOps setup for a project: - **Does**: Auto-detect stack, delegate to workers, verify configuration - **Does NOT**: Generate files directly (delegates to ln-731, ln-732, ln-733) --- ## Overview | Aspect | Details | |--------|---------| | **Input** | Project directory with source code | | **Output** | Docker, CI/CD, environment configuration | | **Workers** | ln-731 (Docker), ln-732 (CI/CD), ln-733 (Environment) | | **Mode** | Auto-detect (no user prompts) | --- ## Supported Stacks | Component | Option 1 | Option 2 | |-----------|----------|----------| | **Frontend** | React/Vite + Nginx | - | | **Backend** | .NET 8/9 | Python (FastAPI/Django) | | **Database** | PostgreSQL | - | | **CI/CD** | GitHub Actions | - | --- ## Workflow ### Phase 1: Pre-flight Validation Check required tools and project structure: - Verify Docker is installed (`docker --version`) - Verify docker-compose is avail...

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