Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:22:52 +08:00
commit ba1e6370e1
7 changed files with 399 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "git-workflow",
"description": "Git and GitHub workflow commands for commits and pull requests",
"version": "1.0.0",
"author": {
"name": "David Lopes"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}