Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:02:53 +08:00
commit 4ae3e9ce6e
14 changed files with 2266 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "power",
"description": "power claude plugin",
"version": "0.0.2",
"author": {
"name": "BaiFan"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}