From ruflo-ruvector
Cluster vectors by similarity using npx ruvector k-means or density-based methods with labeled group summaries
How this skill is triggered — by the user, by Claude, or both
Slash command
/ruflo-ruvector:vector-cluster <namespace> [--k N]<namespace> [--k N]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Cluster vectors in a namespace by semantic similarity using `ruvector`.
Cluster vectors in a namespace by semantic similarity using ruvector.
Use this skill when you have a collection of embeddings and want to discover natural groupings. Clustering reveals themes, identifies outliers, and helps organize large vector collections.
npm ls ruvector 2>/dev/null || npm install ruvector
npx ruvector cluster --namespace NAMESPACE --k Nnpx ruvector cluster --namespace NAMESPACE --densitymcp__claude-flow__memory_store({ key: "clusters-NAMESPACE-TIMESTAMP", value: "CLUSTER_ASSIGNMENTS", namespace: "vector-clusters" })ruvector supports Louvain community detection and spectral clustering for graph-structured data:
npx ruvector hooks graph-cluster --namespace NAMESPACE
npx ruvector hooks graph-mincut --namespace NAMESPACE
npx claudepluginhub abdhenni/ruflo --plugin ruflo-ruvectorCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.