Metadata-Version: 2.4
Name: agent-resources
Version: 0.2.0
Summary: Add 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: 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: `skill-add`, `command-add`, `agent-add`.

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