Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:47:00 +08:00
commit 24566db8d8
9 changed files with 362 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "avalonia",
"description": "Claude Code plugin",
"version": "1.0.0",
"author": {
"name": "chuan"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}