Execute clustering algorithms (K-means, DBSCAN, hierarchical) to identify data groups. Use when requesting "run clustering", "cluster analysis", or "group data points".
/plugin marketplace add jeremylongshore/claude-code-plugins-plus/plugin install clustering-algorithm-runner@claude-code-plugins-plusThis skill is limited to using the following tools:
assets/README.mdassets/clustering_visualization.ipynbassets/config_template.jsonassets/example_data.csvreferences/README.mdscripts/README.mdscripts/cluster_evaluator.pyscripts/data_loader.pyscripts/run_dbscan.pyscripts/run_hierarchical.pyscripts/run_kmeans.pyThis skill empowers Claude to perform clustering analysis on provided datasets. It allows for automated execution of various clustering algorithms, providing insights into data groupings and structures.
This skill activates when you need to:
User request: "Run clustering on this customer data to identify customer segments. The data is in customer_data.csv."
The skill will:
User request: "Perform DBSCAN clustering on this network traffic data to identify anomalies. The data is available at network_traffic.txt."
The skill will:
This skill can be integrated with data loading skills to retrieve datasets from various sources. It can also be combined with visualization skills to generate insightful visualizations of the clustering results.
Use when working with Payload CMS projects (payload.config.ts, collections, fields, hooks, access control, Payload API). Use when debugging validation errors, security issues, relationship queries, transactions, or hook behavior.