Show HN: Scape – One-click worktrees and orchestrators for Claude Code
scape.workHey HN, we've been using Claude Code daily for months, and built Scape to fix our biggest pain point: managing multiple worktrees quickly & reducing the mental load of switching between them quickly.
What we built: Scape is a macOS menu bar app that sits on top of Claude Code and gives you:
- One-click worktrees: click a button, get a new git worktree with a Claude session already working on it. Develop in parallel without leaving your current branch. - Toolkit: per-session actions like "Create PR", "Commit & Push", "Run & Fix Tests." Add your own with bash scripts or prompts. - Orchestrators: auto-answer questions, auto-approve tools, set custom instructions. Sessions run autonomously while you work on something else.
It monitors all your Claude Code sessions across iTerm2 terminals, so you always know what's happening at a glance.
Privacy: Everything is stored locally at ~/.claude/scape/. No code or terminal content leaves your machine.
We'd love feedback, especially on what workflows you'd want to automate. We're planning to add A LOT more over the coming weeks, specifically around embedded terminals and more automation.
macOS 14+ only for now (more terminal & agent model support coming). This looks pretty cool. I’ve been using Claude Code a lot lately and once you start trying a few things in parallel it gets messy fast — multiple terminals, different branches, remembering which session was doing what, etc. Wrapping worktrees + sessions into one place with some common actions actually seems pretty useful. Curious to try it out and see how it feels in practice. Started playing around with Scape... Been struggling to manage continuity between multiple sessions- its immediately obvious how this high-level management will speed up my cross-project dev. - kudos