Structs§
- Anthropic
Frontmatter - Anthropic Agent Skills spec frontmatter (YAML in SKILL.md).
- Skill
Meta - Structured metadata from
skill.tomland/or YAML frontmatter. - Skill
Registry - Registry of all loaded skills with indexes for fast lookup.
Enums§
- Skill
Error - Skill
Format - Skill metadata format — indicates how the metadata was sourced.
Functions§
- build_
skill_ context - Build a skill context string for LLM system prompts. For each skill: name, description, hint, covered tools. Content is bounded and delimited to mitigate prompt injection.
- compute_
content_ hash - Compute SHA-256 hash of content, returning lowercase hex string.
- is_
anthropic_ valid_ name - Validate a skill name against the Anthropic Agent Skills naming rules.
- parse_
frontmatter - Parse YAML frontmatter from SKILL.md content.
- parse_
skill_ metadata - Parse skill metadata from raw SKILL.md content and optional skill.toml content.
- resolve_
skills - Resolve which skills should be auto-loaded based on scopes and a ManifestRegistry.
- scaffold_
ati_ extension_ toml - Generate an ATI extension
skill.tomlfor fields not in the Anthropic spec. Used alongside a SKILL.md with frontmatter. - scaffold_
skill_ md - Generate a skeleton
SKILL.md(legacy format without frontmatter). - scaffold_
skill_ md_ with_ frontmatter - Generate a skeleton
SKILL.mdwith Anthropic-spec YAML frontmatter. - scaffold_
skill_ toml - Generate a skeleton
skill.tomlfor a new skill. - strip_
frontmatter - Strip YAML frontmatter from SKILL.md content, returning only the body.
- visible_
skills - Return the skills visible under the provided scopes.