Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
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.
Embed the full skills tree (directories are embedded recursively).
Note: go:embed does not support recursive globstars, so we embed directories explicitly.
Functions ¶
This section is empty.
Types ¶
This section is empty.