skill

package
v0.3.6 Latest Latest
Warning

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

Go to latest
Published: Jun 10, 2026 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

Package skill exposes the `holodeck skill` CLI command, which lists and installs the embedded agentic skill catalog.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCommand

func NewCommand(log *logger.FunLogger) *cli.Command

NewCommand constructs the skill command with the specified logger.

Types

type SkillList

type SkillList struct {
	Skills []SkillListItem `json:"skills" yaml:"skills"`
}

SkillList wraps the catalog rows for table/json/yaml output.

type SkillListItem

type SkillListItem struct {
	Name        string `json:"name" yaml:"name"`
	Description string `json:"description" yaml:"description"`
}

SkillListItem represents one row of the catalog output.

Jump to

Keyboard shortcuts

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