Metabase
Metabase from metabase/metabase.
Skills in this plugin
4- ▌ Metabase Data App Setup · metabase-metabase bundleScaffold a new Metabase data-app into the connected remote-sync repository's `data_apps/<app>/` directory from the `data-app-template`. Use when the user asks to start, create, scaffold, or set up a data-app from scratch.
- ▌ Metabase Data App Actions · metabase-metabaseUse when a Metabase data app needs to trigger a write or mutation — submitting a form, updating a row, deleting an entry, running a saved action, or any "do something" interaction. Covers invoking an existing action via `useAction`, parameter typing, response handling, and the critical post-action refresh of any UI data the action may have changed.
- ▌ Metabase Data App Routing · metabase-metabaseAdd client-side routing (multiple pages) to an existing Metabase data-app project using the host-provided `DataAppRouter`, `DataAppLink`, and `useDataAppLocation` primitives. Use when the user has an existing data-app project and wants more than one page.
- ▌ Metabase Data App Semantic Layer · metabase-metabase bundleUse when building, creating, or editing data apps that should query Metabase tables and metrics through generated schema files like metabase.data.ts or *.metabase.data.ts.