Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:07:47 +08:00
commit decec7bf7a
4 changed files with 243 additions and 0 deletions

View File

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