Git

Git from motlin/claude-code-plugins.

by @motlin 6 skills

Skills in this plugin

6
  1. Wip · motlin bundle
    Run 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.
    1 install
  2. Git Commit · motlin
    Commit local changes with careful staging and single-line messages. Use for all git commit operations.
    1 install
  3. Git Rebase · motlin
    Rebase local commits on the configured upstream using the plugin rebase script.
    1 install
  4. Git Workflow · motlin
    Commit message format and git workflow rules. ALWAYS use this skill for every git commit — no exceptions — and whenever rewording an existing commit message.
    1 install
  5. Git Split Branch · motlin
    Split the current branch into multiple branches with one commit each.
    1 install
  6. Git Commit Chunks · motlin
    Split local changes into multiple logical commits. Use when the user asks to commit changes in chunks.
    1 install