For AI agents: the complete documentation index is available at https://scriptedalchemy.github.io/agent-bundle/llms.txt, the full documentation bundle is available at https://scriptedalchemy.github.io/agent-bundle/llms-full.txt, and this page is available as Markdown at https://scriptedalchemy.github.io/agent-bundle/api/interfaces/config.SkillDocument.md.
  • English
  • Interface: SkillDocument

    Properties

    authoredTargets?

    optional authoredTargets?: unknown

    Typed targets export from a rendered skill, or peeled targets frontmatter.


    body

    body: string


    diagnostics

    diagnostics: Diagnostic[]


    dir

    dir: string


    frontmatter

    frontmatter: Record<string, unknown>


    markdown

    markdown: string

    Exact authored/emitted Markdown; splitting remains server-owned.


    rendered?

    optional rendered?: true

    Present when the document was compiled from the rendered-skill convention (SKILL.tsx/SKILL.ts): source names the component module, and markdown holds the compiled document the build must emit as SKILL.md.


    resources

    resources: SkillResource[]


    source

    source: string