Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:56:00 +08:00
commit 0fd83ebdbd
5 changed files with 318 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "git",
"description": "Set of commands, skills, and agents to manage git projects",
"version": "1.0.0",
"author": {
"name": "Artur Roszczyk",
"email": "[email protected]"
},
"commands": [
"./commands"
]
}