Member Junction
Preparing search index...
@memberjunction/ai-agents
ParsedSkillMarkdown
Interface ParsedSkillMarkdown
Result of parsing a
SKILL.md
file: the frontmatter fields plus the Instructions body.
interface
ParsedSkillMarkdown
{
frontmatter
:
SkillMarkdownFrontmatter
;
instructions
:
string
;
}
Index
Properties
frontmatter
instructions
Properties
frontmatter
frontmatter
:
SkillMarkdownFrontmatter
instructions
instructions
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
frontmatter
instructions
Member Junction
Loading...
Result of parsing a SKILL.md file: the frontmatter fields plus the Instructions body.