Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:45:53 +08:00
commit bf626a95e2
68 changed files with 15159 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "langgraph-master-plugin",
"description": "langgraph specialist plugin.",
"version": "0.0.8",
"author": {
"name": "Hiroshi Ayukawa"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}