aix command

aix command

Manage slash commands across platforms

Synopsis

Manage reusable AI assistant slash commands.

Slash commands extend AI assistant functionality with custom workflows, templates, and automated operations. Use subcommands to install, list, show, edit, and remove commands across supported platforms.

aix command [flags]

Examples

  # List all installed commands
  aix command list

  # Install a command from a git repository
  aix command install https://github.com/user/my-command.git

  # Show details for a command
  aix command show review

  # Edit a command's source definition
  aix command edit review

  See Also:
    aix command list     - List installed commands
    aix command install  - Install a command
    aix command show     - Show command details
    aix command edit     - Edit a command definition
    aix command remove   - Remove a command

Options

  -h, --help   help for command

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