AI AGENT ADDONS
Git & Pull Requests
2,119installs

When you start new work on a code project, your main checkout should stay clean. This skill helps you work in an isolated workspace using a git worktree. It keeps your changes separate from the main branch.

First, it checks if you are already in an isolated worktree. If yes, it works right there. If not, it prefers the harness's native worktree tool. Only as a last resort does it use plain git to create a new worktree.

This way your work stays safe and the harness can manage everything properly. No more messing up your main checkout.

Add Ce Worktree skill to your workflow

Global

mkdir -p ~/.claude/skills/ce-worktree

Project

mkdir -p .claude/skills/ce-worktree

Source Repository

Stars
22,190
Forks
1,637
Watchers
22,190
License
MIT
Last Push
23 days ago
Created
9 months ago