npx claudepluginhub l3ocho/mktpl-claude-datasaas --plugin data-platform# /data lineage-viz - Mermaid Lineage Visualization ## Skills to Load - skills/lineage-analysis.md - skills/mcp-tools-reference.md - skills/visual-header.md ## Visual Output Display header: `DATA-PLATFORM - Lineage Visualization` ## Usage ## Workflow 1. **Get lineage data**: Use `dbt_lineage` to fetch model dependencies 2. **Build Mermaid graph**: Apply node shapes from `skills/lineage-analysis.md` 3. **Output**: Render copy-paste ready Mermaid flowchart ## Options | Flag | Description | |------|-------------| | `--direction TB` | Top-to-bottom layout (default: LR) | | `--depth N`...
Display header: DATA-PLATFORM - Lineage Visualization
/data lineage-viz <model_name> [--direction TB|LR] [--depth N]
dbt_lineage to fetch model dependenciesskills/lineage-analysis.md| Flag | Description |
|---|---|
--direction TB | Top-to-bottom layout (default: LR) |
--depth N | Limit lineage depth |
/data lineage-viz dim_customers
/data lineage-viz fct_orders --direction TB
/data lineage-viz rpt_revenue --depth 2
dbt_lineage - Get model dependencies (REQUIRED)dbt_ls - List dbt resourcesdbt_docs_generate - Generate full manifest if needed