Metadata-Version: 2.4
Name: agent-add
Version: 0.1.0
Summary: Add Claude Code sub-agents from GitHub to your project
License-Expression: MIT
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: skill-add>=0.2.0
Description-Content-Type: text/markdown

# agent-add

Add Claude Code sub-agents from GitHub to your project.

This is a convenience wrapper for [skill-add](https://pypi.org/project/skill-add/) that provides a cleaner CLI experience.

## Installation

```bash
uvx agent-add <username>/<agent-name>
```

Or install globally:

```bash
uv tool install agent-add
```

## Usage

```bash
# Add an agent to current project
agent-add <username>/<agent-name>

# Overwrite existing agent
agent-add <username>/<agent-name> --overwrite

# Install globally (~/.claude/agents/)
agent-add <username>/<agent-name> --global
```

The tool fetches sub-agents from the user's `agent-skills` repository on GitHub and installs them to `.claude/agents/` in your project.
# agent-add
