Documentation
¶
Overview ¶
Package skills generates SKILL.md files from the CLI's own schema registry.
Usage: glean generate-skills [--output-dir skills/]
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CommandEntry ¶
CommandEntry is used by the shared skill template.
type SkillData ¶
type SkillData struct {
Name string
Description string
Command string
SchemaDesc string
Flags []FlagInfo
Subcommands []SubcommandInfo
Example string
HasDryRun bool
}
SkillData holds all data needed to render a SKILL.md template.
type SubcommandInfo ¶
SubcommandInfo describes a subcommand.
Click to show internal directories.
Click to hide internal directories.