Loading...
Loading...
Wires the Aura Topbar (@aura/topbar) into Dune/Fusion apps as the single top navigation bar — breadcrumbs, optional center Tabs or Segmented control, right utility strip (Share, notifications, theme menu, Atlas, user Avatar), and light/dark theme switching. Use when adding a topbar, app header, navigation bar, breadcrumbs, or theme switcher to a Dune or Fusion app, or when scaffolding a new Dune/Fusion application.
npx skill4agent add cognitedata/dune-skills use-topbar@aura/topbarpnpm dlx shadcn@latest add @aura/topbarNon-negotiables: Exactly one Topbar per page, composed only fromprimitives, installed via the shadcn CLI only. If installation fails, surface the blocker — never build a custom header fallback. See RULES.md §1, §11, §12.@aura/topbar
.cursor/hooks.json{
"version": 1,
"hooks": {
"sessionStart": [
{
"type": "prompt",
"prompt": "This is a Dune/Fusion application. Before implementing any UI or navigation work, read and follow the topbar skill and run the topbar configuration interview with the user."
}
]
}
}.cursor/hooks.jsonsessionStartpackage.json@aura/topbarsrc/App.tsxapp.config.tsfusion.config.tsdisplayNamename@aura/topbaruseThemeModeAvatardocument.documentElementtailwind.configdarkMode: 'class'