Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:09:41 +08:00
commit a8cc3612d2
4 changed files with 128 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "api-quality-assurance",
"description": "Use this agent for comprehensive API testing including performance testing, load testing, and contract testing. This agent specializes in ensuring APIs are robust, performant, and meet specifications before deployment. Examples:\\n\\n<example>\\nContext: Testing API performance under load",
"version": "1.0.0",
"author": {
"name": "ClaudeForge Community",
"url": "https://github.com/claudeforge/marketplace"
},
"agents": [
"./agents/api-tester.md"
]
}