Analyze datasets by running clustering algorithms (K-means, DBSCAN, hierarchical) to identify data groups. Use when requesting "run clustering", "cluster analysis", or "group data points". Trigger with relevant phrases based on skill purpose.
Executes clustering algorithms (K-means, DBSCAN, hierarchical) to identify data groups and patterns. Automatically runs when you request clustering analysis on a dataset.
/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 provides automated assistance for clustering algorithm runner tasks.
This 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.
The skill produces structured output relevant to the task.
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.