From jeremylongshore-claude-code-plugins-plus-skills
Manages dotenv environment variable configuration files (like .env) for DevOps tasks. Auto-activates on 'dotenv manager' mentions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jeremylongshore-claude-code-plugins-plus-skills:dotenv-managerThis 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 dotenv manager tasks within the DevOps Basics domain.
This skill provides automated assistance for dotenv manager tasks within the DevOps Basics domain.
This skill activates automatically when you:
Example: Basic Usage Request: "Help me with dotenv manager" 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 ejentum-reasoningManages environment variables with step-by-step guidance, best practices, and validation. Useful for DevOps fundamentals including version control, containerization, CI/CD, and infrastructure.
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.
Sets up b00t direnv pattern with direnv, .envrc, dotenv, and .env for automatic per-project environment variable loading, separating required vars (datums) from secret values with Rust validation.