MCP HubMCP Hub
Zurück zu Fähigkeiten

Configuring Load Balancers

jeremylongshore
Aktualisiert Yesterday
66 Ansichten
712
74
712
Auf GitHub ansehen
Metaautomationdesign

Über

Diese Fähigkeit erstellt produktionsreife Konfigurationen für Load Balancer, einschließlich ALB, NLB, Nginx und HAProxy, basierend auf spezifischen Infrastrukturanforderungen. Sie ist ideal für DevOps-Aufgaben und Infrastrukturautomatisierung, wenn Benutzer Load-Balancer-Konfigurationen erstellen oder einrichten müssen. Nutzen Sie sie für Befehle wie "Load Balancer konfigurieren", "Nginx-Konfiguration generieren" oder wenn spezifische Load-Balancer-Typen erwähnt werden.

Schnellinstallation

Claude Code

Empfohlen
Primär
npx skills add jeremylongshore/claude-code-plugins-plus
Plugin-BefehlAlternativ
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus
Git CloneAlternativ
git clone https://github.com/jeremylongshore/claude-code-plugins-plus.git ~/.claude/skills/Configuring Load Balancers

Kopieren Sie diesen Befehl und fügen Sie ihn in Claude Code ein, um diese Fähigkeit zu installieren

Dokumentation

Overview

This skill enables Claude to generate complete and production-ready configurations for various load balancers. It supports ALB, NLB, Nginx, and HAProxy, providing a streamlined approach to infrastructure automation and DevOps tasks.

How It Works

  1. Receiving Requirements: The skill receives user specifications for the load balancer configuration, including type, ports, protocols, and other relevant details.
  2. Generating Configuration: Based on the user's requirements, the skill generates a complete configuration file tailored to the specified load balancer type.
  3. Presenting Configuration: The generated configuration is presented to the user, ready for deployment.

When to Use This Skill

This skill activates when you need to:

  • Generate a load balancer configuration for a new application deployment.
  • Modify an existing load balancer configuration to accommodate changes in traffic patterns or application requirements.
  • Automate the creation of load balancer configurations as part of an infrastructure-as-code workflow.

Examples

Example 1: Setting up an Nginx Load Balancer

User request: "Configure an Nginx load balancer to distribute traffic between two backend servers on ports 8080 and 8081."

The skill will:

  1. Generate an Nginx configuration file that includes upstream definitions for the two backend servers.
  2. Present the complete Nginx configuration file to the user.

Example 2: Creating an ALB Configuration

User request: "Create an ALB configuration for a web application running on port 80, with health checks on /health."

The skill will:

  1. Generate an ALB configuration that includes listener rules, target groups, and health check settings.
  2. Present the complete ALB configuration to the user, ready for deployment via AWS CloudFormation or Terraform.

Best Practices

  • Security: Always review generated configurations for security vulnerabilities before deploying them to production.
  • Testing: Thoroughly test load balancer configurations in a staging environment before deploying them to production.
  • Documentation: Document the purpose and configuration details of each load balancer for future reference.

Integration

This skill can be integrated with other tools and plugins in the Claude Code ecosystem, such as infrastructure-as-code tools like Terraform and CloudFormation, to automate the deployment and management of load balancer configurations. It can also be used in conjunction with monitoring and logging tools to track the performance and health of load balancers.

GitHub Repository

jeremylongshore/claude-code-plugins-plus
Pfad: backups/plugin-enhancements/plugin-backups/load-balancer-configurator_20251020_061804/skills/skill-adapter
aiautomationclaude-codedevopsmarketplacemcp

Verwandte Skills

content-collections

Meta

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.

Skill ansehen

polymarket

Meta

This skill enables developers to build applications with the Polymarket prediction markets platform, including API integration for trading and market data. It also provides real-time data streaming via WebSocket to monitor live trades and market activity. Use it for implementing trading strategies or creating tools that process live market updates.

Skill ansehen

creating-opencode-plugins

Meta

This skill helps developers create OpenCode plugins that hook into 25+ event types like commands, files, and LSP operations. It provides the plugin structure, event API specifications, and implementation patterns for JavaScript/TypeScript modules. Use it when you need to intercept, monitor, or extend the OpenCode AI assistant's lifecycle with custom event-driven logic.

Skill ansehen

sglang

Meta

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.

Skill ansehen