Type Alias: SkillFrontmatter
Makaio Framework / contracts / SkillFrontmatter
Type Alias: SkillFrontmatter
Section titled “Type Alias: SkillFrontmatter”SkillFrontmatter =
z.infer<typeofSkillFrontmatterSchema>
Defined in: ../../../packages/contracts/src/skill/schemas.ts:232
Type Composition
Section titled “Type Composition”SkillFrontmatterz.infer<typeof SkillFrontmatterSchema>typeof SkillFrontmatterSchema
Resolved Shape
Section titled “Resolved Shape”type SkillFrontmatter = { name: string; description: string; license?: string | undefined; compatibility?: string | undefined; metadata?: Record<string, string> | undefined; allowedTools?: string | undefined;};