MCP HubMCP Hub
スキル一覧に戻る

managing-environment-configurations

jeremylongshore
更新日 Today
71 閲覧
712
74
712
GitHubで表示
メタaiautomation

について

このスキルは、専用プラグインを使用して環境固有の設定とシークレットをClaudeに管理させるものです。開発者が環境設定、シークレット管理について言及した場合や、異なるデプロイ段階用の設定ファイルを生成する必要がある場合にご利用ください。ベストプラクティスに基づいた本番環境対応の設定を提供・管理することで、DevOpsを効率化します。

クイックインストール

Claude Code

推奨
プラグインコマンド推奨
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus
Git クローン代替
git clone https://github.com/jeremylongshore/claude-code-plugins-plus.git ~/.claude/skills/managing-environment-configurations

このコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします

ドキュメント

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.

GitHub リポジトリ

jeremylongshore/claude-code-plugins-plus
パス: backups/skills-batch-20251204-000554/plugins/devops/environment-config-manager/skills/environment-config-manager
aiautomationclaude-codedevopsmarketplacemcp

関連スキル

content-collections

メタ

This skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.

スキルを見る

evaluating-llms-harness

テスト

This Claude Skill runs the lm-evaluation-harness to benchmark LLMs across 60+ standardized academic tasks like MMLU and GSM8K. It's designed for developers to compare model quality, track training progress, or report academic results. The tool supports various backends including HuggingFace and vLLM models.

スキルを見る

sglang

メタ

SGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.

スキルを見る

cloudflare-turnstile

メタ

This skill provides comprehensive guidance for implementing Cloudflare Turnstile as a CAPTCHA-alternative bot protection system. It covers integration for forms, login pages, API endpoints, and frameworks like React/Next.js/Hono, while handling invisible challenges that maintain user experience. Use it when migrating from reCAPTCHA, debugging error codes, or implementing token validation and E2E tests.

スキルを見る