Vibe-Skills correlation-analyzer
install
source · Clone the upstream repo
git clone https://github.com/foryourhealth111-pixel/Vibe-Skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/foryourhealth111-pixel/Vibe-Skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/bundled/skills/correlation-analyzer" ~/.claude/skills/foryourhealth111-pixel-vibe-skills-correlation-analyzer && rm -rf "$T"
manifest:
bundled/skills/correlation-analyzer/SKILL.mdsource content
Correlation Analyzer
Purpose
Use this skill when the user wants to know which variables move together before deeper modeling.
When to Use
Use this skill when:
- Ranking correlated features or spotting multicollinearity
- Choosing variables for follow-up regression or feature engineering
- Building heatmaps or pairwise summaries for exploratory analysis
Not For / Boundaries
- Causal inference: use
performing-causal-analysis - Regression ownership after screening: use
performing-regression-analysis - Abnormal-record detection: use
anomaly-detector
Typical Outputs
- Correlation tables or heatmaps
- Notes on collinearity risks
- Candidate variables to keep, drop, or inspect further
Related Skills
for the next modeling stepperforming-regression-analysis
for general chart productioncreating-data-visualizations