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:

  1. Grep before reporting — Never invent variable names; only list what grep actually returns
  2. Read .env.example before writing — Preserve existing entries; only add/update what changed
  3. No actual secrets.env.example must only contain placeholder values (e.g., your_api_key_here)
  4. Verify .gitignore — Actually read the file before claiming .env is ignored

Workflow

Phase 1: Scan Codebase

Related skills
Installs
5
GitHub Stars
4
First Seen
Mar 26, 2026