Skip to content

Variable: SkillFrontmatterSchema

Makaio Framework


Makaio Framework / contracts / SkillFrontmatterSchema

const SkillFrontmatterSchema: ZodObject<{ allowedTools: ZodOptional<ZodString>; compatibility: ZodOptional<ZodString>; description: ZodString; license: ZodOptional<ZodString>; metadata: ZodOptional<ZodRecord<ZodString, ZodString>>; name: ZodString; }, $strip>

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

Portable Agent Skills frontmatter contract.

These fields are the only ones parsed from filesystem SKILL.md frontmatter in Phase 1. Makaio-specific runtime policy remains separate.