This is a coordinator skill that sets up your entire DevOps stack in one go: Docker configs, GitHub Actions CI/CD, and environment files. It auto-detects whether you're running React, .NET, Python, or PostgreSQL by scanning your project structure, then delegates to three worker skills that generate the actual Dockerfiles, workflows, and .env templates. No prompts, no interaction, just detection and generation. The architecture is clean, workers run in parallel, and it won't blow up your existing files without warning. If you're bootstrapping a new project or finally containerizing that side project, this handles the tedious setup boilerplate so you can get back to writing actual code.
npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-730-devops-setup