Title here
Summary here
Remove an installed skill
Remove an installed skill from one or more platforms.
By default, removes the skill from all detected platforms where it is installed. Use the –platform flag to target specific platforms.
A confirmation prompt is shown before removal unless –force is specified.
aix skill remove <name> [flags] # Remove skill from all platforms (with confirmation)
aix skill remove debug
# Remove skill without confirmation
aix skill remove debug --force
# Remove skill from a specific platform only
aix skill remove debug --platform claude
See Also:
aix skill install - Install a skill
aix skill list - List installed skills --force Skip confirmation prompt
-h, --help help for remove --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)