708u Twig
708u Twig is a Claude Code plugin for the Build phase that simplifies git worktree and branch management with symlinks, change carrying, and cleanup.
Spin up parallel git worktrees with shared env files and carry WIP between branches without manual copy-paste.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install 708u-twig@708u/twigBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:708u/twig") and the paste-ready config with skillselion.get_install_config("plugin:708u/twig").
What it does
708u Twig is a Claude Code plugin that streamlines git worktree and branch workflows for solo builders 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.
Highlights
- 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
Why builders use it
Parallel branches and worktrees multiply copy-paste, broken env paths, and orphaned directories when you ship fast alone.
You keep one coherent dev layout across worktrees, move in-progress changes safely, and retire stale trees without hunting disk clutter.
At a glance
- Type - Plugin in Development Tools.
- Adoption - 0 installs, 20 stars, 0 votes.
FAQ
Who is 708u Twig for?
Solo and small-team builders 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.
Comments
Share how you use 708u-twig, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.