aix skill

aix skill

Manage skills across platforms

Synopsis

Manage reusable AI assistant skills defined as Markdown with YAML frontmatter, enabling you to list, inspect, install, remove, validate, and initialize them across supported platforms

aix skill [flags]

Examples

  # List all installed skills
  aix skill list

  # Install a skill from a git repository
  aix skill install https://github.com/user/my-skill.git

  # Create a new skill
  aix skill init my-new-skill

  See Also:
    aix skill list     - List installed skills
    aix skill install  - Install a skill
    aix skill init     - Create a new skill

Options

  -h, --help   help for skill

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