export interface SkillFrontmatter { name?: string; description?: string; "disable-model-invocation"?: boolean; }