package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Sep 4, 2026
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
RenderLoaded formats a loaded skill for the model, including resource-base guidance.
SanitizeRelativePath rejects paths that escape a skill bundle directory.
type Content struct {
Name string `json:"name"`
Description string `json:"description"`
Body string `json:"body"`
Path string `json:"path"`
}
ReadFile loads a supporting file from the skill directory identified by name.
type Descriptor struct {
Name string `json:"name"`
Description string `json:"description"`
Path string `json:"path"`
}
RunResult is the outcome of executing one script inside a skill directory.
RunScript executes a script relative to the skill directory identified by name.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.