Skip to main content

Module manifest

Module manifest 

Source
Expand description

SKILL.md manifest parsing

Parses YAML frontmatter from SKILL.md files to extract skill metadata and instructions.

Structs§

SkillYaml
YAML frontmatter structure for SKILL.md

Enums§

AllowedToolsField

Constants§

SUPPORTED_FRONTMATTER_KEYS
Supported YAML frontmatter keys for SKILL.md validation.

Functions§

generate_skill_template
Generate a skill template with YAML frontmatter
parse_skill_content
Parse SKILL.md content string
parse_skill_file
Parse SKILL.md file and extract manifest + instructions