Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:08:16 +08:00
commit 8d24a24302
4 changed files with 298 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "workflow-optimizer",
"description": "Use this agent for optimizing human-agent collaboration workflows and analyzing workflow efficiency. This agent specializes in identifying bottlenecks, streamlining processes, and ensuring smooth handoffs between human creativity and AI assistance. Examples:\\n\\n<example>\\nContext: Improving development workflow efficiency",
"version": "1.0.0",
"author": {
"name": "Michael Galpert"
},
"agents": [
"./agents"
]
}