env-setup

Installation
SKILL.md

Env Setup

Make a project's environment configuration explicit: find every variable the code reads, keep .env.example truthful, verify the developer's real .env satisfies it, and make sure no secret file can reach git.

Contract

Inputs:

  • A repository; mode setup (default, discover + scaffold + validate), validate (check only), or scaffold (regenerate templates only).

Outputs:

  • The discovered variable inventory grouped by service, gaps between code and .env.example, missing/unset required variables, and any .gitignore holes.

Creates/Modifies:

Installs
8
GitHub Stars
36
First Seen
Sep 1, 2026
env-setup — shipshitdev/skills