Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var FS embed.FS
NOTE: This file exists solely to host the `//go:embed` directive.
Go embed patterns are evaluated relative to the *package directory*, and Go does not allow embedding files from a parent directory (no `../skills`). Therefore we keep this small Go file in the `skills/` directory so the distributed CLI can embed the version-matched `*.SKILL.md` docs that live alongside it.
FS contains the version-matched skill markdown files embedded into the CLI.
Skill docs are intended to be cheap and reliable for agents to access at runtime without any network call.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.