env-management
OfficialManage split env files for safe, scalable config.
AuthorColdstartLabs-ca
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Managing environment variables across client and server code can be error-prone and insecure; this skill helps enforce a split structure to reduce secrets leakage and misconfiguration.
Core Features & Use Cases
- Split structure: Public browser vars live in
.env.clientwithNEXT_PUBLIC_*prefixes, while server secrets reside in.env.apiwith no public prefix. - Adding new variables: Client-side additions go to
.env.clientand server-side additions go to.env.api, each with clear usage and access rules. - Security & deployment: Enforces safe handling of secrets, supports local development and Cloudflare deployment, and documents security rules.
Quick Start
Copy the example env templates and start using the split environment files in local, build, and deployment environments.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: env-management Download link: https://github.com/ColdstartLabs-ca/myimageupscaler.com/archive/main.zip#env-management Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.