Help us improve
Share bugs, ideas, or general feedback.
A curated directory of high-performance Claude Code plugins for the dbt ecosystem, including Lightdash semantic layer modeling, analysis, and administration.
npx claudepluginhub yu-iskw/dbt-heroesLightdash Analysis plugin for data exploration and insight generation.
Lightdash Content Administration plugin for managing spaces, charts, and dashboards within a project.
Lightdash Development plugin for semantic layer modeling (dbt YAML, metrics, dimensions).
Lightdash Organization Administration plugin for managing users, groups, and organization settings.
Lightdash AgentOps plugin for building, managing, and autonomously tuning AI agents.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.
Share bugs, ideas, or general feedback.
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).