If you're spinning up Docker stacks in GitLab and tired of manually setting up the same directory structure every time, this handles the boilerplate. It scaffolds projects with the proper ./config, ./secrets, and ./_temporary folders, wires up git configuration, and drops in validation scripts and hooks so your stack follows best practices from the start. Built by rknall, who clearly got sick of doing this repetition manually. It's narrowly focused on GitLab stack projects specifically, so if you're working with a different orchestration setup or platform, you'll want to look elsewhere. Useful for teams that want consistency across their stack deployments without maintaining template repos.
npx skills add https://github.com/rknall/claude-skills --skill gitlab-stack-creator