Handles the tedious but critical work of managing environment configs across dev, staging, and production. You get .env templates with clear gitignore rules, TypeScript validation via Zod that catches missing or mistyped variables at runtime, and multi-environment config files for things like logging and rate limiting. The Docker Compose integration and 12 Factor App compliance are nice touches if you're deploying to containers. Honestly, the main value here is preventing the "works on my machine" syndrome and avoiding the panic when someone accidentally commits secrets. If you're past the prototype stage and working with a team, this saves more time than you'd think.
npx -y skills add supercent-io/skills-template --skill environment-setup --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
juliusbrussee/caveman
mattpocock/skills
shadcn/improve
obra/superpowers
forrestchang/andrej-karpathy-skills
vercel-labs/skills