From load-balancer-tester
This skill enables Claude to test load balancing strategies. It validates traffic distribution across backend servers, tests failover scenarios when servers become unavailable, verifies sticky sessions, and assesses health check functionality. Use this skill when the user asks to "test load balancer", "validate traffic distribution", "test failover", "verify sticky sessions", or "test health checks". It is specifically designed for testing load balancing configurations using the `load-balancer-tester` plugin.
How this skill is triggered — by the user, by Claude, or both
Slash command
/load-balancer-tester:load-balancer-testerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill empowers Claude to thoroughly test load balancing configurations, ensuring high availability and optimal performance. It automates the process of validating traffic distribution, simulating server failures, and verifying session persistence.
This skill empowers Claude to thoroughly test load balancing configurations, ensuring high availability and optimal performance. It automates the process of validating traffic distribution, simulating server failures, and verifying session persistence.
load-balancer-tester plugin to run a series of tests, including traffic distribution validation, failover testing, sticky session verification, and health check testing.This skill activates when you need to:
User request: "Test load balancer traffic distribution for even distribution across servers."
The skill will:
lb-test command.User request: "Test failover when one of the backend servers becomes unavailable."
The skill will:
lb-test command.This skill works independently using the load-balancer-tester plugin. It can be used in conjunction with other skills to configure and manage the load balancer before testing.
Guides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
3plugins reuse this skill
First indexed Jul 13, 2026
npx claudepluginhub dorucioclea/claude-code-plugins-plus --plugin load-balancer-tester