HAProxy load balancer reference. Frontend binds with ACL routing, backend server pools with health checks, balance algorithms (roundrobin/leastconn/source), SSL termination with SNI, stick-table rate limiting, and stats/Prometheus monitoring.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add bytesagain/ai-skills --skill haproxy --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Haproxy?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bytesagain-haproxy)More formats (shields.io, HTML) on the badges page.
---
name: "haproxy"
version: "1.0.0"
description: "HAProxy load balancer reference. Frontend binds with ACL routing, backend server pools with health checks, balance algorithms (roundrobin/leastconn/source), SSL termination with SNI, stick-table rate limiting, and stats/Prometheus monitoring."
author: "BytesAgain"
homepage: "https://bytesagain.com"
source: "https://github.com/bytesagain/ai-skills"
tags: [haproxy, loadbalancer, proxy, http, ssl, sysops]
category: "sysops"
---
# HAProxy
HAProxy high-performance load balancer reference.
## Commands
| Command | Description |
|---------|-------------|
| `intro` | HAProxy overview, L4/L7, architecture |
| `config` | Config structure: global/defaults/frontend/backend |
| `frontend` | Binds, ACLs, routing, request manipulation |
| `backend` | Servers, balance algorithms, sticky sessions |
| `health` | Health check options, agent checks |
| `ssl` | SSL termination, SNI, ciphers, HSTS |
| `stick-tables` | Rate limiting, connection tracking |
| `stats` | Stats page, Prometheus, runtime management |
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Build reusable Terraform modules for AWS, Azure, and GCP infrastructure following infrastructure-as-code best practices. Use when creating infrastructure modules, standardizing cloud provisioning, or implementing reusable IaC components.