Metadata-Version: 2.4
Name: command-add
Version: 0.1.0
Summary: Add Claude Code slash commands 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

# command-add

Add Claude Code slash commands 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 command-add <username>/<command-name>
```

Or install globally:

```bash
uv tool install command-add
```

## Usage

```bash
# Add a command to current project
command-add <username>/<command-name>

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

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

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