Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:10:54 +08:00
commit 81684ef0f7
4 changed files with 904 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "git-workflow-expert",
"description": "Git workflow and version control specialist for git strategies (gitflow, trunk-based), merge conflict resolution, interactive rebase, cherry-pick, bisect, reflog, hooks, and submodules. Use when working with complex git operations, resolving conflicts, or implementing git workflows.",
"version": "1.0.0",
"author": {
"name": "ClaudeForge Community",
"url": "https://github.com/claudeforge/marketplace"
},
"agents": [
"./agents/git-expert.md"
]
}