ruvector
Persistent vector memory and swarm orchestration for AI agents
All Skills in This Repository (23)
Pure Emerald Level Indicatorsplan-change
Generates a minimal file-level implementation plan from a feature request before coding.
evolve
Evolves harness configurations through sandboxed mutation and measured selection with a frozen model.
V3 MCP Optimization
Optimize CLAUDE-flow v3 MCP server performance with connection pooling and load balancing.
V3 CLI Modernization
Modernize CLAUDE-flow v3 CLIs with modular commands and interactive prompts.
V3 Deep Integration
Migrate claude-flow into agentic-flow@alpha as a specialized extension.
V3 Core Implementation
Generate a claude-flow v3 core scaffold with domain-driven design and dependency injection.
V3 Security Overhaul
Overhaul claude-flow v3 security architecture to remediate CVEs.
flow-nexus-neural
Train and deploy neural networks in distributed Flow Nexus E2B sandboxes.
V3 DDD Architecture
Decompose claude-flow v3 orchestrator into modular bounded contexts.
Swarm Orchestration
Orchestrate multi-agent swarms with mesh, hierarchical, or adaptive topologies.
V3 Memory Unification
Consolidate memory backends into an AgentDB platform with HNSW indexing.
github-code-review
Coordinate multi-agent code reviews for GitHub pull requests.
Frequently Asked Questions
FAQPage SchemaHow to install RuVector?βΌ
Run `npx skills add ruvnet/ruvector --all -g -y` in your terminal to install all skills in this suite globally.
What does RuVector do for AI agents?βΌ
It gives agents persistent memory across sessions using local vector embeddings, graph relationships, and feedback-based learning, so they remember decisions and past outcomes.
Does RuVector need a database server or API key?βΌ
No. The default retrieval path runs fully locally with a cached embedding model, and no external database server or API key is required.
Can RuVector coordinate multiple AI agents?βΌ
Yes. It includes swarm orchestration skills for spawning specialized agents, running parallel tasks, and sharing collective memory across the swarm.
Does RuVector work with Claude Code?βΌ
Yes. All skills follow the standard SKILL.md format and integrate with Claude Code through hooks, MCP tools, and CLI commands.
Related Repositories in Software Engineering
View All in Software Engineeringβopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core