Expand description
Embedded skill assets and small accessors over them.
The SKILL_FILES / COMMAND_FILES tables are generated by build.rs from
the canonical skill source under assets/skill and assets/plugin-commands.
Constants§
- SKILL_
ENTRY - The relative path of the skill’s entry file within
SKILL_FILES.
Statics§
- COMMAND_
FILES - Slash-command files: (file name, contents).
- SKILL_
FILES - Skill tree files: (relative path, contents).
Functions§
- skill_
description - The
description:field from the skill frontmatter, if present. - skill_
file - Look up an embedded skill file by its relative path.
- skill_
md_ body - The
SKILL.mdbody with any leading YAML frontmatter removed. - skill_
md_ raw - The raw
SKILL.md(with its YAML frontmatter), as authored.