Title here
Summary here
Manage slash commands across platforms
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] # 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 -h, --help help for command --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)