Title here
Summary here
Manage skills across platforms
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] # 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 -h, --help help for skill --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)