← All plugins
clustering-algorithm-runner
v1.23.0Run clustering algorithms on datasets
Claude Code1 skill
by Claude Code PluginsMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/ai-ml/clustering-algorithm-runner/ inside the repository.
Layout
plugins/ai-ml/clustering-algorithm-runner/
├── .claude-plugin/plugin.json└── skills/running-clustering-algorithms/SKILL.md
Skills1
running-clustering-algorithmsskills/running-clustering-algorithms/SKILL.md
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.
Manifests1
plugins/ai-ml/clustering-algorithm-runner/.claude-plugin/plugin.json
{
"name": "clustering-algorithm-runner",
"version": "1.23.0",
"description": "Run clustering algorithms on datasets",
"author": {
"name": "Claude Code Plugins",
"email": "[email protected]"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"clustering",
"kmeans",
"dbscan",
"hierarchical",
"agent-skills"
]
}