Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:09:01 +08:00
commit 1a772d4a57
9 changed files with 620 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "research",
"description": "A research toolkit for claude code",
"version": "1.0.0",
"author": {
"name": "Cheolwan Park",
"url": "https://github.com/cheolwanpark"
},
"agents": [
"./agents"
]
}