Skip to content

metabase/agent-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

agent-skills

A collection of Agent skills for Metabase embedding products. These skills are built for Claude Code but may also work with other AI coding agents (Cursor, Windsurf, etc.). They help perform complex Metabase embedding migrations and upgrades automatically.

Important: Always review and validate the changes made by a skill. Depending on your application's complexity, a skill may not work properly in all cases. Check that your application builds, tests pass, and the embedding works as expected before committing.

Skills

Skill Description
metabase-modular-embedding-version-upgrade Helps upgrade a project's Modular embedding SDK (@metabase/embedding-sdk-react) or Modular embedding (web components via embed.js) to a newer version.
metabase-full-app-to-modular-embedding-upgrade Helps migrate from Metabase Full App / Interactive (iframe-based) embedding to Modular embedding (web components via embed.js).
metabase-static-embedding-to-guest-embedding-upgrade Helps migrate from Metabase Static embedding (signed embed iframes) to Guest embeds (web components via embed.js).
metabase-modular-embedding-to-modular-embedding-sdk-upgrade Helps migrate from Metabase Modular embedding (web components via embed.js) to the Modular embedding SDK (@metabase/embedding-sdk-react).
metabase-embedding-sso-implementation Helps implement JWT SSO authentication for Metabase embedding, including the signing endpoint, frontend auth layer, and group mappings.

Installation

Install all skills at once:

npx skills add metabase/agent-skills -a claude-code

Or install a specific skill:

npx skills add metabase/agent-skills --skill metabase-modular-embedding-version-upgrade -a claude-code

About

A collection of Agent skills for Metabase products

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages