package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Aug 18, 2026
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Loader manages lazy loading of skill files.
NewLoader initializes skill discovery across project and home locations.
All returns every loaded skill (used to inject the full skill list into
the system prompt so the model knows what it can load).
Match performs fuzzy matching against skill name and description.
type Skill struct {
Name string `json:"name"`
Description string `json:"description"`
Path string `json:"path"`
Content string `json:"content"`
}
Skill represents a loaded SKILL.md document.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.