Metadata-Version: 2.4
Name: skillnav
Version: 0.0.1
Summary: CLI client for the Skill management platform (MonoSkillNavigator)
License: Apache-2.0
Keywords: skill,cli,agent,registry
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# skillnav

CLI client for the Skill management platform (MonoSkillNavigator).

> **Placeholder release (0.0.1)** — reserved on PyPI. The full command surface
> is specified in the platform repo at `docs/cli-design.md` and will be
> implemented in upcoming releases.

## Install

```bash
pipx install skillnav
```

## Usage

```bash
skillnav --version
skillnav --help
```

## Roadmap

- 0.1.0 — auth (login/logout/whoami/token) + search/top/info/status
- 0.2.0 — publish/--dry-run/review + report
- 0.3.0 — download/install + community (rate/issue/issues/contributor)
- 1.0.0 — freeze command surface, full `--json` coverage

## License

Apache-2.0
