Structs§
- Chain
Provider - File
Provider - Generic file-based provider for loading items from the filesystem.
- InMemory
Provider - Index
Registry - Generic registry for index entries.
- Loaded
Entry - Loaded entry with index metadata and content.
- Output
Style Lookup Strategy - Lookup strategy for output styles (
<name>.mdin.claude/output-styles/). - Parsed
Document - Parsed document containing frontmatter metadata and body content.
- Skill
Lookup Strategy - Lookup strategy for skills.
- Subagent
Lookup Strategy - Lookup strategy for subagents (
<name>.mdin.claude/agents/).
Enums§
- Content
Source - Source location for loading content on-demand.
- Source
Type
Traits§
- Document
Loader - Trait for loading items from files.
- Index
- Core trait for index entries in the progressive disclosure pattern.
- Lookup
Strategy - Trait for defining file lookup strategies.
- Named
- Path
Matched - Trait for index entries that support path-based filtering.
- Provider
- Tool
Restricted
Functions§
- home_
dir - Get the user’s home directory.
- is_
markdown - is_
skill_ file - load_
files - parse_
frontmatter - Parse frontmatter from content, returning structured metadata and body.
- strip_
frontmatter - Strip YAML frontmatter from content, returning body only.