devhimanshulohani/claude-agent-manager
6 stars · Last commit 2026-04-03
Claude Code plugin to spawn and manage autonomous background agents with persistent state, worktree isolation, and auto-completion hooks
README preview
# Claude Agent Manager A Claude Code plugin for spawning and managing autonomous background agents with persistent state across sessions. ## What it does - **Spawn** background agents that work in isolated git worktrees - **Track** agent status with a persistent registry (`.claude/agents/registry.json`) - **Auto-detect completion** via hooks — registry updates in real-time when agents finish - **Resume** stopped or failed agents from where they left off - **Merge** completed agent work back into your main branch - **Monitor** agent activity with logs, diffs, and watch mode - **Learn** from previous tasks via persistent worker memory ## Install ```bash claude plugin install agent-manager ```