env-setup-wizard

Installation
SKILL.md

Environment Setup Wizard

Instructions

When setting up environment configuration:

  1. Identify required variables for the project
  2. Create .env structure with proper organization
  3. Set up type-safe access to env vars
  4. Add validation on startup
  5. Document all variables

File Structure

project/
├── .env                  # Local development (git-ignored)
├── .env.example          # Template (committed to git)
├── .env.local            # Local overrides (git-ignored)
Related skills

More from onewave-ai/claude-skills

Installs
107
GitHub Stars
127
First Seen
Feb 25, 2026