Catalog Lineage banner
datahub-project datahub-project

Catalog Lineage

Data community

Description

--- name: catalog-lineage description: Explore lineage, trace data dependencies, and perform impact analysis argument-hint: "[entity to trace or lineage question]" --- # DataHub Lineage Use the Skill tool to invoke the full `datahub-lineage` skill: ``` Skill tool: skill: "datahub-skills:datahub-lineage" ``` **User's request:** $ARGUMENTS This skill explores data lineage in DataHub: 1. Identify the target entity 2. Determine traversal direction and depth (upstream, downstream, or both) 3.

Installation

Installs to ~/.claude/skills/datahub-project-datahub-skills-catalog-lineage/SKILL.md

Terminal
mkdir -p ~/.claude/skills/datahub-project-datahub-skills-catalog-lineage && curl -fsSL https://raw.githubusercontent.com/datahub-project/datahub-skills/HEAD/commands/catalog-lineage.md -o ~/.claude/skills/datahub-project-datahub-skills-catalog-lineage/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository