Vibe-Skills running-clustering-algorithms
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/running-clustering-algorithms" ~/.claude/skills/foryourhealth111-pixel-vibe-skills-running-clustering-algorithms && rm -rf "$T"
manifest:
bundled/skills/running-clustering-algorithms/SKILL.mdsource content
Clustering Algorithm Runner
Use this skill when the main question is how to group unlabeled data points.
Overview
This skill covers algorithm choice, preprocessing implications, cluster validation, and interpretation for unsupervised segmentation problems.
When to Use This Skill
- Customer segmentation, cohort discovery, or grouping unlabeled records
- Choosing between centroid, density, or hierarchical clustering
- Reviewing silhouette score, Davies-Bouldin, or cluster stability
Not For / Boundaries
- Supervised prediction with labels: use
training-machine-learning-models - Pure anomaly review without clustering as the central method: use
anomaly-detector - Final narrative report packaging: use
scientific-reporting
Typical Outputs
- Algorithm recommendation with parameter guidance
- Cluster-assignment workflow
- Validation and interpretation notes for cluster quality
Related Skills
for exploratory plots of cluster structurecreating-data-visualizations
when outliers become the next questionanomaly-detector