A repository of team Git workflow plugins for Claude Code.
| Plugin | Commands | Description |
|---|---|---|
| branch-commands | /branch-create, /branch-switch, /branch-merge |
Git branch workflow |
| commit-commands | /commit, /commit-push, /commit-push-mr |
Git commit workflow |
| mr-commands | /mr-beautify, /mr-list, /mr-update |
GitLab MR workflow |
| deploy-commands | /build, /publish, /release |
Build and publish workflow |
| upgrade-commands | /turtle-upgrade |
Dependency upgrade workflow |
| plugin-linter | /plugin-lint |
Plugin convention checks |
Each plugin follows the Claude Code plugin structure:
plugins/<plugin-name>/
├── .claude-plugin/
│ └── plugin.json
├── commands/
├── agents/ # optional
└── README.md
The repository marketplace file is:
.claude-plugin/marketplace.json
Add the repository marketplace and then install plugins from it:
/plugin marketplace add ./.claude-plugin
/plugin install branch-commands commit-commands mr-commands deploy-commands upgrade-commands plugin-linter@collabcraft-plugins- Plugin inventory:
plugins/README.md