env-var-mapper
Generate environment variable to CLI argument mapping with prefix support, type conversion, and fallback chains for configuration.
npx skills add a5c-ai/babysitter --skill env-var-mapper --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Environment Variable Mapper Generate environment variable to CLI argument mapping for flexible configuration. ## Capabilities - Generate env var to argument mapping logic - Create prefix-based environment loading - Set up type conversion for env vars - Implement fallback chains (env -> config -> default) - Configure .env file support - Generate documentation for env vars ## Usage Invoke this skill when you need to: - Map environment variables to CLI arguments - Create prefix-based config loading - Implement configuration fallback chains - Support .env files in CLI applications ## Inputs | Parameter | Type | Required | Description | |-----------|------|----------|-------------| | language | string | Yes | Target language (typescript, python, go) | | prefix | string | No | Env var prefix (e.g., MYAPP_) | | mappings | array | Yes | Environment variable mappings | | dotenvSupport | boolean | No | Enable .env file support (default: true) | ### Mapping Structure ```json { "mappings": [ { "envVar": "PORT", "argument": "port", "type": "number", "default": 3000, "description": "Server port" }, { "envVar": "DATABASE_URL", "argument": "database-url", "type": "string", "required": true, "sen
- Capabilities
- Usage
- Inputs
- Mapping Structure
- Generated Code Patterns
- TypeScript Mapper
- Python Mapper
- Go Mapper
- Workflow
- Best Practices Applied
- Target Processes
What does the env-var-mapper skill do?
Generate environment variable to CLI argument mapping with prefix support, type conversion, and fallback chains for configuration.
How do I install it?
Run `npx skills add a5c-ai/babysitter --skill env-var-mapper --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
