Metadata-Version: 2.4
Name: agent-resources
Version: 0.3.1
Summary: Install Claude Code skills, commands, and agents from GitHub to your project
License-Expression: MIT
Requires-Python: >=3.10
Requires-Dist: httpx>=0.27
Requires-Dist: rich>=13.0
Requires-Dist: typer>=0.12
Description-Content-Type: text/markdown

# agent-resources

CLI tools to install Claude Code resources (skills, commands, and sub-agents) from GitHub.

## Installation

```bash
pip install agent-resources
```

This gives you all three commands: `add-skill`, `add-command`, `add-agent`.

See the [main README](https://github.com/kasperjunge/agent-resources) for full documentation.
