Git
Git from motlin/claude-code-plugins.
Skills in this plugin
6- ▌ Wip · motlin bundleRun on /wip or for a whole-repository cleanup spanning multiple worktrees and branches. Trigger when the request combines operations such as removing stale worktrees, rebasing all branches, retesting, and pushing, including "clean up my worktrees and branches", "rebase all my branches and get them tested and pushed", or "settle my WIP". The workflow gates destructive and outward-facing actions, never uses --force, and handles worktree, rebase, and test edge cases. Defer to single-operation git skills when the user targets one specific branch or worktree. Wraps git:clean-worktrees and build:test-all.
- ▌ Git Commit · motlinCommit local changes with careful staging and single-line messages. Use for all git commit operations.
- ▌
- ▌ Git Workflow · motlinCommit message format and git workflow rules. ALWAYS use this skill for every git commit — no exceptions — and whenever rewording an existing commit message.
- ▌
- ▌ Git Commit Chunks · motlinSplit local changes into multiple logical commits. Use when the user asks to commit changes in chunks.