benchflow-ai / data-profiler
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/data-profiler && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/4402" && unzip -o skill.zip -d .claude/skills/data-profiler && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/data-profiler/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Profile datasets to understand schema, quality, and characteristics. Use when analyzing data files (CSV, JSON, Parquet), discovering dataset properties, assessing data quality, or when user mentions data profiling, schema detection, data analysis, or quality metrics. Provides basic and intermediate profiling including distributions, uniqueness, and pattern detection.