Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By yu-iskw
Lightdash Analysis plugin for data exploration and insight generation.
npx claudepluginhub yu-iskw/dbt-heroes --plugin lightdash-analysisSkill for understanding the Lightdash semantic layer, including explores, metrics, dimensions, and query compilation.
Skill for discovering and inspecting Lightdash charts.
Skill for searching Lightdash dashboards, spaces, and other content for analysis.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Connect to Looker and interact with your data using LookML.
Explore, query, model, embed, and manage Omni Analytics through the REST API and embed SDK. Includes 9 skills, 3 specialized agents, and 3 context rules for model exploration, querying, model building, content browsing, content building, embedding, AI optimization, AI eval, and administration.
MCP Server for Metabase - 111 tools for SQL generation, dashboard management, and PostgreSQL integration
Write SQL, explore datasets, and generate insights faster. Build visualizations and dashboards, and turn raw data into clear stories for stakeholders.
Quick insights from dlt pipeline data. Connect to a pipeline, profile tables, plan charts, and assemble marimo dashboards.
Skills and tools powered by the Honeydew MCP that help coding agents query data and build semantic models
Agent skills and subagents for automating GitHub issues, project boards, and workflows using the GitHub CLI.
Agent skills for adopting and tuning sqlfluff-complexity CPX rules in SQLFluff and dbt projects.
Lightdash Organization Administration plugin for managing users, groups, and organization settings.
Lightdash Content Administration plugin for managing spaces, charts, and dashboards within a project.
Lightdash Development plugin for semantic layer modeling (dbt YAML, metrics, dimensions).
Accelerate your dbt lifecycle with specialized Claude Code plugins. This repository provides high-performance agents and skills for mastering dbt Core, dbt Cloud, dbt Fusion, Elementary, and Lightdash.
| Category | Plugin | Description | Status |
|---|---|---|---|
| Semantic Layer | lightdash-development | dbt 1.10+ metrics, dimensions, and semantic layer modeling. | ✅ GA |
| Analysis | lightdash-analysis | Data discovery and insight generation from Lightdash explores. | ✅ GA |
| Content Ops | lightdash-content-admin | Space organization and content validation for Lightdash. | ✅ GA |
| Admin | lightdash-org-admin | Lightdash organization management (users, groups, projects). | ✅ GA |
| AgentOps | lightdash-agentops | Build, manage, and autonomously tune Lightdash AI agents. | 🧪 Beta |
read-only, write-idempotent, write-destructive) for all tools.Ensure you have Claude Code installed and authenticated.
Refer to the Product Documentation for detailed configuration instructions for each plugin.
The most efficient way to use these plugins is by adding this repository as a plugin marketplace. This enables discovery and management of all specialized plugins through the /plugin interface.
Add the repository as a marketplace to enable easy discovery and updates:
# Within Claude Code
/plugin marketplace add yu-iskw/dbt-heros
Once added, you can browse available plugins via /plugin discover or install them directly:
# Within Claude Code
/plugin install lightdash-analysis@dbt-heros
You can also install specific plugins directly using their GitHub path:
# Within Claude Code
/plugin install yu-iskw/dbt-heros/plugins/lightdash-analysis
If you have cloned the repository locally, you can add it as a local marketplace or install individual plugins from local paths:
# Add as a local marketplace (at the repository root)
/plugin marketplace add .
# Or install an individual plugin
claude plugin install ./plugins/lightdash-analysis
Each plugin ships a .codex-plugin/plugin.json manifest. The repo-scoped marketplace catalog is at .agents/plugins/marketplace.json.
When working inside this repository, Codex auto-detects .agents/plugins/marketplace.json and surfaces all five plugins in the plugin directory. No extra setup is needed. To enable a specific plugin:
# Within Codex
/plugin install lightdash-analysis@dbt-heroes
Codex caches installed plugins under ~/.codex/plugins/cache/dbt-heroes/<plugin-name>/local/. Each plugin can be enabled or disabled individually; state is stored in ~/.codex/config.toml.
To make the plugins available from any repository, copy or symlink the marketplace file to the personal catalog location:
mkdir -p ~/.agents/plugins
# Copy
cp .agents/plugins/marketplace.json ~/.agents/plugins/marketplace.json
# Or symlink (stays in sync with repo updates)
ln -s "$(pwd)/.agents/plugins/marketplace.json" ~/.agents/plugins/marketplace.json
After restarting Codex, the dbt-heroes plugins will appear in the plugin directory regardless of the working directory.
This repository is a monorepo. To add a new plugin or contribute to existing ones, refer to our Development Guide (coming soon).