pacphi/claude-code-agent-manager

8 stars · Last commit 2026-04-06

A powerful, YAML-driven system for managing Claude Code subagents from multiple sources with intelligent conflict resolution, transformations, and tracking.

README preview

# Claude Code Agent Manager

[![Version](https://img.shields.io/github/v/release/pacphi/claude-code-agent-manager?include_prereleases)](https://github.com/pacphi/claude-code-agent-manager/releases)
[![License](https://img.shields.io/github/license/pacphi/claude-code-agent-manager)](LICENSE)
[![CI](https://github.com/pacphi/claude-code-agent-manager/actions/workflows/ci.yml/badge.svg)](https://github.com/pacphi/claude-code-agent-manager/actions/workflows/ci.yml)

A powerful YAML-driven system for managing Claude Code [subagents](https://docs.anthropic.com/en/docs/claude-code/sub-agents) from multiple sources.

## Quick Start

```bash
# Clone and build
gh repo clone pacphi/claude-code-agent-manager
cd claude-code-agent-manager
make build

# Install agents
./bin/agent-manager install

# List installed agents

View full repository on GitHub →