Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:58:42 +08:00
commit dfbcbf029b
8 changed files with 582 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "claude",
"description": "Plugin de base pour Claude Code avec commandes essentielles pour l'amélioration et la documentation",
"version": "1.0.0",
"author": {
"name": "Aurélien Tournayre",
"email": "aurelien.tournayre@gmail.com"
},
"commands": [
"./commands"
]
}