env-validation
✓Validate environment variables on server start and before builds. Catch missing or invalid variables early with clear error messages.
Installation
SKILL.md
Validate environment variables on server start and before builds. Catch missing or invalid variables early with clear error messages.
Some environment variables are read internally by packages rather than passed as arguments. To catch missing variables early instead of at runtime, import your configs in instrumentation.ts:
The side-effect imports trigger configSchema validation immediately when the server starts. If any required environment variable is missing, the server fails to start with a clear error rather than failing later when the code path is executed.
Validate environment variables on server start and before builds. Catch missing or invalid variables early with clear error messages. Source: andrelandgraf/fullstackrecipes.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/andrelandgraf/fullstackrecipes --skill env-validation- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is env-validation?
Validate environment variables on server start and before builds. Catch missing or invalid variables early with clear error messages. Source: andrelandgraf/fullstackrecipes.
How do I install env-validation?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/andrelandgraf/fullstackrecipes --skill env-validation Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/andrelandgraf/fullstackrecipes
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01