If you're constantly juggling multiple branches or reviewing PRs without polluting your main working directory, this gives you a proper workflow around git worktrees. It wraps the raw git commands in a manager script that handles the annoying bits: creating worktrees with sensible naming, copying over your .env files, trusting your mise and direnv configs safely, and cleaning up when you're done. The skill is opinionated about never calling git worktree add directly, which is honestly the right call since managing worktrees manually gets messy fast. Built by the Every team as part of their compound engineering toolkit.
npx skills add https://github.com/everyinc/compound-engineering-plugin --skill git-worktree