Skip to main content

Installation

ag-skill is published on PyPI.

Install from PyPI

# Recommended
uv tool install ag-skill

# Alternatives
pipx install ag-skill
pip install ag-skill

Install from source

To install the latest unreleased changes directly from GitHub:

uv tool install ag-skill --from git+https://github.com/snk-learn/ag-skill.git@main

Verify the installation

ag-skill --help

If the command is not found, restart your terminal and try again.

Upgrade ag-skill

# If installed from PyPI
uv tool upgrade ag-skill
pip install --upgrade ag-skill

# If installed from source, reinstall with --force
uv tool install ag-skill --from git+https://github.com/snk-learn/ag-skill.git@main --force

Requirements

  • Python 3.11 or later
  • One of uv, pipx, or pip