iblai-analytics
Installation
SKILL.md
/iblai-analytics
Add an analytics dashboard with a tabbed layout (AnalyticsLayout):
Overview, Courses, Programs, Users, Topics, Financial, Transcripts,
Reports. Each tab is a Next.js route under /analytics/.

Template: the page this skill creates is bundled as
assets/analytics-page.tsx.j2. See/iblai-scaffoldfor the{{ }}contract.
Do NOT add custom styles to ibl.ai SDK components. Do NOT implement dark
mode unless asked. Follow the component hierarchy: ibl.ai SDK
(@iblai/iblai-js) first, then shadcn/ui (npx shadcn@latest add).