Env example generator
Skill justhandledlabs/skills/plugins/env-example-generator/skills/env-example-generator
Free agent skills for Claude Code and SKILL.md agents. Add with: /plugin marketplace add justhandledlabs/skills. Eleven focused tools by JustHandled Labs.
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 author says it does
Copied from the file, not written here
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".
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, 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.