Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:58:57 +08:00
commit aa9c67f533
7 changed files with 672 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "github",
"description": "Gestion GitHub : issues, PR, analyse d'impact avec skills spécialisés",
"version": "1.1.0",
"author": {
"name": "Aurélien Tournayre",
"email": "aurelien.tournayre@gmail.com"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}