Skill Claude CodeCodex
Export content from a running Metabase instance, validate with checkers, edit YAML, and import back. Use when the user wants to export, import, or run the full serdes round-trip workflow.
Skill Claude CodeCodex
Export content from a running Metabase instance, validate with checkers, edit YAML, and import back. Use when the user wants to export, import, or run the full serdes round-trip workflow.
Skill Claude CodeCodex
Edit Metabase serdes YAML files (cards, dashboards, databases) with correct portable references and structural conventions. Use when modifying exported YAML content.
Skill Claude CodeCodex
Review TypeScript and JavaScript code changes for compliance with Metabase coding standards, style violations, and code quality issues. Use when reviewing pull requests or diffs containing TypeScript/JavaScript code.
Skill Claude CodeCodex
Write TypeScript and JavaScript code following Metabase coding standards and best practices. Use when developing or refactoring TypeScript/JavaScript code.
Instructions file GitHub Copilot
Copilot instructions for metabase/metabase, covering metabase developer assistant instructions, code review standards, security critical issues, performance red flags and code quality essentials.
Instructions file GitHub Copilot
Instructions for metabase/metabase: When reviewing Clojure or ClojureScript code, apply the guidelines in these files.
Instructions file GitHub Copilot
Instructions for metabase/metabase: When reviewing documentation, apply the guidelines in these files.
Instructions file GitHub Copilot
Instructions for metabase/metabase: When reviewing Cypress E2E specs, apply the guidelines in these files.
Instructions file GitHub Copilot
Instructions for metabase/metabase: When reviewing TypeScript or JavaScript code, apply the guidelines in these files.
Instructions file
Claude Code instructions for metabase/metabase, covering metabase development guide, skills, clojure, clojure-mcp tools and clojure-mcp-lite tools.
Command
Open an SQL shell for the Metabase H2 DB.
Command
Commands built into the Metabase JAR for managing your instance, including database migrations, serialization, and administrative tasks.
MCP server Claude CodeCodexCursor +2
Lets AI clients search, explore, query, and visualize data in a Metabase instance. Remote server at {metabase_host}.
Skill Claude CodeCodex
A Metabase AI-governance coach, covering the controls and rollout side of AI: who may use Metabot, what it can see, what it costs, where the model runs, and the audit trail. Use this skill whenever the user wants to roll out AI analytics safely, control who can use Metabot or what it can see, set spend or token limits…
Skill Claude CodeCodex
A Metabase AI-readiness coach, covering the data groundwork that makes AI answers trustworthy: modeling with Transforms, table and field metadata, the Glossary, saved Metrics, and marking canonical content. Use this skill whenever the user wants to check if their data is ready for AI, prep the underlying data for…
Skill Claude CodeCodex
Drive a Metabase instance from the terminal via the mb CLI. Authenticate with named profiles; inspect databases (list, get, full metadata rollup, schemas, tables in a schema) and trigger manual schema sync / field-values rescan; inspect tables, fields; list/get/create/update/archive cards (questions, models, metrics)…
Skill Claude CodeCodex
Understands the Metabase Database Metadata Format — a YAML-based on-disk representation of databases, tables, and fields synced from a Metabase instance. Use when the user needs to read, edit, or understand metadata files produced by @metabase/database-metadata, or when reasoning about a project's schema (columns…
Skill Claude CodeCodex
Implements JWT SSO authentication for Metabase embedding in a project. Supports all embedding types that use SSO — Modular embedding (embed.js web components), Modular embedding SDK (@metabase/embedding-sdk-react), and Full app embedding (iframe-based). Creates the JWT signing endpoint, configures the frontend auth…
Skill Claude CodeCodex
Migrates a project from Metabase Full App / Interactive (iframe-based) embedding to Modular (web-component-based) embedding. Use when the user wants to replace Metabase iframes with Modular embedding web components.
Skill Claude CodeCodex
A spaced repetition learning coach for Metabase. Use this skill whenever the user wants to: learn Metabase, start a Metabase training session, do a Metabase review, practice Metabase concepts, check what they should study today, get quizzed on Metabase, run through active recall on BI tools, or follow a structured…
Skill Claude CodeCodex
Migrates a React project from Metabase Modular embedding (embed.js web components) to the Modular embedding SDK (@metabase/embedding-sdk-react). Use when the user wants to switch from embed.js web components to React SDK components (MetabaseProvider). This is not a version upgrade — it changes the embedding technology.
Skill Claude CodeCodex
Upgrades a project's Metabase Modular embedding SDK (@metabase/embedding-sdk-react) or Modular embedding (embed.js) version. Use when the user wants to upgrade their Metabase modular embedding integration to a newer version.
Skill Claude CodeCodex
First-time setup for the Metabase React SDK — instance detection, API key, dashboard discovery, JWT auth, SDK installation, and initial embedding code.
Skill Claude CodeCodex
Understands the Metabase Representation Format — a YAML-based serialization format for Metabase content (collections, cards, dashboards, documents, segments, measures, snippets, transforms). Use when the user needs to create, edit, understand, or validate Metabase representation YAML files, or when working with…