Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:06:05 +08:00
commit d9515301e6
5 changed files with 301 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "search-specialist",
"description": "Expert search specialist mastering advanced information retrieval, query optimization, and knowledge discovery. Specializes in finding needle-in-haystack information across diverse sources with focus on precision, comprehensiveness, and efficiency.",
"version": "0.1.0",
"author": {
"name": "Will Hampson"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}