aix repo add

aix repo add

Add a repository source

Synopsis

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]

Examples

  # 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

Options

  -h, --help          help for add
      --name string   custom name for the repository

Options inherited from parent commands

      --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)

SEE ALSO

Auto generated by spf13/cobra on 24-Jan-2026