> configuring-load-balancers
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
curl "https://skillshub.wtf/jeremylongshore/claude-code-plugins-plus-skills/load-balancer-configurator?format=md"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.
> related_skills --same-repo
> agent-context-loader
PROACTIVE AUTO-LOADING: Automatically detects and loads AGENTS.md files from the current working directory when starting a session or changing directories. This skill ensures agent-specific instructions are incorporated into Claude Code's context alongside CLAUDE.md, enabling specialized agent behaviors. Triggers automatically when Claude detects it's working in a directory, when starting a new session, or when explicitly requested to "load agent context" or "check for AGENTS.md file".
> Google Cloud Agent SDK Master
Automatic activation for ALL Google Cloud Agent Development Kit (ADK) and Agent Starter Pack operations - multi-agent systems, containerized deployment, RAG agents, and production orchestration. **TRIGGER PHRASES:** - "adk", "agent development kit", "agent starter pack", "multi-agent", "build agent" - "cloud run agent", "gke deployment", "agent engine", "containerized agent" - "rag agent", "react agent", "agent orchestration", "agent templates" **AUTO-INVOKES FOR:** - Agent creation and scaffold
> Vertex AI Media Master
Automatic activation for ALL Google Vertex AI multimodal operations - video processing, audio generation, image creation, and marketing campaigns. **TRIGGER PHRASES:** - "vertex ai", "gemini multimodal", "process video", "generate audio", "create images", "marketing campaign" - "imagen", "video understanding", "multimodal", "content generation", "media assets" **AUTO-INVOKES FOR:** - Video processing and understanding (up to 6 hours) - Audio generation and transcription - Image generation with I
> yaml-master
PROACTIVE YAML INTELLIGENCE: Automatically activates when working with YAML files, configuration management, CI/CD pipelines, Kubernetes manifests, Docker Compose, or any YAML-based workflows. Provides intelligent validation, schema inference, linting, format conversion (JSON/TOML/XML), and structural transformations with deep understanding of YAML specifications and common anti-patterns.