If you're running GitLab stack projects with Docker and tired of secrets leaking into .env files or getting committed to repos, this handles the migration to Docker secrets properly. It'll audit your current setup, catch exposures in git, generate secure random values, and help you rotate credentials without breaking things. The skill enforces the core principle of keeping secrets out of compose files and environment variables entirely. Useful when you're inheriting a project with secrets sprawled everywhere or setting up a new stack and want to get the security model right from the start. Saves you from writing the same secret validation scripts again.
npx skills add https://github.com/rknall/claude-skills --skill gitlab-stack-secrets-manager