Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:23:02 +08:00
commit 1fd5f0dec6
8 changed files with 360 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "chaos-engineering-toolkit",
"description": "Chaos testing for resilience with failure injection, latency simulation, and system resilience validation",
"version": "1.0.0",
"author": {
"name": "Claude Code Plugin Hub",
"email": "[email protected]"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
]
}