Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By motlin
Automate Git workflows end-to-end: split changes into semantic single-commit branches, stage and commit with conventional messages and fixups, resolve rebase conflicts interactively by editing files and continuing, create worktrees in peer directories with new terminals, prune worktrees safely, and rebase all branches onto upstream.
npx claudepluginhub motlin/claude-code-plugins --plugin gitRemove git worktrees safely
Split local changes into multiple logical commits
Commit local changes to git
Fix all merge conflicts and continue the git rebase
Rebase all branches onto a configurable upstream branch
Commit local changes to git. Use this agent for ALL git commits.
Use this agent to handle git merge conflicts.
Use this agent to rebase local commits on top of the upstream remote/branch after committing code to git. <example> Context: The user has just committed code and wants to rebase on upstream changes. user: "Now rebase my changes on the upstream branch" assistant: "I'll use the rebaser agent to rebase your commits on top of the upstream branch." </example> <example> Context: Code has been committed using the commit-handler agent. user: "Implement the new authentication feature" assistant: "I've implemented the authentication feature and committed the changes." <function call to commit-handler omitted> assistant: "Now I'll rebase these changes on the upstream branch to ensure they're up to date." <commentary> After committing, launch the rebaser agent to rebase on upstream. </commentary> </example>
Uses power tools
Uses Bash, Write, or Edit tools
Runs pre-commands
Contains inline bash commands via ! syntax
Bash prerequisite issue
Uses bash pre-commands but Bash not in allowed tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Core orchestration guidelines for conversation style, code style, testing, tool conventions, and workflow automation
Streamline your git workflow with simple commands for committing, pushing, and creating pull requests
Git workflow and branching best practices
Git automation - PRs, releases, branches, worktrees
Git workflow automation with fork-isolated skills for atomic commits, branch cleanup, conventional commit standards, and context-aware PR review
Code review and worktree workflow commands
Updates iTerm2 window title with Claude Code status indicators showing current activity (working, editing files, running commands, etc.)
Core orchestration guidelines for conversation style, code style, testing, tool conventions, and workflow automation
Java and Maven tools for OpenRewrite import ordering and POM dependency management
Code quality tools for comment cleanup and emoji enhancement
GitHub Actions troubleshooting and CI/CD automation
Share bugs, ideas, or general feedback.
Collection of plugins for Claude Code that enhance terminal integration and task management.
todo.md) and let Claude Code implement them automaticallyFrom GitHub:
claude plugin marketplace add motlin/claude-code-plugins
For local development or if you are behind a firewall, clone first and add from a local directory:
claude plugin marketplace add "$(pwd)"
claude plugin install markdown-tasks@motlin-claude-code-plugins
claude plugin install orchestration@motlin-claude-code-plugins
claude plugin install tmux-titles@motlin-claude-code-plugins
claude plugin install iterm2-titles@motlin-claude-code-plugins
claude plugin install build@motlin-claude-code-plugins
claude plugin install code@motlin-claude-code-plugins
claude plugin install git@motlin-claude-code-plugins
claude plugin install github@motlin-claude-code-plugins
claude plugin install java@motlin-claude-code-plugins
claude plugin install justfile@motlin-claude-code-plugins
claude plugin install offline-claude-code-guide@motlin-claude-code-plugins