🎯

metabase-learning

🎯Skill

from metabase/agent-skills

πŸ“¦

Same repository

metabase/agent-skills(11 items)

metabase-learning

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add metabase/agent-skills --skill metabase-learning
skills.sh Install⚠ Installs to .agents/skills/
npx skills add metabase/agent-skills --skill metabase-learning
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/metabase-learning/SKILL.md

SKILL.md

112Installs
-
AddedJun 18, 2026

More from this repository10

🎯
metabase-database-metadata🎯Skill

A Metabase skill that understands the YAML-based on-disk representation of database metadata (databases, tables, fields) synced from a Metabase instance. Enables reading, editing, and reasoning about schema structure, column types, and FK relationships through diff-friendly YAML files.

🎯
metabase-cli🎯Skill

A collection of agent skills for working with Metabase, covering the mb CLI for terminal-driven operations, database metadata exploration, embedding SSO implementation, and full-app to modular embedding migration. Built for Claude Code with compatibility for other AI coding agents.

🎯
metabase-representation-format🎯Skill

A skill for understanding and working with the Metabase Representation Format, a YAML-based serialization format for Metabase content including collections, cards, dashboards, documents, segments, and more. Covers entity schemas, MBQL/native queries, visualization settings, and validation.

🎯
metabase-semantic-checker🎯Skill

Validates Metabase Representation Format YAML files for referential integrity by checking cross-entity references and compiling MBQL queries to SQL against database metadata. Runs after schema validation to ensure collection IDs, dashboard references, and column references all resolve correctly.

🎯
metabase-modular-embedding-version-upgrade🎯Skill

Upgrades a project's Metabase modular embedding SDK or embed.js to a newer version, handling migration of embedding integration code and configuration changes.

🎯
metabase-embedding-sso-implementation🎯Skill

Implements JWT SSO authentication for Metabase embedding including modular embedding, SDK integration, and full app iframe-based embedding with user identity and group mappings.

🎯
metabase-full-app-to-modular-embedding-upgrade🎯Skill

A migration skill that converts Metabase full-app/interactive iframe-based embedding to modular web-component-based embedding, handling iframe replacement with components like metabase-question and metabase-dashboard, embed.js setup, and SSO endpoint modifications.

🎯
metabase-static-embedding-to-guest-embedding-upgrade🎯Skill

Migrates Metabase static embedding (signed iframe approach) to guest embedding using web components via embed.js. Follows a structured 6-step workflow covering version detection, project scanning, embed mapping, code migration, and validation.

🎯
metabase-modular-embedding-to-modular-embedding-sdk-upgrade🎯Skill

Agent skill for Metabase that helps perform complex embedding migrations and upgrades, explore data models, and create Metabase content automatically using AI coding agents.

🎯
metabase-react-sdk-setup🎯Skill

Guides the first-time setup of the Metabase React SDK for embedding dashboards, covering instance detection, API key configuration, dashboard discovery, JWT authentication, SDK installation, and initial embedding code generation. Provides a step-by-step interactive workflow that validates prerequisites before proceeding.