Documentation
¶
Overview ¶
Package agentskills embeds the official Atmos agent skills into the binary so the CLI can list the full catalog and install skills offline -- no network or Git clone required.
This directory is also the distributable Agent Skills / Claude plugin bundle. This Go file is intentionally not skill content; it is a small embedding shim that lives next to skills/ because //go:embed cannot reference parent directories with "..".
Index ¶
Constants ¶
This section is empty.
Variables ¶
var Skills embed.FS
Skills contains the bundled official skills under skills/<name>/. Each skill has a SKILL.md with YAML frontmatter (per the Agent Skills standard) plus any reference files it ships. The "all:" prefix ensures every file is embedded so an offline install copies the complete skill, references included.
Functions ¶
This section is empty.
Types ¶
This section is empty.