Claude Code Agent Manager banner
pacphi pacphi

Claude Code Agent Manager

Development community

Description

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

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

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

# 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
./bin/agent-manager list

Key Features

  • YAML Configuration - Define sources and behaviors in agents-config.yaml
  • Multiple Sources - GitHub, Git, Local filesystem support
  • Conflict Resolution - Intelligent handling with backup strategies
  • Installation Tracking - Complete file-level tracking
  • Transformations - Remove prefixes, extract docs, custom scripts

Documentation

🚀 Getting Started

📚 Command Reference

📖 Guides