Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:22:57 +08:00
commit 12a5ba6a10
11 changed files with 770 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "api-test-automation",
"description": "Automated API endpoint testing with request generation, validation, and comprehensive test coverage",
"version": "1.0.0",
"author": {
"name": "Claude Code Plugins",
"email": "[email protected]"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
]
}