Replace FC<Props> pattern with direct props typing in function parameters for better TypeScript inference and modern React best practices.
Add overflow-hidden to SkillPageLayout and min-w-0 to flex children to ensure wide content (like SQLite tables with many columns) scrolls internally rather than causing the entire page to scroll horizontally.