Productivity plugins for Claude Code.
Disclaimer: This is an independent community project, not affiliated with, endorsed by, or sponsored by Anthropic. "Claude" is a trademark of Anthropic, PBC.
# 1. Add this marketplace
claude plugin marketplace add julien92/claude-code-marketplace
# 2. Install a plugin
claude plugin install git-workflow@jc-marketplaceOr use the community CLI (one command):
npx claude-plugins install git-workflow@jc-marketplaceAI-powered Git workflows with Gitmoji
Commands: /git-commit · /git-commit-push-pr · /git-pr-review · /git-changelog · /git-help-rebase · /git-clean-branches
Works with major Git providers out of the box:
| Provider | Support | Auto-detection |
|---|---|---|
| GitHub | ✅ | ✅ |
| GitLab | ✅ | ✅ |
| Bitbucket | ✅ | ✅ |
| GitHub Enterprise | ✅ | via $GIT_PROVIDER |
| GitLab Self-hosted | ✅ | via $GIT_PROVIDER |
Provider is automatically detected from the origin remote URL.
For self-hosted instances, set the environment variable:
export GIT_PROVIDER=gitlab # or github- Claude Code v2.0.12+
- Git 2.0+
Julien Cornille — GitHub
MIT