Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
$pwd:
metabase
GitHub creator profile

metabase

Repository-level view of 34 collected skills across 5 GitHub repositories, including approximate occupation coverage.

skills collected
34
repositories
5
occupation fields
1
updated
2026-05-15
occupation focus
Major fields detected across this creator.
repository explorer

Repositories and representative skills

#001
metabase
18 skills47.4k6.5kupdated 2026-05-14
53% of creator
clojure-write
مبرمجو الحاسوب

Guide Clojure and ClojureScript development using REPL-driven workflow, coding conventions, and best practices. Use when writing, developing, or refactoring Clojure/ClojureScript code.

2026-05-14
serdes-workflow
مطوّرو البرمجيات

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.

2026-05-08
playwright-mcp-metabase
محللو ضمان جودة البرمجيات والمختبرون

Drive Metabase's UI with the Playwright MCP browser tools (mcp__playwright__browser_*). Covers the snapshot/act/check pattern, Mantine component pitfalls (Menu race, Select/MultiSelect, the Escape-closes-modal trap, portal scoping), and Metabase-specific login flows. Use whenever a session needs to interact with the Metabase UI through Playwright MCP.

2026-05-04
e2e-test-review
محللو ضمان جودة البرمجيات والمختبرون

Review Cypress E2E spec files for Metabase conventions, common gotchas, and flakiness/performance issues. Use when reviewing pull requests or diffs containing Cypress spec files in e2e/test/scenarios/.

2026-05-04
e2e-test
محللو ضمان جودة البرمجيات والمختبرون

Run Cypress E2E tests, analyze failures including screenshots, and stress test for flakiness

2026-05-04
e2e-test-create
محللو ضمان جودة البرمجيات والمختبرون

Analyze React component source code to understand UI structure, then generate idiomatic Cypress E2E tests following Metabase conventions. Falls back to Playwright MCP browser exploration only when code reading and screenshot debugging are insufficient.

2026-04-30
analytics-events
مطوّرو البرمجيات

Add product analytics events to track user interactions in the Metabase frontend

2026-04-24
serdes-yaml-edit
مطوّرو البرمجيات

Edit Metabase serdes YAML files (cards, dashboards, databases) with correct portable references and structural conventions. Use when modifying exported YAML content.

2026-04-14
Showing top 8 of 18 collected skills in this repository.
#002
agent-skills
10 skills170updated 2026-05-15
29% of creator
metabase-cli
غير مصنف

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) and run them as JSON/CSV/XLSX; list/get/create/update dashboards and patch dashcards; list/get/create collections and traverse the hierarchy by id, entity_id, or "root"/"trash" (with items and recursive tree); list/get/create/update/archive native query snippets, segments, and measures; author/update/run transforms and schedule transform-jobs; read/update settings; search content (cards, dashboards, collections, transforms, metrics); manage Enterprise workspaces; git-sync to/from a git remote (status, dirty, import, export, branches, stash, add/remove a collection from sync). Use whenever the user wants to interact with a Metabase from the terminal — "log into metabase", "what profiles do I hav

2026-05-15
metabase-database-metadata
مصممو قواعد البيانات

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, types, FK relationships) through the `.metadata/databases` folder.

2026-05-11
metabase-semantic-checker
محللو ضمان جودة البرمجيات والمختبرون

Runs the Metabase semantic checker against a tree of Representation Format YAML files to verify that all references resolve — cross-entity references (collection_id, dashboard_id, parent_id, parameter source cards, snippet references, transform tags, etc.) and references to columns inside MBQL and native queries. Slow (≥1 min per run). Only use when the user explicitly asks to verify entity references or column references in MBQL/SQL queries; in most cases this runs as a CI step, not locally. Requires database metadata on disk (by default `.metadata/table_metadata.json`).

2026-05-08
metabase-representation-format
مطوّرو البرمجيات

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 Metabase serialization/deserialization (serdes). Covers entity schemas, MBQL and native queries, visualization settings, parameters, and folder structure.

2026-04-20
metabase-embedding-sso-implementation
مطوّرو البرمجيات

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 layer, and sets up group mappings. Use when the user wants to add SSO/JWT auth to their Metabase embedding, implement user identity for embedded analytics, set up JWT authentication for Metabase, or connect their app's authentication to Metabase embedding.

2026-04-07
metabase-full-app-to-modular-embedding-upgrade
مطوّرو البرمجيات

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.

2026-04-07
metabase-modular-embedding-to-modular-embedding-sdk-upgrade
مطوّرو البرمجيات

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.

2026-04-07
metabase-modular-embedding-version-upgrade
مطوّرو البرمجيات

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.

2026-04-07
Showing top 8 of 10 collected skills in this repository.
#003
repro-bot
2 skills80updated 2026-03-16
5.9% of creator
#004
metabase-codex-plugin
2 skills21updated 2026-05-13
5.9% of creator
#005
metabase-cursor-plugin
2 skills20updated 2026-03-30
5.9% of creator
Showing 5 of 5 repositories
All repositories loaded