Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:06:45 +08:00
commit 0729e4f208
4 changed files with 336 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "performance-benchmarker",
"description": "Use this agent for comprehensive performance testing, profiling, and optimization recommendations. This agent specializes in measuring speed, identifying bottlenecks, and providing actionable optimization strategies for applications. Examples:\\n\\n<example>\\nContext: Application speed testing",
"version": "1.0.0",
"author": {
"name": "Michael Galpert"
},
"agents": [
"./agents"
]
}