trace-lineage

trace-lineage is a skill for Claude Code from DataWorkersProject/dataworkers-claw-community. It costs 40 tokens per session (452 once invoked), scanned A, original, no licence file.

A data-lineage tool that follows a table or column from its source to the systems and users that consume it. Data lineage means the history and flow of data through connected systems.

In plain words
What is it for?
Use it to investigate dependencies, follow source-to-consumer paths, and assess the impact of changing a table or column.
Why use it?
It shows where data came from and what may be affected if it changes.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Part of the data-workers plugin — 3 skills shipped together

Good fit Use it to investigate dependencies, follow source-to-consumer paths, and assess the impact of changing a table or column.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dataworkersproject/dataworkers-claw-community/trace-lineage
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add DataWorkersProject/dataworkers-claw-community --skill trace-lineage
Clone the repo
git clone --depth 1 https://github.com/DataWorkersProject/dataworkers-claw-community

Made for: Claude Code.

Or install data-workers, the plugin that ships this one along with the rest of its 3 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for trace-lineage

README.md
[![agentmods](https://agentmods.dev/badge/skills/dataworkersproject/dataworkers-claw-community/trace-lineage/github.svg)](https://agentmods.dev/skills/dataworkersproject/dataworkers-claw-community/trace-lineage)
Your own site
<a href="https://agentmods.dev/skills/dataworkersproject/dataworkers-claw-community/trace-lineage"><img src="https://agentmods.dev/badge/skills/dataworkersproject/dataworkers-claw-community/trace-lineage/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for trace-lineage

Your own site · 80×15
<a href="https://agentmods.dev/skills/dataworkersproject/dataworkers-claw-community/trace-lineage"><img src="https://agentmods.dev/badge/skills/dataworkersproject/dataworkers-claw-community/trace-lineage.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 452 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00040 $0.00452
Opus 5 $0.00020 $0.00226
Sonnet 5 $0.00008 $0.00090
Haiku 4.5 $0.00004 $0.00045

Measured 12d ago against content hash 32964a9afc87, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

trace-lineage scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/data-workers/skills/trace-lineage/SKILL.md · 37 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 37 lines · 40 tokens per session scan A 32964a9afc87

Subscribe to this mod's changes

trace-lineage is a skill published in the GitHub repository DataWorkersProject/dataworkers-claw-community (12 stars, last pushed 2mo ago), with no licence file. It adds 40 tokens to every session and 452 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

bonnard-metabase-migrate

Guide migration from an existing Metabase instance to a Bonnard semantic layer. Use when user says "migrate from metabase", "import metabase", "metabase to semantic layer", or has Metabase data they want to model.

bonnard-data/bonnard-cli · 55 tokens

bonnard-design-guide

Design principles for building semantic layers that work well for AI agents and business users. Use when building views, writing descriptions, or improving agent accuracy.

bonnard-data/bonnard-cli · 34 tokens

bonnard-get-started

Guide a user through setting up their first semantic layer after bon init. Use when user says "get started", "what next", "help me set up", or has just run bon init.

bonnard-data/bonnard-cli · 45 tokens

bonnard-build-dashboard

Guide a user through building and deploying a markdown dashboard. Use when user says "build a dashboard", "create a chart", "visualize data", or wants to create a dashboard.

bonnard-data/bonnard-cli · 42 tokens

foundry-config-setup

Resolve missing setup caused by a hardcoded Foundry project endpoint or model in a sample. Use when a sample fails because it uses a placeholder/hardcoded projectendpoint (for example "https://your-project.services.ai.azure.com") or a hardcoded model instead of reading them from the environment.

microsoft/agent-framework · 65 tokens

systematic-debugging

Use when debugging a failing test, build error, or runtime issue that isn't immediately obvious. Guides a 4-phase root cause analysis instead of random fix attempts.

open-metadata/OpenMetadata · 37 tokens