Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:39:10 +08:00
commit b4d2d1e870
9 changed files with 660 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "git",
"description": "Agent-based git workflow automation with Haiku for fast, efficient commit, push, and PR operations using conventional commit standards",
"version": "1.0.0",
"author": {
"name": "Marcio Altoé",
"email": "marcio.altoe@gmail.com"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}