analytics-dashboard
Installation
SKILL.md
Build analytics dashboard components: $ARGUMENTS
$ARGUMENTS should include:
--section <kpi|charts|funnel|all>— which components to build (default: all)--route <path>— where to place the dashboard page (default: /account/analytics)--dry-run— preview structure without writing
Before Starting
- Check
package.jsonforrecharts— install if missing:pnpm add recharts - Read
src/hooks/simplified/— understand existing React Query hook patterns - Read
src/lib/services/custom/analytics.service.ts— understand data shape - Read
src/components/ui/— confirm available shadcn components - Read
src/lib/config/tenant.config.ts— check for analytics feature flags