Expand description
Data models for the Agent Skills ingestion substrate (Pillar 1.5).
SkillManifest is the parsed, validated in-memory representation
of a SKILL.md file. SkillRow mirrors the skills table row
returned by read-side queries.
Structs§
- Composes
With Reflection Entry - v0.7.0 L2-7 (issue #672) — a single entry in the SKILL.md
composes_with_reflectionsfrontmatter list. - Skill
Manifest - Parsed, validated SKILL.md manifest.
- Skill
Resource Row - A row from the
skill_resourcestable. - Skill
Row - A row returned from the
skillstable.