Create Mermaid Diagram in Markdown from dbt DAG How to use this skill Step 1: Determine the model name 1. If name is provided, use that name 2. If user is focused on a file, use that name 3. If you don't know the model name: ask immediately — prompt the user to specify it - If the user needs to know what models are available, query the list of models 4. Ask the user if they want to include tests in the diagram (if not specified) Step 2: Fetch the dbt model lineage (hierarchical approach) Follow this hierarchy. Use the first available method: 1. Primary: Use get lineage dev MCP tool (if availa…