Title here
Summary here
Add a repository source
Add a Git repository as a source for skills, commands, and agents.
The repository is shallow cloned to the local cache. The repository name is derived from the URL unless overridden with –name.
aix repo add <url> [flags] # Add from GitHub
aix repo add https://github.com/example/community-skills.git
# Add with custom name
aix repo add https://github.com/example/skills.git --name my-skills
# Add from private repo (SSH)
aix repo add git@github.com:org/private-skills.git -h, --help help for add
--name string custom name for the repository --log-file string write logs to file in JSON format
--log-format string log format: text, json (default "text")
-p, --platform strings target platform(s): claude, opencode (default: all detected)
-q, --quiet suppress non-error output
-v, --verbose count increase verbosity level (e.g., -v, -vv)