Env example generator
Turn a .env into a shareable .env.example with keys preserved and values stripped. Use when the user says "make an env example", "redact my .env", or "create .env.example".From its SKILL.md
npx -y skills add justhandledlabs/skills --skill env-example-generatorAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.2 KB, 188 tokens by cl100k_base, as published. Nobody here has run it
Env Example Generator
Transform a .env file into safe .env.example content. This transformer preserves keys, comments, blank lines, and order, but never prints original values.
Workflow
- Run scripts/generate_env_example.py with a .env path, defaulting to ./.env.
- Review stdout. It contains .env.example content and a secret-looking key summary.
- Write .env.example only with --write. Existing files require --force.
Guardrails
- Do not print or copy original values.
- Do not read .env.example as input.
- Do not validate application runtime behavior.
Verification
Run tests/test_env_example.py. Output must match fixtures/expected/.env.example and must not include input values.
Commercial Terms
Price: $0 / 0 credits. Free commercial use for personal or internal team workflows. Do not resell or redistribute the package as-is.
What ships with it: 2 files
2.4 KB alongside SKILL.md, 1 of them executable
references/
- supported-options.md274 B
scripts/
- generate_env_example.pyruns2.1 KB