Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:12:10 +08:00
commit 2cafb7ddbe
4 changed files with 238 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "tool-evaluator",
"description": "Use this agent when evaluating new development tools, frameworks, or services for the studio. This agent specializes in rapid tool assessment, comparative analysis, and making recommendations that align with the 6-day development cycle philosophy. Examples:\\n\\n<example>\\nContext: Considering a new framework or library",
"version": "1.0.0",
"author": {
"name": "ClaudeForge Community",
"url": "https://github.com/claudeforge/marketplace"
},
"agents": [
"./agents/tool-evaluator.md"
]
}