Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:23:14 +08:00
commit 6f6c079f71
11 changed files with 545 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "load-balancer-tester",
"description": "Test load balancing strategies with traffic distribution validation and failover testing",
"version": "1.0.0",
"author": {
"name": "Claude Code Plugin Hub",
"email": "[email protected]"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}