Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:43:50 +08:00
commit 2ee7cf29a2
10 changed files with 794 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "consultant",
"description": "Multi-model AI consultation and research using GPT-5/Codex, Gemini, Grok, Perplexity, and Claude. Supports single-agent consultation or parallel multi-agent research (5-40 agents).",
"version": "0.2.1",
"author": {
"name": "Nick Nisi",
"email": "nick@nisi.org"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
]
}