Help us improve
Share bugs, ideas, or general feedback.
From hyrex-ruvector
Cluster code by graph community detection via npx ruvector@0.2.25 hooks graph-cluster (spectral / Louvain)
npx claudepluginhub akhilyad/deployy --plugin hyrex-ruvectorHow this skill is triggered — by the user, by Claude, or both
Slash command
/hyrex-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`.
Guides technical evaluation of code review feedback: read fully, restate for understanding, verify against codebase, respond with reasoning or pushback before implementing.
Share bugs, ideas, or general feedback.
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 | grep '0.2.25' || npm install ruvector@0.2.25
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...>
"graph.nodes is not iterable", run hooks init first to seed the graph state.mcp__hyrex__memory_store({ key: "clusters-PROJECT-TIMESTAMP", value: "CLUSTER_ASSIGNMENTS", namespace: "vector-clusters" })cluster --namespace ... --k N and cluster --density are not valid in ruvector@0.2.25 — those flags fall through to the distributed-cluster command, which only accepts --status, --join, --leave, --nodes, --leader, --info.