Skip to main content

Module filesystem

Module filesystem 

Source
Expand description

Filesystem-based skill storage provider.

Discovers skills from local directories by scanning for SKILL.md files.

Structs§

FilesystemStorageProvider
Discovers skills from a local filesystem directory.

Functions§

parse_skill_file
Parse a SKILL.md file into manifest (YAML frontmatter) and body (markdown).
serialize_skill_to_md
Serialize a Skill back to SKILL.md format (YAML frontmatter + markdown body).
standard_agent_skills_dir
Resolve the standard cross-agent skill directory for the current user.