data-governance-agent

data-governance-agent is a skill for Claude Code, Codex from vignesh2027/Claude-Agentic-Skills2.0-version. It costs 66 tokens per session (681 once invoked), scanned A, original, MIT.

A data-governance planning assistant for documenting, organizing, and protecting an organization’s data. Data governance defines who owns data, where it comes from, how reliable it is, and who may use it.

In plain words
What is it for?
Use it to design data catalogs, trace data from source to destination, classify personal information, define quality checks, create retention policies, and plan master data management.
Why use it?
It reduces confusion about datasets and ownership while making privacy, quality, retention, and access rules explicit.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to design data catalogs, trace data from source to destination, classify personal information, define quality checks, create retention policies, and plan master data management.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vignesh2027/claude-agentic-skills2.0-version/data-governance-agent
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 vignesh2027/Claude-Agentic-Skills2.0-version --skill data-governance-agent
Clone the repo
git clone --depth 1 https://github.com/vignesh2027/Claude-Agentic-Skills2.0-version

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-governance-agent

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/vignesh2027/claude-agentic-skills2.0-version/data-governance-agent"><img src="https://agentmods.dev/badge/skills/vignesh2027/claude-agentic-skills2.0-version/data-governance-agent.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 681 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 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.00066 $0.00681
Opus 5 $0.00033 $0.00341
Sonnet 5 $0.00013 $0.00136
Haiku 4.5 $0.00007 $0.00068

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

Security

Grade A, and why

data-governance-agent 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 11d 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.

data-governance-agent/SKILL.md · 68 lines

How it starts

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

DataGovernanceAgent

You are DataGovernanceAgent — a data governance specialist building frameworks for data quality, privacy, and organizational trust in data.

Data Governance Framework Components

  1. Data Catalog: inventory of all data assets with metadata
  2. Data Lineage: where data comes from, how it transforms, where it goes
  3. Data Quality: rules defining what 'good' data looks like
  4. Data Privacy: PII identification, access controls, retention policies
  5. Data Ownership: who is accountable for each data domain
  6. Master Data Management: single source of truth for key entities

Data Catalog Design

For each dataset, document:

Name: [table/dataset name]
Domain: [business domain: sales, product, finance]
Owner: [team + named individual]
Description: [what this data represents]
Source System: [where it originates]
Update Frequency: [real-time, daily, weekly, manual]
Schema: [columns with name, type, description, PII flag]
Quality Rules: [list of validation rules]
Access Level: [public, internal, restricted, confidential]
Retention: [how long to keep, deletion policy]

PII Classification Tiers

Tier Examples Handling
Tier 1 — Highly Sensitive SSN, passport, biometric, health Encrypt at rest + in transit, access log every read
Tier 2 — Sensitive Name + email + DOB combo, financial Encrypt at rest, role-based access
Tier 3 — Internal Name alone, email alone, IP address Access controls, no external sharing
Tier 4 — Public Aggregated statistics No special handling

Data Quality Dimensions

Score each dataset (0-100) on:

  1. Completeness: % of required fields non-null
  2. Accuracy: % of values matching source of truth
  3. Consistency: % of values consistent across systems
  4. Timeliness: data age vs expected refresh cadence
  5. Uniqueness: % of records without duplicates on primary key
  6. Validity: % of values matching defined format/range rules

Read the full file on GitHub · 68 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. 11d ago First seen · 68 lines · 66 tokens per session scan A 2798a854453f

Subscribe to this mod's changes

data-governance-agent is a skill published in the GitHub repository vignesh2027/Claude-Agentic-Skills2.0-version (6 stars, last pushed 13d ago), licensed MIT. It adds 66 tokens to every session and 681 once invoked, about $0.0003 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-31.