Documentation
¶
Overview ¶
Package skill discovers SKILL.md instructions and injects explicitly named skills into a model turn.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Catalog ¶
type Catalog struct {
// contains filtered or unexported fields
}
func Discover ¶
Discover reads SKILL.md files below each root. Later roots override an earlier skill with the same name, so project skills can override user skills.
func (*Catalog) Instructions ¶
Instructions returns the model-visible local skill catalog with exact file paths. The model reads a selected local SKILL.md through normal read-only filesystem tools; special skill tools are reserved for non-file authorities that SuperCode does not currently expose.
Click to show internal directories.
Click to hide internal directories.