概要
The Clustering Algorithm Runner skill empowers Claude to act as a data scientist by automating the end-to-end clustering process. It handles data loading, preprocessing (such as scaling and normalization), and the execution of various algorithms including K-means, DBSCAN, and hierarchical clustering. By generating production-grade Python code with scikit-learn, the skill provides not just cluster assignments, but also critical performance metrics like Silhouette scores and insightful visualizations to help users understand the underlying patterns and anomalies within their datasets.