Metadata-Version: 2.4
Name: repo-skills
Version: 0.1.0
Summary: CLI tool for managing Claude Code skills from a shared repository.
Project-URL: Homepage, https://github.com/greendwin/repo-skills
Project-URL: Repository, https://github.com/greendwin/repo-skills
Author-email: "Evgeniy A. Cymbalyuk" <cimbaluk@gmail.com>
License-Expression: MIT
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: pydantic>=2.0
Requires-Dist: rich>=13.0
Requires-Dist: typer-di>=0.1.5
Requires-Dist: typer>=0.9.0
Description-Content-Type: text/markdown

# repo-skills

[![tests](https://github.com/greendwin/repo-skills/actions/workflows/ci.yml/badge.svg)](https://github.com/greendwin/repo-skills/actions/workflows/ci.yml)

CLI tool for managing [Claude Code](https://docs.anthropic.com/en/docs/claude-code) skills from a shared repository.

## Install

```bash
uv tool install git+https://github.com/greendwin/repo-skills.git
```

## Usage

Run from within a git repo that has a `skills/` directory:

```bash
skills list                # show available and installed skills
skills install <name>      # install a skill from the repo
skills update              # update all installed skills
skills update <name>       # update a specific skill
skills uninstall <name>    # remove an installed skill
```

## License

[MIT](LICENSE)
