Expand description
Filesystem-based skill storage provider.
Discovers skills from local directories by scanning for SKILL.md files.
Structs§
- Filesystem
Storage Provider - 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
Skillback to SKILL.md format (YAML frontmatter + markdown body). - standard_
agent_ skills_ dir - Resolve the standard cross-agent skill directory for the current user.