Interface: SkillDocument
Properties
authoredTargets?
optionalauthoredTargets?:unknown
Typed targets export from a rendered skill, or peeled targets frontmatter.
body
body:
string
diagnostics
diagnostics:
Diagnostic[]
dir
dir:
string
frontmatter
frontmatter:
Record<string,unknown>
markdown
markdown:
string
Exact authored/emitted Markdown; splitting remains server-owned.
rendered?
optionalrendered?:true
Present when the document was compiled from the rendered-skill convention
(SKILL.tsx/SKILL.ts): source names the component module, and
markdown holds the compiled document the build must emit as SKILL.md.
resources
resources:
SkillResource[]
source
source:
string