Member Junction
    Preparing search index...

    Input for AISkill.ImportMarkdown.

    interface AISkillImportMarkdownInput {
        markdownText: string;
        updateSkillID?: string;
    }
    Index

    Properties

    markdownText: string

    The SKILL.md document text to import.

    updateSkillID?: string

    When provided, updates this existing skill (and resyncs its Action/sub-agent bundling) instead of creating a new one. Caller must confirm the current user may edit it.