This skill configures load balancers, including ALB, NLB, Nginx, and HAProxy. It generates production-ready configurations based on specified requirements and infrastructure. Use this skill when the user asks to "configure load balancer", "create load balancer config", "generate nginx config", "setup HAProxy", or mentions specific load balancer types like "ALB" or "NLB". It's ideal for DevOps tasks, infrastructure automation, and generating load balancer configurations for different environments.
Installation
Details
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
skills listSkill Instructions
name: Configuring Load Balancers description: | This skill configures load balancers, including ALB, NLB, Nginx, and HAProxy. It generates production-ready configurations based on specified requirements and infrastructure. Use this skill when the user asks to "configure load balancer", "create load balancer config", "generate nginx config", "setup HAProxy", or mentions specific load balancer types like "ALB" or "NLB". It's ideal for DevOps tasks, infrastructure automation, and generating load balancer configurations for different environments.
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
- Receiving Requirements: The skill receives user specifications for the load balancer configuration, including type, ports, protocols, and other relevant details.
- Generating Configuration: Based on the user's requirements, the skill generates a complete configuration file tailored to the specified load balancer type.
- 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:
- Generate an Nginx configuration file that includes upstream definitions for the two backend servers.
- 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:
- Generate an ALB configuration that includes listener rules, target groups, and health check settings.
- 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.
More by jeremylongshore
View allRabbitmq Queue Setup - Auto-activating skill for Backend Development. Triggers on: rabbitmq queue setup, rabbitmq queue setup Part of the Backend Development skill category.
evaluating-machine-learning-models: This skill allows Claude to evaluate machine learning models using a comprehensive suite of metrics. It should be used when the user requests model performance analysis, validation, or testing. Claude can use this skill to assess model accuracy, precision, recall, F1-score, and other relevant metrics. Trigger this skill when the user mentions "evaluate model", "model performance", "testing metrics", "validation results", or requests a comprehensive "model evaluation".
building-neural-networks: This skill allows Claude to construct and configure neural network architectures using the neural-network-builder plugin. It should be used when the user requests the creation of a new neural network, modification of an existing one, or assistance with defining the layers, parameters, and training process. The skill is triggered by requests involving terms like "build a neural network," "define network architecture," "configure layers," or specific mentions of neural network types (e.g., "CNN," "RNN," "transformer").
Oauth Callback Handler - Auto-activating skill for API Integration. Triggers on: oauth callback handler, oauth callback handler Part of the API Integration skill category.
