By motlin
Git workflow automation with smart commits, conflict resolution, rebase management, worktree creation, and worktree cleanup
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
Split a branch with N commits into N branches with 1 commit each
Create a git worktree in a peer directory
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>
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
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
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
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
AI-supervised issue tracker for coding workflows. Manage tasks, discover work, and maintain context with simple CLI commands.
Complete collection of battle-tested Claude Code configs agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement