Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:04:10 +08:00
commit eba897b941
4 changed files with 273 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "api-tester",
"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": "Michael Galpert"
},
"agents": [
"./agents"
]
}