data-data-catalog

data-data-catalog is a skill for Claude Code, Codex from j4flmao/agent-skills. It costs 102 tokens per session (5,501 once invoked), scanned B, original, MIT.

A data-catalog guide for organizing information about datasets, columns, owners, definitions, and how data moves between systems. A data catalog is a searchable inventory that helps teams find and understand their data.

In plain words
What is it for?
Design metadata pipelines, business glossaries, data discovery systems, ownership models, and column-level lineage tracking.
Why use it?
It reduces time spent searching for trusted data and clarifies who owns it, what business terms mean, and where each field came from.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Codex.

Good fit Design metadata pipelines, business glossaries, data discovery systems, ownership models, and column-level lineage tracking.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/j4flmao/agent-skills/data-catalog
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 j4flmao/agent-skills --skill data-catalog
Clone the repo
git clone --depth 1 https://github.com/j4flmao/agent-skills

Made for: Claude Code, Codex.

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 data-data-catalog

README.md
[![agentmods](https://agentmods.dev/badge/skills/j4flmao/agent-skills/data-catalog/github.svg)](https://agentmods.dev/skills/j4flmao/agent-skills/data-catalog)
Your own site
<a href="https://agentmods.dev/skills/j4flmao/agent-skills/data-catalog"><img src="https://agentmods.dev/badge/skills/j4flmao/agent-skills/data-catalog/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 data-data-catalog

Your own site · 80×15
<a href="https://agentmods.dev/skills/j4flmao/agent-skills/data-catalog"><img src="https://agentmods.dev/badge/skills/j4flmao/agent-skills/data-catalog.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 102 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,501 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 2 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original 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.00102 $0.05501
Opus 5 $0.00051 $0.02750
Sonnet 5 $0.00020 $0.01100
Haiku 4.5 $0.00010 $0.00550

Measured 7d ago against content hash 46ea8a13d5e6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade B, and why

data-data-catalog scanned grade B with 2 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 7d 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.

Sends data to an external URLmediumData exfiltration

A POST to an outside endpoint may be telemetry or may be exfiltration; either way the mod talks to somewhere, and you should know where.

response = requests.post( "http://datahub-gms:8080/api/graphql",

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

response = requests.post(
skills/data/data-catalog/SKILL.md · 607 lines

How it starts

The opening of the file, as written. The whole thing — 607 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Data Data Catalog

Purpose

Design and deploy a data catalog platform with metadata ingestion, column-level lineage, business glossary, data discovery, ownership model, and usage analytics.

Agent Protocol

Trigger

Exact user phrases: "data catalog", "DataHub", "Amundsen", "Apache Atlas", "OpenMetadata", "metadata management", "data discovery", "business glossary", "data lineage", "data ownership", "column-level lineage", "metadata ingestion".

Input Context

  • Existing data stack (warehouse, lake, BI tools)
  • Data catalog tool in consideration (if any)
  • Data governance maturity level
  • Number of data assets and teams
  • Compliance requirements (GDPR, SOX, HIPAA)
  • Current metadata sources (alerts, logs, metastore)

Output Artifact

Data catalog architecture with platform selection, metadata ingestion pipeline design, governance model with glossary and ownership, and usage analytics framework.

Response Format

# Catalog platform selection matrix
# Metadata ingestion pipeline
# Business glossary structure
# Ownership & stewardship model
# Usage analytics schema

No preamble. No postamble. No explanations. No filler/hedging/transitions. Compress output — why use many token when few do trick.

Completion Criteria

  • Catalog platform selected with rationale
  • Metadata ingestion pipelines configured for all sources
  • Column-level lineage established for critical datasets
  • Business glossary defined with domains and terms
  • Data ownership assigned with stewardship workflow
  • Search and discovery configured with facets
  • Usage analytics tracking enabled

Max Response Length

350 lines of configuration.

Workflow

Step 1: Select Catalog Platform

Platform Strengths Weaknesses Best For
DataHub Column-level lineage, real-time push, GraphQL API Complex deployment ML-first orgs, real-time metadata
Amundsen Simple search, good Tableau integration Limited lineage, Python-only Search-first use cases
OpenMetadata Ingestion framework, role-based access, UI Newer ecosystem, smaller community Organizations wanting all-in-one
Apache Atlas Hadoop-native, tag-based policies Outdated UX, heavy Existing Hadoop ecosystem

Read the full file on GitHub · 607 lines

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. 7d ago First seen · 607 lines · 102 tokens per session scan B 46ea8a13d5e6

Subscribe to this mod's changes

data-data-catalog is a skill published in the GitHub repository j4flmao/agent-skills (22 stars, last pushed 4d ago), licensed MIT. It adds 102 tokens to every session and 5,501 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it B with 2 findings (sends data to an external url, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories