← Back to list

env-local
by sayali-ingle-pdl
AI app starter template
⭐ 0🍴 0📅 Jan 15, 2026
SKILL.md
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.localis 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)
Score
Total Score
35/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
○言語
プログラミング言語が設定されている
0/5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon