export interface Skill { name: string; proficiency: boolean; bardicExpertise?: boolean; }