From load-balancer-tester
Tests load balancing configurations including traffic distribution, failover, sticky sessions, and health checks 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.
npx claudepluginhub danielmiessler/claude-code-plugins-plus --plugin load-balancer-tester