list — List installed skills

Display installed skills with aligned columns.

xskill list [OPTIONS]

Options:

  • -g, --global — List global skills
  • -a, --agent <AGENT> — List only skills available to the specified platform; for agents_compat platforms, skills under the canonical directory are merged with the platform’s own skills directory; * is not supported

Output format (without -a):

Project Skills

vue     ~/.agents/skills/vue     Agents: codebuddy, gemini
react   ~/.agents/skills/react   Agents: codebuddy

With -a <agent> (e.g. -a claude — only skills available to that platform, no Agents: column):

Project Skills

vue     ~/.claude/skills/vue
react   ~/.claude/skills/react
  • Skill names are displayed in yellow, paths in dimmed gray (~/ prefix replaces home directory).
  • Agents: prefix in dimmed gray, platform names in default white (only shown without -a).
  • For agents_compat platforms (e.g. atomcode), skills under the canonical directory (.agents/skills) are merged with skills under the platform’s own skills directory; duplicate names are shown once, preferring the canonical directory entry.
  • -a '*' is not supported: omit -a to list all skills.
  • Sorted by path alphabetically.