Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:11:15 +08:00
commit 447c5f5cf0
4 changed files with 311 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"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": "ClaudeForge Community",
"url": "https://github.com/claudeforge/marketplace"
},
"agents": [
"./agents/performance-benchmarker.md"
]
}