Documentation
¶
Overview ¶
Package builtin provides embedded builtin skills for Holon. Builtin skills are embedded in the binary using Go's embed package and can be loaded by reference (e.g., "github/solve").
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FS ¶
FS returns the embedded skills filesystem, rooted at the skills directory. The returned FS provides access to all builtin skills.
func Has ¶
Has checks if a builtin skill exists at the given reference. The reference is a slash-separated path like "github/solve". Returns true if the skill directory exists and contains SKILL.md.
func List ¶
List returns all builtin skill references. A skill reference is returned if the directory contains a SKILL.md file.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.