Skip to content

Type Alias: SkillFrontmatter

Makaio Framework


Makaio Framework / contracts / SkillFrontmatter

SkillFrontmatter = z.infer<typeof SkillFrontmatterSchema>

Defined in: ../../../packages/contracts/src/skill/schemas.ts:232

  • SkillFrontmatter
    • z.infer<typeof SkillFrontmatterSchema>
      • typeof SkillFrontmatterSchema
type SkillFrontmatter = {
name: string;
description: string;
license?: string | undefined;
compatibility?: string | undefined;
metadata?: Record<string, string> | undefined;
allowedTools?: string | undefined;
};