From dbt-labs-dbt-agent-skills
Generates Mermaid flowchart diagrams of dbt model lineage and dependencies using MCP tools, manifest.json, or code parsing. Use for visualizing dbt DAGs in markdown.
npx claudepluginhub joshuarweaver/cascade-data-storage --plugin dbt-labs-dbt-agent-skillsThis skill is limited to using the following tools:
1. If name is provided, use that name
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Follow this hierarchy. Use the first available method:
Primary: Use get_lineage_dev MCP tool (if available)
Fallback 1: Use get_lineage MCP tool (if get_lineage_dev not available)
Fallback 2: Parse manifest.json (if no MCP tools available)
Last Resort: Parse code directly (if manifest.json too large or missing)
graph LR directive to define a left-to-right graph.