Documentation
¶
Overview ¶
Package skill provides the skill command group for managing AI assistant skills.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "skill", Short: "Manage skills across platforms", Long: `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`, Example: ` # 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`, RunE: func(cmd *cobra.Command, _ []string) error { return cmd.Help() }, }
Cmd is the skill command that groups all skill-related subcommands.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.