Skip to content

Installation

Prerequisites

Before installing devskills-cli, make sure you have:

  • Python 3.10+ — check with python --version
  • uv — the fast Python package manager

Install uv if you don't have it:

curl -LsSf https://astral.sh/uv/install.sh | sh
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"

Install devskills-cli

pip install devskills-cli

Verify the installation:

dev --help

Optional: Node.js

The dev skills commands use npx under the hood. If you plan to use them, install Node.js.


Upgrading

pip install --upgrade devskills-cli