By julien92
AI-powered Git workflows: smart commits, PR creation, changelogs, and releases for GitHub, GitLab, and Bitbucket
npx claudepluginhub julien92/claude-code-marketplace --plugin git-workflowFind the commit that introduced a bug using AI-powered binary search
Generate a changelog from commits between two tags
Clean up git branches marked as [gone]
Commit, push and create a Pull Request targeting the parent branch (GitHub/GitLab/Bitbucket)
Create a git commit with Gitmoji and push
Create a git commit with Gitmoji
Help resolve git rebase conflicts interactively - use when user is stuck in a rebase or has merge conflicts
Review any Pull Request with AI-assisted analysis and inline comments (GitHub/GitLab/Bitbucket)
Investigate git history to explain why specific code exists - use when user asks about code origins, reasons, or historical context
This skill provides conventions for writing git commit messages with Gitmoji emojis. Use when the user asks to "commit changes", "create a commit", "push my code", or any git commit-related task.
Git-workflow plugin cache management. Use when Provider cache shows "not cached" to detect and cache the git provider. Also use to understand cache format or refresh cached values.
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-marketplace
Or use the community CLI (one command):
npx claude-plugins install git-workflow@jc-marketplace
AI-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
Julien Cornille — GitHub
MIT
Battle-tested Claude Code plugin for engineering teams — 48 agents, 184 skills, 79 legacy command shims, production-ready hooks, and selective install workflows evolved through continuous real-world use
No model invocation
Executes directly as bash, bypassing the AI model
Runs pre-commands
Contains inline bash commands via ! syntax
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.