Skip to content

@sqlrooms/ai / SkillWriteContent

Interface: SkillWriteContent

Content payload passed to writeSkill. The manifest is the structured form; extraFiles is for auxiliary files (icons, references, etc.) that live alongside skill.yaml and SKILL.md.

Properties

manifest

manifest: object

NameType
idstring
versionstring
namestring
descriptionstring
author?string
icon?string

instructions

instructions: string


extraFiles?

optional extraFiles?: SkillFile[]