What problem does it solve?
Out of the box, several ruvector subcommands fail with confusing dependency errors such as missing ONNX WASM files, @ruvector/pi-brain, or @ruvector/ruvllm. This Skill performs the first-run setup so every /vector subcommand works immediately.
Core Features & Use Cases
- Dependency Installation: Pins [email protected] and installs the ONNX embeddings, pi-brain, and ruvllm add-ons in one idempotent pass, with an optional --full flag for graph-node and router.
- MCP Server Registration: Registers ruvector as an MCP server with Claude and confirms it appears in the server list.
- Verification & Smoke Testing: Runs doctor, info, and common subcommands (hooks route, attention list, rvf examples) plus a bundled smoke script to detect drift from the contracted CLI surface.
- Use Case: After installing the ruflo-ruvector plugin, run this Skill once so commands like hooks route and attention list stop failing with module-not-found errors.
Quick Start
Ask the assistant to run the vector-setup skill to install ruvector and its add-ons, register the MCP server, and verify everything with doctor.