vector-cluster

Installation
SKILL.md

Vector Cluster

Cluster vectors in a namespace by semantic similarity using ruvector.

When to use

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.

Steps

  1. Ensure ruvector@0.2.25 is available:
    npm ls ruvector 2>/dev/null | grep '0.2.25' || npm install ruvector@0.2.25
    
  2. Run clustering — in ruvector@0.2.25 the only working clustering is via hooks graph-cluster (spectral/Louvain over a code graph). The top-level cluster command is reserved for distributed cluster ops and is currently "Coming Soon" upstream.
    npx -y ruvector@0.2.25 hooks graph-cluster <files...>
    npx -y ruvector@0.2.25 hooks graph-mincut <files...>
    
Related skills
Installs
131
Repository
ruvnet/ruflo
GitHub Stars
50.2K
First Seen
13 days ago