Files
gh-geoffjay-claude-plugins-…/.claude-plugin/plugin.json
2025-11-29 18:28:17 +08:00

26 lines
686 B
JSON

{
"name": "git",
"description": "Git focused utilities with namespaced commands for advanced workflows",
"version": "1.0.0",
"author": {
"name": "Geoff Johnson",
"url": "https://github.com/geoffjay"
},
"skills": [
"./skills/git-conventions",
"./skills/git-advanced",
"./skills/git-troubleshooting",
"./skills/git-repository"
],
"commands": [
"./commands/bisect.md",
"./commands/commit.md",
"./commands/worktree.md",
"./commands/rebase-interactive.md",
"./commands/stash-manager.md",
"./commands/branch-cleanup.md",
"./commands/fixup.md",
"./commands/cherry-pick-helper.md",
"./commands/reflog-recover.md"
]
}