Metadata-Version: 2.4
Name: jup
Version: 0.1.0
Summary: jup - Agent Skills Manager
Project-URL: Homepage, https://github.com/andrader/jup
Project-URL: Issues, https://github.com/andrader/jup/issues
Project-URL: Repository, https://github.com/andrader/jup
Requires-Python: >=3.12
Requires-Dist: pydantic>=2.10.6
Requires-Dist: rich>=13.9.4
Requires-Dist: typer>=0.15.1
Description-Content-Type: text/markdown

# jup: Agent Skills Manager

`jup` is a cli tool for managing agent skills.

## Installation

You can run `jup` directly or install it as a tool using `uv`:

```bash
# Run without installing
uvx git+https://github.com/andrader/jup --help

# Install as a global tool
uv tool install git+https://github.com/andrader/jup
jup --help

# Or with pip
pip install git+https://github.com/andrader/jup
jup --help
```

## Getting Started

```bash
# Example command (to be implemented)
jup --help
```


## Contributing

Contributions are welcome! Please see [CONTRIBUTING.md](CONTRIBUTING.md) for details on development setup, guidelines, and publishing.
