tessl i github:jeremylongshore/claude-code-plugins-plus-skills --skill configuring-load-balancersConfigure use when configuring load balancers including ALB, NLB, Nginx, and HAProxy. Trigger with phrases like "configure load balancer", "create ALB", "setup nginx load balancing", or "haproxy configuration". Generates production-ready configurations with health checks, SSL termination, sticky sessions, and traffic distribution rules.
Review Score
67%
Validation Score
13/16
Implementation Score
35%
Activation Score
100%
This skill provides automated assistance for the described functionality.
Before using this skill, ensure:
Nginx Configuration:
# {baseDir}/nginx/load-balancer.conf
## Error Handling
See `{baseDir}/references/errors.md` for comprehensive error handling.
## Examples
See `{baseDir}/references/examples.md` for detailed examples.
## Resources
- Nginx documentation: https://nginx.org/en/docs/
- HAProxy configuration guide: https://www.haproxy.org/
- AWS ALB documentation: https://docs.aws.amazon.com/elasticloadbalancing/
- GCP Load Balancing: https://cloud.google.com/load-balancing/docs
- Example configurations in {baseDir}/lb-examples/