aix skill show

aix skill show

Display detailed skill information

Synopsis

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]

Examples

  # 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

Options

      --full   Show complete instructions (default truncated)
  -h, --help   help for show
      --json   Output as JSON

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