Title here
Summary here
Display detailed skill information
Display detailed information about an installed skill.
Searches for the skill across all detected platforms (or only the specified –platform). Shows metadata, allowed tools, installation locations, and an instructions preview.
aix skill show <name> [flags] # Show details for 'debug' skill
aix skill show debug
# Show full instructions
aix skill show debug --full
# Show details as JSON
aix skill show debug --json
# Show details for specific platform
aix skill show debug --platform claude
See Also:
aix skill list - List installed skills
aix skill edit - Edit a skill --full Show complete instructions (default truncated)
-h, --help help for show
--json Output as JSON --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)