Generates .env.local file for local development environment variables. Contains developer-specific configuration like API URLs, ports, and feature flags. Gitignored for security.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add aibot88/sec_skill_store --skill env-local --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Env Local?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/aibot88-env-local)More formats (shields.io, HTML) on the badges page.
---
name: env-local
description: Generates .env.local file for local development environment variables. Contains developer-specific configuration like API URLs, ports, and feature flags. Gitignored for security.
---
# Environment Local Skill
## Purpose
Generate .env.local file for local development environment configuration.
## Output
Create the file: `.env.local`
## Notes
- `.env.local` is used for local development environment variables
- This file should be in `.gitignore` (never commit secrets)
- Developers must replace `<>` placeholders with actual values
- Used by Vite to inject environment variables at build time
- All Vite env vars must be prefixed with `VITE_` to be exposed to client code
- NODE_ENV determines the build mode (development, production, test)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!