cxcscmu/skilllearnbench-dbscan-parameter-tuning-dbscan-custom-metric
> How to run DBSCAN clustering with a custom anisotropic distance metric using sklearn and scipy. Use this skill whenever the user needs to cluster spatial points with a weighted or shape-adjusted distance, such as attenuating x vs y distances differently, or when DBSCAN needs a non-Euclidean metric defined as a callable. Covers cluster centroid computation and noise-point handling.
npx skills add https://github.com/cxcscmu/SkillLearnBench --skill dbscan-custom-metric
Take cxcscmu/skilllearnbench-dbscan-parameter-tuning-dbscan-custom-metric from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.