1. Configure a source

Add a skill repository as a source:

xskill sources add -n my-skills -u https://github.com/example/skills

Or let the name be auto-extracted from the URL:

xskill sources add -u https://github.com/user/repo.git
# Name auto-set to "user/repo"