Member Junction
    Preparing search index...

    Output of AISkill.ImportMarkdown.

    interface AISkillImportMarkdownOutput {
        skillID: string;
        skillName: string;
        warnings: string[];
    }
    Index

    Properties

    skillID: string

    The created/updated MJ: AI Skills ID.

    skillName: string

    The skill's Name, for UI confirmation messaging.

    warnings: string[]

    Action/sub-agent names from the SKILL.md that couldn't be resolved in this instance — non-fatal.