Metadata-Version: 2.4
Name: askm
Version: 0.1.0
Summary: askm - Agent Skills Manager
Keywords: cli,ai,skills,manager,agents
Author: Rubens Andrade
Author-email: Rubens Andrade <38709237+andrader@users.noreply.github.com>
License-Expression: MIT
Requires-Python: >=3.14
Project-URL: Homepage, https://github.com/andrader/askm
Project-URL: Issues, https://github.com/andrader/askm/issues
Project-URL: Repository, https://github.com/andrader/askm
Description-Content-Type: text/markdown

# askm: Agent Skills Manager

`askm` is a tool for managing agent skills. It helps maintain a collection of specialized agents and their associated instructions.

## Project Structure

- `skills/`: The core collection of skill definitions and their metadata.
- `src/askm/`: The Python-based management CLI (Agent Skills Manager).


## Installation

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

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

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

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

## Getting Started

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


## Contributing

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




