
Worktree Monitor
- 1 repo stars
- Updated March 10, 2026
- lsagetlethias/claude-worktree-monitor-plugin
worktree-monitor is a Claude Code plugin that displays worktree status, enforces file-access hooks, and provides setup skills so developers can run safer multi-worktree agent sessions.
About
worktree-monitor is a Claude Code marketplace plugin that adds a persistent status line, protection hooks, and management skills for git worktree sessions. It helps developers running multiple parallel Claude Code checkouts see which worktree is active and avoid editing files outside the intended tree. Reach for it when parallel agents or branches multiply and you need visibility plus guardrails inside the Claude Code CLI.
- Live status line shows worktree, model, and context usage
- PreToolUse and PostToolUse hooks guard cross-worktree file access
- Configurable widgets for git ahead/behind, dirty state, and diff stats
- Skills for /setup, /set worktree, and widget configuration
- Opt-in readonly and readwrite permissions between related worktrees
Worktree Monitor by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add lsagetlethias/claude-worktree-monitor-pluginAdd your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| repo stars | ★ 1 |
|---|---|
| Last updated | March 10, 2026 |
| Repository | lsagetlethias/claude-worktree-monitor-plugin ↗ |
How do I keep track of which git worktree Claude Code is using and stop accidental edits across parallel checkouts?
Monitor active git worktrees in Claude Code with a live status line, protection hooks, and skills to prevent cross-worktree file mistakes.
Who is it for?
Developers using multiple git worktrees with Claude Code who need always-on context and optional file-access protection.
Skip if: Single-checkout workflows with no parallel branches or agents where a standard git prompt is enough.
What you get
Delivers a configured status line, session hooks, inter-worktree permission rules, and slash commands for worktree setup and selection.
Plugins in this marketplace
1 plugin - install individually after you add the marketplace.
Recommended Marketplaces
FAQ
What appears on the status line?
Widgets can show the active worktree and branch, Claude model, context token usage, and optional git ahead/behind, dirty files, and diff stats.
Are cross-worktree edits blocked by default?
File guard hooks are opt-in; you enable PreToolUse access control and PostToolUse warnings during /Worktree Monitor:setup.
What do I need installed?
Claude Code CLI, Node.js 22+, pnpm, and git; then add the marketplace plugin and run the setup skill.