Documentation
¶
Overview ¶
Package skill implements the offline Agent Skill workflow.
Index ¶
Constants ¶
View Source
const (
SkillVersion = "1"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
Print bool
InstallAgent string
UninstallAgent string
Scope string
Force bool
DryRun bool
HomeDir string
ProjectDir string
Stdin io.Reader
Stdout io.Writer
Stderr io.Writer
Interactive bool
}
Options controls one skill action. Writers and paths are injectable to keep the filesystem workflow deterministic in tests.
Click to show internal directories.
Click to hide internal directories.