skill

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 24, 2026 License: MIT Imports: 26 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL