Documentation / @agentick/core / ParsedFrontmatter
Interface: ParsedFrontmatter
Defined in: core/src/skill/frontmatter.ts:18
Properties
body
body:
string
Defined in: core/src/skill/frontmatter.ts:22
The body content (everything after the closing ---)
data
data:
Record<string,unknown>
Defined in: core/src/skill/frontmatter.ts:20
The parsed frontmatter object (may be empty)