This one's for teams running GitLab stacks who need to wrangle service configs across nginx, PostgreSQL, Redis, and friends. It generates configuration files that follow a strict pattern: everything pulls from .env variables, nothing hardcoded, zero secrets in the actual config files. You also get proper directory structure setup and validation to catch configs that broke the rules. It passed audits from Gen Agent Trust Hub, Socket, and Snyk, and the repo has 51 stars. If you're tired of chasing down which service has credentials baked in or inconsistent config patterns across your stack, this enforces the discipline automatically.
npx skills add https://github.com/rknall/claude-skills --skill gitlab-stack-config-generator