library/specializations/network-programming/skills/load-balancer/SKILL.md
Expert skill for load balancer configuration, algorithms, and high availability design
npx skillsauth add a5c-ai/babysitter load-balancerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Expert skill for load balancer configuration, algorithm implementation, and high availability design.
HAProxy - High-performance TCP/HTTP load balancerNGINX - Web server and reverse proxykeepalived - HA and failoverLVS/IPVS - Linux Virtual Serverhaproxyctl - HAProxy managementbackend web_servers
balance roundrobin
option httpchk GET /health
http-check expect status 200
server web1 10.0.0.1:80 check weight 100
server web2 10.0.0.2:80 check weight 100 backup
upstream backend {
least_conn;
server 10.0.0.1:8080 weight=5;
server 10.0.0.2:8080;
keepalive 32;
}
echo "show stat" | socat stdio /var/run/haproxy/admin.sock
development
Model documentation skill for generating model cards following Google's model card framework.
development
MLflow integration skill for experiment tracking, model registry, and artifact management. Enables LLMs to log experiments, compare runs, manage model lifecycle, and retrieve artifacts through the MLflow API.
data-ai
LIME-based local explanation skill for individual predictions across tabular, text, and image data.
devops
Kubeflow Pipelines skill for ML workflow orchestration, component management, and Kubernetes-native ML.