export type SkillCreate = { /** * The title of the skill, describing the task type. */ title: string; /** * User-defined instructions for performing this skill in markdown format. */ promptMarkdown: string; };