From claude-data-analyst
Detect and compute correlations between numeric variables in a dataset. Use when the user wants to see how variables in a CSV/Parquet/Excel file move together — Pearson, Spearman, or Kendall — with a short report flagging the strongest positive and negative pairs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-data-analyst:correlation-analysisThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Produce a first-pass correlation report for a dataset in a folder.
Produce a first-pass correlation report for a dataset in a folder.
pearson default, spearman for non-linear/ranked, kendall for small-n or many ties).duckdb — fastest way to load mixed formats and run CORR(x, y) in SQL.uv run --with pandas --with scipy python -c '...' — for Spearman/Kendall and heatmap export.csvstat (csvkit) — quick column types and null counts before correlating.Write a markdown report next to the dataset (<dataset>-correlations.md) with:
If a --target was given, lead with a ranked list of predictors of that target.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin claude-data-analystMines projects and conversations into a searchable memory palace. Activates on queries about MemPalace, memory palace, mining, searching, palace setup, wings, rooms, drawers, or recalling past work.
Whole-repo audit for over-engineering: finds dead code, unnecessary abstractions, stdlib-replaceable dependencies. Outputs ranked findings and net line/dep savings.