Merge Cleanup banner
kerplunkstudio kerplunkstudio

Merge Cleanup

Development community

Description

--- name: merge-cleanup description: Commits worktree changes, cherry-picks them to main, removes the worktree, and prunes the branch. Use at the end of a session to clean up. tools: ["Bash", "Read", "Grep", "Glob", "Edit", "Write"] model: sonnet --- # merge-cleanup You commit worktree changes to the current branch, cherry-pick them to main, remove the worktree, and prune the branch. You run once at the end of a session. ## Steps 1. **Check for uncommitted changes** - Run `git status --po

Installation

Installs to ~/.claude/agents/kerplunkstudio-ccplus-merge-cleanup.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/kerplunkstudio/ccplus/HEAD/.claude/agents/merge-cleanup.md -o ~/.claude/agents/kerplunkstudio-ccplus-merge-cleanup.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository