This scans your codebase for environment variables, finds mismatches between what's defined in .env files and what's actually used in code, and generates proper .env.example templates. It catches dead configs, missing variables, and hardcoded secrets that should be in env files instead. The framework-specific checks are genuinely useful, it knows about Next.js's NEXT_PUBLIC_ prefix rules, Vite's conventions, and the differences between Docker ARG and ENV. You get a clear report showing unused variables, missing definitions, and security issues like hardcoded API keys. Best used when onboarding new developers, before deploys, or when you suspect your env configuration has drifted from reality.
npx -y skills add laolaoshiren/claude-code-skills-zh --skill env-manager --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