How this command is triggered — by the user, by Claude, or both
Slash command
/data-platform:data-lineage-vizThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /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 needednpx claudepluginhub l3ocho/mktpl-claude-datasaas --plugin data-platform/catalog-lineageExplores DataHub data lineage for a specified entity or question: traces upstream/downstream dependencies, performs impact analysis, visualizes flow diagrams.
/generate-erdGenerates visual ERD from database schema (ORM models, migrations, or live DB) as Mermaid diagram saved to docs/erd.md. Optionally DBML. Reports table and relationship counts.
/diagramGenerates Mermaid diagrams from codebase analysis or descriptions. Supports flowcharts, sequences, classes, ER diagrams, graphs, and states. Outputs validated Markdown embeds.
/graphifyGenerates a clustered knowledge graph from a vault, producing HTML and JSON outputs.