Interface: NormalizedSkill
Properties
body
readonlybody:string
description?
readonlyoptionaldescription?:string
dir
readonlydir:string
frontmatter
readonlyfrontmatter:Readonly<Record<string,unknown>>
hostDocuments?
readonlyoptionalhostDocuments?:Readonly<Record<string,SkillHostDocument>>
Per-host lowered Skill documents. The artifact planner emits these
instead of the authored bytes when passThrough is false.
id
readonlyid:string
markdown?
readonlyoptionalmarkdown?:string
The compiled SKILL.md document of a rendered skill (SKILL.tsx
convention). When present, adapters emit it as a generated write entry;
static skills ship their authored SKILL.md as a copied resource instead.
name
readonlyname:string
provenance
readonlyprovenance:SourceProvenance
resources
readonlyresources: readonlyNormalizedSkillResource[]
skillIr?
readonlyoptionalskillIr?:SkillIr
skillTreeLayout?
readonlyoptionalskillTreeLayout?:SkillTreeLayoutDecision
source
readonlysource:string
targets
readonlytargets: readonlystring[]