Back to Skills

configuring-load-balancers

jeremylongshore
Updated Today
36 views
712
74
712
View on GitHub
Metaautomationdesign

About

This skill generates production-ready configurations for load balancers like ALB, NLB, Nginx, and HAProxy based on user requirements. It's designed for DevOps tasks and infrastructure automation, helping developers quickly create load balancer setups. Use it when you need to configure, create, or set up any of the supported load balancer types.

Quick Install

Claude Code

Recommended
Plugin CommandRecommended
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus
Git CloneAlternative
git clone https://github.com/jeremylongshore/claude-code-plugins-plus.git ~/.claude/skills/configuring-load-balancers

Copy and paste this command in Claude Code to install this skill

Documentation

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
Path: backups/skills-batch-20251204-000554/plugins/devops/load-balancer-configurator/skills/load-balancer-configurator
aiautomationclaude-codedevopsmarketplacemcp

Related Skills

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.

View skill

langchain

Meta

LangChain is a framework for building LLM applications using agents, chains, and RAG pipelines. It supports multiple LLM providers, offers 500+ integrations, and includes features like tool calling and memory management. Use it for rapid prototyping and deploying production systems like chatbots, autonomous agents, and question-answering services.

View skill

Algorithmic Art Generation

Meta

This skill helps developers create algorithmic art using p5.js, focusing on generative art, computational aesthetics, and interactive visualizations. It automatically activates for topics like "generative art" or "p5.js visualization" and guides you through creating unique algorithms with features like seeded randomness, flow fields, and particle systems. Use it when you need to build reproducible, code-driven artistic patterns.

View skill

webapp-testing

Testing

This Claude Skill provides a Playwright-based toolkit for testing local web applications through Python scripts. It enables frontend verification, UI debugging, screenshot capture, and log viewing while managing server lifecycles. Use it for browser automation tasks but run scripts directly rather than reading their source code to avoid context pollution.

View skill