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.NormalizedSkill.md.
  • English
  • Interface: NormalizedSkill

    Properties

    body

    readonly body: string


    description?

    readonly optional description?: string


    dir

    readonly dir: string


    frontmatter

    readonly frontmatter: Readonly<Record<string, unknown>>


    hostDocuments?

    readonly optional hostDocuments?: Readonly<Record<string, SkillHostDocument>>

    Per-host lowered Skill documents. The artifact planner emits these instead of the authored bytes when passThrough is false.


    id

    readonly id: string


    markdown?

    readonly optional markdown?: string

    The compiled SKILL.md document of a rendered skill (SKILL.tsx convention). When present, adapters emit it as a generated write entry; static skills ship their authored SKILL.md as a copied resource instead.


    name

    readonly name: string


    provenance

    readonly provenance: SourceProvenance


    resources

    readonly resources: readonly NormalizedSkillResource[]


    skillIr?

    readonly optional skillIr?: SkillIr


    skillTreeLayout?

    readonly optional skillTreeLayout?: SkillTreeLayoutDecision


    source

    readonly source: string


    targets

    readonly targets: readonly string[]