
708u Twig
- 22 repo stars
- Updated July 6, 2026
- 708u/twig
708u Twig is a Claude Code plugin that simplifies git worktree and branch management with symlinks, change carrying, and cleanup.
About
708u Twig is a Claude Code plugin that streamlines git worktree and branch workflows for developers juggling multiple lines of work. Instead of manually cloning repos or copying.env files, you configure symlinks and optional change carrying so each worktree stays aligned with your main setup while you experiment on separate branches. Cleanup helpers reduce leftover worktrees after merges or abandoned spikes. It targets developers who already use git worktrees for parallel features, bugfixes, or agent-driven refactors and want less friction when switching context in the terminal. Complexity stays approachable if you know basic git branching; the value is operational speed and fewer mistakes when moving partial changes between trees.
- Configurable symlinks so deps and secrets stay consistent across worktrees
- Change carrying between branches without losing uncommitted work
- Worktree and branch cleanup to avoid stale directories piling up
- CLI-oriented git workflows tuned for Claude Code sessions
- Single-plugin bundle focused purely on worktree ergonomics
708u Twig by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install 708u-twig@708u/twigAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 22 |
|---|---|
| Last updated | July 6, 2026 |
| Repository | 708u/twig ↗ |
What it does
Spin up parallel git worktrees with shared env files and carry WIP between branches without manual copy-paste.
Who is it for?
Best when you use git worktrees daily with Claude Code for feature branches, spikes, or multi-agent repo sessions.
Skip if: Skip if you're on pure trunk-based flow with no worktrees, or developers and only need vanilla git merge/rebase help.
What you get
You keep one coherent dev layout across worktrees, move in-progress changes safely, and retire stale trees without hunting disk clutter.
- Configured worktree layout with shared symlink targets
- Documented branch and worktree lifecycle in your repo
- Reduced manual env duplication across parallel trees
By the numbers
- Repository 708u/twig
- 1 plugin in bundle
- ~20 GitHub stars (catalog snapshot)
Recommended Plugins
How it compares
Git worktree CLI helper, not a code-review or CI deployment plugin.
FAQ
Who is 708u Twig for?
and small-team developers who run multiple git worktrees and want symlinked shared files plus safer change moves from Claude Code.
When should I use 708u Twig?
Use it when you open parallel branches or worktrees for features, fixes, or experiments and need consistent env paths and cleanup.
How do I add 708u Twig to my agent?
Install the 708u/twig Claude Code plugin from the repo catalog, enable it in your Claude Code plugin config, and use its git worktree commands from the CLI workflow it documents.