Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:41:01 +08:00
commit 3b4f3145ad
13 changed files with 299 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"name": "git",
"description": "Git workflow automation with smart commits, conflict resolution, rebase management, worktree creation, and worktree cleanup",
"version": "0.18.0",
"author": {
"name": "Craig Motlin"
},
"skills": [
"./skills/git-workflow/SKILL.md"
],
"agents": [
"./agents/commit-handler.md",
"./agents/rebaser.md",
"./agents/conflict-resolver.md"
],
"commands": [
"./commands/worktree.md",
"./commands/commit.md",
"./commands/commit-chunks.md",
"./commands/conflicts.md",
"./commands/rebase-all.md",
"./commands/clean-worktrees.md"
]
}