Agent skill · Databases

data-lineage-mapper

Extracts and maps data lineage from various sources including SQL, dbt, Airflow, and Spark, generating comprehensive lineage graphs for impact analysis.

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill data-lineage-mapper --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Version: 1.0.0
Allowed tools: ReadGrepGlobBashWebFetch
Path: library/specializations/data-engineering-analytics/skills/data-lineage-mapper/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Data Lineage Mapper Extracts and maps data lineage from various sources to provide comprehensive data flow visibility. ## Overview This skill parses and extracts data lineage information from SQL queries, dbt projects, Airflow DAGs, and Spark jobs. It generates comprehensive lineage graphs showing data flow from source to destination, enabling impact analysis and data governance. ## Capabilities - **SQL parsing for lineage extraction** - Parse SELECT, INSERT, MERGE statements - **dbt lineage integration** - Extract lineage from manifest.json - **Airflow task lineage mapping** - Map data flows across DAG tasks - **Spark job lineage extraction** - Parse Spark SQL and DataFrame operations - **Cross-system lineage connection** - Connect lineage across different tools - **Column-level lineage tracing** - Track individual column transformations - **Impact analysis** - Downstream/upstream impact assessment - **Lineage graph generation** - Visual and machine-readable lineage - **Integration with data catalogs** - Export to DataHub, Amundsen, Alation ## Input Schema ```json { "sources": { "type": "array", "required": true, "items": { "type": { "type": "string", "enum": ["sql", "dbt", "air

What's inside
Steps it walks through
  1. Overview
  2. Capabilities
  3. Input Schema
  4. Output Schema
  5. Usage Examples
  6. SQL Query Lineage
  7. dbt Project Lineage
  8. Multi-Source Lineage
  9. Impact Analysis for Table Change
  10. Lineage Extraction Methods
  11. SQL Parsing
  12. dbt Manifest
  13. Airflow DAGs
  14. Spark Jobs
Ships with 1 file
  • README.md
More from babysitter
All skills →
About this skill
What does the data-lineage-mapper skill do?

Extracts and maps data lineage from various sources including SQL, dbt, Airflow, and Spark, generating comprehensive lineage graphs for impact analysis.

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill data-lineage-mapper --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going