Mayson Monorepo Documentation
    Preparing search index...

    Interface ParsedSkill

    Parsed skill from SKILL.md file

    interface ParsedSkill {
        metadata: SkillMetadata;
        instructions: string;
        path: string;
    }
    Index

    Properties

    metadata: SkillMetadata

    Skill metadata from YAML frontmatter

    instructions: string

    Markdown instructions for the LLM

    path: string

    File path to the SKILL.md