Modules§
- archive
- bitbucket
- gist
- gitea
- github
- gitlab
- huggingface
- local
- resolver
- skills_
directory - sourcehut
- url
- url_
patterns
Structs§
- Resolved
Skill - A resolved skill ready for scanning/injection.
- Skill
Metadata - Skill metadata parsed from SKILL.md frontmatter.
Enums§
- Archive
Format - Archive format for downloaded skill packages.
- HfRepo
Type - HuggingFace repository type.
- Skill
Source - Represents where a skill comes from.
- Skills
Directory Platform - Skills directory platform identifier.
Functions§
- is_
local_ source - Check if a source string refers to a local path (not a remote URL or prefix).
- parse_
frontmatter - Parse YAML frontmatter from SKILL.md content.
- resolve
- Resolve a source string into a
SkillSource. - resolve_
with_ config - Resolve a source string into a
SkillSource, using custom URL patterns from config. - urlencode_
path - Percent-encode each segment of a URL path (split by
/). - urlencoding
- Percent-encode a string for use in URL query parameters.