Member Junction
    Preparing search index...

    Result of parsing a SKILL.md file: the frontmatter fields plus the Instructions body.

    interface ParsedSkillMarkdown {
        frontmatter: SkillMarkdownFrontmatter;
        instructions: string;
    }
    Index

    Properties

    instructions: string