Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:06:16 +08:00
commit 1c16f0df0a
14 changed files with 1413 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "researcher",
"description": "Comprehensive Research Planning agents specializing in synthesising hypothesis and claims, researching related work and challenging assumptions.",
"version": "0.1.0",
"author": {
"name": "Wieland Brendel",
"email": "wieland.brendel@tue.ellis.eu"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}