Hangar.Nvim
Description
Run a fleet of coding agents in parallel git worktrees. Review and merge from a dashboard inside Neovim.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
hangar.nvim
[](https://github.com/yal212/hangar.nvim/releases/latest) [](https://github.com/yal212/hangar.nvim/actions/workflows/ci.yml) [](https://neovim.io)
**Run a fleet of coding agents in parallel git worktrees. Review and merge from a dashboard.**
Spawn headless agent runs — [Claude Code](https://claude.com/claude-code) (default), OpenAI Codex, Gemini CLI, or OpenCode — on different tasks, each in its own git worktree and branch. Watch them work live, diff the results, merge the winners, discard the rest. Never leave Neovim.
*Think: lazygit for coding agents.*

Why
Power users already do this by hand: `tmux` panes, `git worktree add`, `claude -p "..."` in each, then juggle diffs and merges. hangar.nvim turns that workflow into three keystrokes:
:Hangar spawn --yolo fix the flaky auth test
:Hangar spawn --yolo add dark mode to the settings page
:Hangar " dashboard: watch both, diff, merge the good one
- Parallel by default — each run gets an isolated worktree + branch outside your repo; your working tree is never touched.
- Live mission control — dashboard shows status, adapter, elapsed time, model, turn count, cost, and files changed for every run, with repo totals in the footer, sort and filter toggles, all updating in real time.
- Readable transcripts —
tails a run's stream as clean text and tool calls, not raw JSON. - Native review —
dlists changed files;opens a realdiffsplitagainst the run's base commit.msquash-merges the branch (offering a rebase-and-retry when it conflicts),xdeletes worktree + branch. - Zero dependencies
Related Skills
Epic Sync
Sync epic issue bodies, labels, and local coordination snapshots from GitHub.
Git 使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git