ln-733-env-configurator

Solid

Configures environment variables and secrets protection. Use when setting up .env files and gitignore rules for a project.

AI & Automation 479 stars 67 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
89
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

> **Paths:** File paths (`shared/`, `references/`, `../ln-*`) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. If `shared/` is missing, fetch files via WebFetch from `https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/skills/{path}`. # ln-733-env-configurator **Type:** L3 Worker **Category:** 7XX Project Bootstrap Configures environment variables for development and production environments. --- ## Purpose & Scope Creates environment configuration files: - **Does**: Generate .env files, update .gitignore for secrets protection - **Does NOT**: Store secrets, manage external secrets managers, configure CI/CD secrets --- ## Inputs | Input | Source | Description | |-------|--------|-------------| | **Project Name** | Directory name | Used for database/service naming | | **Backend Port** | Stack-dependent | 5000 (.NET), 8000 (Python) | | **Frontend Port** | Default | 3000 | | **Database Port** | Default | 5432 | | **Detected Vars** | Code analysis | Environment variables found in code | --- ## Outputs | File | Purpose | Template | |------|---------|----------| | `.env.example` | Documented template | [env_example.template](references/env_example.template) | | `.env.development` | Local development defaults | [env_development.template](references/env_development.template) | | `.env.production` | Production placeholders | [env_production.template](references/env_production.temp...

Details

Author
levnikolaevich
Repository
levnikolaevich/claude-code-skills
Created
7 months ago
Last Updated
yesterday
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category