A package manager for AI skills
We use uv as the package and project manager for all the Python packages in this repository. Before contributing, make sure you have uv installed (see installation guide).
- Clone the GitHub repo and open a terminal at the root of the git repository
zxdf. - At the root of the repo, run the following command to setup the virtual envionrment:
uv sync
- Install the library in editable mode to test the actual CLI using the following command:
uv pip install -e .Verify the installation:
zxdf --help