Metadata-Version: 2.4
Name: deepctl-cmd-skills
Version: 0.0.5
Summary: AI coding assistant skill management for deepctl
Author-email: Deepgram DevRel <devrel@deepgram.com>
Requires-Python: >=3.10
Requires-Dist: click>=8.0.0
Requires-Dist: deepctl-core>=0.1.10
Requires-Dist: rich>=13.0.0
Description-Content-Type: text/markdown

# deepctl-cmd-skills

> Part of [deepctl](https://github.com/deepgram/cli) — Official Deepgram CLI

AI coding assistant skill management for deepctl

## Installation

This package is included with deepctl and does not need to be installed separately.

### Install deepctl

```bash
# Install with pip
pip install deepctl

# Or install with uv
uv tool install deepctl

# Or install with pipx
pipx install deepctl

# Or run without installing
uvx deepctl --help
pipx run deepctl --help
```

## Commands

| Command | Entry Point |
|---------|-------------|
| `deepctl skills` | `deepctl_cmd_skills.command:SkillsCommand` |

## Dependencies

- `click>=8.0.0`
- `rich>=13.0.0`

## License

MIT — see [LICENSE](../../LICENSE)
