plugins marketplace
← All plugins

environment-config-manager

v1.23.0

Manage environment configurations and secrets across deployments

Claude Code1 skill

by Claude Code PluginsMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/devops/environment-config-manager/ inside the repository.

Layout

plugins/devops/environment-config-manager/
├── .claude-plugin/plugin.json
└── skills/managing-environment-configurations/SKILL.md

Skills1

managing-environment-configurationsskills/managing-environment-configurations/SKILL.md

Implement environment and configuration management with comprehensive guidance and automation. Use when you need to work with environment configuration. Trigger with phrases like "manage environments", "configure environments", or "sync configurations".

Manifests1

plugins/devops/environment-config-manager/.claude-plugin/plugin.json
{
  "name": "environment-config-manager",
  "version": "1.23.0",
  "description": "Manage environment configurations and secrets across deployments",
  "author": {
    "name": "Claude Code Plugins",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "config",
    "environment",
    "secrets",
    "configuration",
    "devops",
    "agent-skills"
  ]
}