Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:01:27 +08:00
commit 585e3d35c2
11 changed files with 532 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "c2",
"description": "Claude Code with Codex plugin for internal team use",
"version": "1.0.0",
"author": {
"name": "Blyrin"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}