Add swarmvault plugin
loading diff…
Adds the swarmvault plugin under Developer Productivity and registers it in marketplace.json.
SwarmVault is a local-first RAG knowledge vault that compiles raw sources (books, notes, transcripts, files, URLs, code) into a durable markdown wiki with a knowledge graph and hybrid SQLite FTS plus embeddings.
The plugin ships:
An MCP server for Claude to search pages, read the graph, and run query, ingest, compile, and lint over the user's vault.
Slash commands for compile, query, and graph.
The canonical SwarmVault skill so Claude reaches for the vault when a project contains swarmvault.config.json or swarmvault.schema.md.
Homepage: https://swarmvault.ai
CLI on npm: @swarmvaultai/cli (MIT)