data-profiling

data-profiling is a skill for Claude Code from Methasit-Pun/data_engineer_claude_skills. It costs 151 tokens per session (1,037 once invoked), scanned A, original, no licence file.

An exploratory review of raw data that measures its shape, quality, values, types, duplicates, keys, and relationships before a database schema is designed.

In plain words
What is it for?
Use it to profile datasets, find missing or duplicate records, identify relationships, create field mappings, and prepare an ER diagram.
Why use it?
It prevents schema decisions based on assumptions about the data and shows how source fields should map to the target.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the data-engineer-skills plugin — 28 skills shipped together

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.

agentmods
npx agentmods add skills/methasit-pun/data_engineer_claude_skills/data-profiling
Any agent
npx skills add Methasit-Pun/data_engineer_claude_skills --skill data-profiling
Clone the repo
git clone --depth 1 https://github.com/Methasit-Pun/data_engineer_claude_skills

Made for: Claude Code.

Or install data-engineer-skills, the plugin that ships this one along with the rest of its 28 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 data-profiling

README.md
[![agentmods](https://agentmods.dev/badge/skills/methasit-pun/data_engineer_claude_skills/data-profiling.svg)](https://agentmods.dev/skills/methasit-pun/data_engineer_claude_skills/data-profiling)
Your own site
<a href="https://agentmods.dev/skills/methasit-pun/data_engineer_claude_skills/data-profiling"><img src="https://agentmods.dev/badge/skills/methasit-pun/data_engineer_claude_skills/data-profiling.svg" alt="Measured on agentmods" height="20"></a>
Per session 151 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,037 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00151 $0.01037
Opus 5 $0.00076 $0.00518
Sonnet 5 $0.00030 $0.00207
Haiku 4.5 $0.00015 $0.00104

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

Security

Grade A, and why

data-profiling 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 5d 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.

02-profiling/data-profiling/SKILL.md · 83 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

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. 5d ago First seen · 83 lines · 151 tokens per session scan A dfa0dd17560f

Subscribe to this mod's changes

data-profiling is a skill published in the GitHub repository Methasit-Pun/data_engineer_claude_skills (1 stars, last pushed 1mo ago), with no licence file. It adds 151 tokens to every session and 1,037 once invoked, about $0.0008 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.

Related

Other skills, from other repositories

developing-incremental-models

Develops and troubleshoots dbt incremental models. Use when working with incremental materialization for: (1) Creating new incremental models (choosing strategy, uniquekey, partition) (2) Task mentions "incremental", "append", "merge", "upsert", or "late arriving data" (3) Troubleshooting incremental failures (merge…

AltimateAI/data-engineering-skills · 112 tokens

creating-dbt-models

Creates dbt models following project conventions. Use when working with dbt models for: (1) Creating new models (any layer - discovers project's naming conventions first) (2) Task mentions "create", "build", "add", "write", "new", or "implement" with model, table, or SQL (3) Modifying existing model logic, columns…

AltimateAI/data-engineering-skills · 122 tokens

optimizing-query-by-id

Optimizes Snowflake query performance using query ID from history. Use when optimizing Snowflake queries for: (1) User provides a Snowflake queryid (UUID format) to analyze or optimize (2) Task mentions "slow query", "optimize", "query history", or "query profile" with a query ID (3) Analyzing query performance…

AltimateAI/data-engineering-skills · 121 tokens

migrating-sql-to-dbt

Converts legacy SQL to modular dbt models. Use when migrating SQL to dbt for: (1) Converting stored procedures, views, or raw SQL files to dbt models (2) Task mentions "migrate", "convert", "legacy SQL", "transform to dbt", or "modernize" (3) Breaking monolithic queries into modular layers (discovers project…

AltimateAI/data-engineering-skills · 121 tokens

finding-expensive-queries

Finds and ranks expensive Snowflake queries by cost, time, or data scanned. Use when: (1) User asks to find slow, expensive, or problematic queries (2) Task mentions "query history", "top queries", "most expensive", or "slowest queries" (3) Analyzing warehouse costs or identifying optimization candidates (4) Finding…

AltimateAI/data-engineering-skills · 105 tokens

optimizing-query-text

Optimizes Snowflake SQL query performance from provided query text. Use when optimizing Snowflake SQL for: (1) User provides or pastes a SQL query and asks to optimize, tune, or improve it (2) Task mentions "slow query", "make faster", "improve performance", "optimize SQL", or "query tuning" (3) Reviewing SQL for…

AltimateAI/data-engineering-skills · 113 tokens