From jeremylongshore-claude-code-plugins-plus-skills
Manages environment variables with step-by-step guidance, best practices, and validation. Useful for DevOps fundamentals including version control, containerization, CI/CD, and infrastructure.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jeremylongshore-claude-code-plugins-plus-skills:environment-variables-handlerThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides automated assistance for environment variables handler tasks within the DevOps Basics domain.
This skill provides automated assistance for environment variables handler tasks within the DevOps Basics domain.
This skill activates automatically when you:
Example: Basic Usage Request: "Help me with environment variables handler" Result: Provides step-by-step guidance and generates appropriate configurations
| Error | Cause | Solution |
|---|---|---|
| Configuration invalid | Missing required fields | Check documentation for required parameters |
| Tool not found | Dependency not installed | Install required tools per prerequisites |
| Permission denied | Insufficient access | Verify credentials and permissions |
Part of the DevOps Basics skill category. Tags: devops, git, docker, ci-cd, infrastructure
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin j-rigManages dotenv environment variable configuration files (like .env) for DevOps tasks. Auto-activates on 'dotenv manager' mentions.
Analyzes environment variables in code, generates .env.example templates, validates configurations and types, documents variables with examples, and provides naming and security best practices.
Manages full lifecycle of secrets and environment variables: decides placement (constant, .env, CI secret, env var), scaffolds .env.example/.gitignore, add/update/rotate/remove/migrate/audit/provision across envs. Language-agnostic.