Agent SkillsAgent Skills
jeremylongshore

environment-config-manager

@jeremylongshore/environment-config-manager
jeremylongshore
2,103
284 forks
Updated 5/5/2026
View on GitHub

managing-environment-configurations: This skill enables Claude to manage environment configurations and secrets across different deployments using the environment-config-manager plugin. It is invoked when the user needs to generate, update, or retrieve configuration settings for various environments (e.g., development, staging, production). Use this skill when the user explicitly mentions "environment configuration," "secrets management," "deployment configuration," or asks to "generate config files". It helps streamline DevOps workflows by providing production-ready configurations based on best practices.

Installation

$npx agent-skills-cli install @jeremylongshore/environment-config-manager
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Pathbackups/skills-batch-20251204-000554/plugins/devops/environment-config-manager/skills/environment-config-manager/SKILL.md
Branchmain
Scoped Name@jeremylongshore/environment-config-manager

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

npx agent-skills-cli list

Skill Instructions


name: managing-environment-configurations description: | This skill enables Claude to manage environment configurations and secrets across different deployments using the environment-config-manager plugin. It is invoked when the user needs to generate, update, or retrieve configuration settings for various environments (e.g., development, staging, production). Use this skill when the user explicitly mentions "environment configuration," "secrets management," "deployment configuration," or asks to "generate config files". It helps streamline DevOps workflows by providing production-ready configurations based on best practices. allowed-tools: Read, Write, Edit, Grep, Glob, Bash version: 1.0.0

Overview

This skill empowers Claude to interact with the environment-config-manager plugin to handle environment-specific configurations and sensitive information. It ensures consistency and security across different deployment stages.

How It Works

  1. Receiving User Request: Claude receives a request related to environment configuration or secrets management.
  2. Invoking Plugin: Claude invokes the environment-config-manager plugin with the user's specifications.
  3. Generating Configuration: The plugin generates the required configuration files or settings based on the input.

When to Use This Skill

This skill activates when you need to:

  • Generate environment-specific configuration files.
  • Manage secrets and sensitive information for different deployments.
  • Update existing configuration settings for a specific environment.

Examples

Example 1: Generating Production Configuration

User request: "Generate a production configuration for my web application using best practices for security and scalability."

The skill will:

  1. Invoke the environment-config-manager plugin to generate a production configuration file.
  2. Return the generated configuration file to the user.

Example 2: Updating Development Environment Variables

User request: "Update the database connection string in the development environment configuration to 'new_db_string'."

The skill will:

  1. Invoke the environment-config-manager plugin to update the specified environment variable.
  2. Confirm the update to the user.

Best Practices

  • Specificity: Provide specific details about the environment and the desired configuration settings.
  • Security: Always prioritize secure storage and handling of sensitive information, such as API keys and database credentials.
  • Version Control: Maintain version control of your configuration files to track changes and facilitate rollbacks.

Integration

This skill can be integrated with other deployment and automation tools to streamline the entire DevOps pipeline. It also complements skills related to code generation and infrastructure provisioning.

More by jeremylongshore

View all
git-commit-smart
2,103

generating-smart-commits: This skill generates conventional commit messages using AI analysis of staged Git changes. It automatically determines the commit type (feat, fix, docs, etc.), identifies breaking changes, and formats the message according to conventional commit standards. Use this when asked to create a commit message, write a Git commit, or when the user uses the `/commit-smart` or `/gc` command. It is especially useful after changes have been staged with `git add`.

docker-compose-generator
2,103

generating-docker-compose-files: This skill enables Claude to generate Docker Compose configurations for multi-container applications. It leverages best practices for production-ready deployments, including defining services, networks, volumes, health checks, and resource limits. Claude should use this skill when the user requests a Docker Compose file, specifies application architecture involving multiple containers, or mentions needs for container orchestration, environment variables, or persistent data management in a Docker environment. Trigger terms include "docker-compose", "docker compose file", "multi-container", "container orchestration", "docker environment", "service definition", "volume management", "network configuration", "health checks", "resource limits", and ".env files".

fairdb-backup-manager
2,103

Automatically manages PostgreSQL backups with pgBackRest and Wasabi S3 storage when working with FairDB databases Activates when you request "fairdb backup manager" functionality.

log-aggregation-setup
2,103

setting-up-log-aggregation: This skill sets up log aggregation solutions using ELK (Elasticsearch, Logstash, Kibana), Loki, or Splunk. It generates production-ready configurations and setup code based on specific requirements and infrastructure. Use this skill when the user requests to set up logging infrastructure, configure log aggregation, deploy ELK stack, deploy Loki, deploy Splunk, or needs help with observability. It is triggered by terms like "log aggregation," "ELK setup," "Loki configuration," "Splunk deployment," or similar requests for centralized logging solutions.