env-setup
Installation
SKILL.md
Env Setup
Cross-Platform AI Agent Skill This skill works with any AI agent platform that supports the skills.sh standard.
Scan the codebase for environment variable usage, generate or update .env.example, validate .env completeness, and detect leaked secrets.
Anti-Hallucination Guidelines
CRITICAL: Only report variables that are actually found in the code:
- Grep before reporting — Never invent variable names; only list what grep actually returns
- Read .env.example before writing — Preserve existing entries; only add/update what changed
- No actual secrets —
.env.examplemust only contain placeholder values (e.g.,your_api_key_here) - Verify .gitignore — Actually read the file before claiming
.envis ignored