Member Junction
    Preparing search index...

    Output of AISkill.ExportMarkdown.

    interface AISkillExportMarkdownOutput {
        markdown: string;
        suggestedFileName: string;
    }
    Index

    Properties

    markdown: string

    The portable SKILL.md document text.

    suggestedFileName: string

    The skill's Name, for the client to use as a suggested filename (e.g. ${name}.SKILL.md).