
Vaner
- 1 repo stars
- Updated July 22, 2026
- borgels/vaner
Vaner is a Claude Code plugin that bundles a local MCP server, feedback skill, and session hooks so coding agents can retrieve evidence-backed Prepared Work and next-move suggestions from a background context engine.
About
Vaner is a Claude Code marketplace plugin for a local-first predictive context engine that turns idle compute into evidence-backed Prepared Work before your next prompt. It bundles the Vaner MCP server, feedback skill, install helper, and SessionStart hook so agents reliably pull search, expand, resolve, and suggestion tools. Install it when you want background repo analysis and prepared context surfaced through MCP instead of manual context gathering each session.
- Local-first engine prepares non-mutating Prepared Work before prompts arrive
- Plugin bundles MCP server, vaner-feedback skill, SessionStart hook, and /vaner:next suggestions
- Desktop or vaner init auto-wires Cursor, Codex, Claude Code, and other MCP clients
- Cockpit UI at localhost shows pipeline state, predictions, and diagnostics
- Alpha status: interfaces may evolve while core local-first behavior stabilizes
Vaner by the numbers
- Data as of Jul 23, 2026 (Skillselion catalog sync)
/plugin marketplace add borgels/vanerAdd your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| repo stars | ★ 1 |
|---|---|
| Last updated | July 22, 2026 |
| Repository | borgels/vaner ↗ |
How can coding agents get useful, pre-computed repository context through MCP without manually gathering files and notes at the start of every session?
Bundles Vaner MCP server, feedback skill, and SessionStart hooks so coding agents pull local Prepared Work and suggestions before each session.
Who is it for?
Developers using Claude Code or other MCP clients who want Vaner's local Prepared Work, suggestions, and reliable primer and hook integration in one plugin install.
Skip if: Cloud-only context pipelines, teams that cannot run a local Vaner daemon or Desktop, or workflows that forbid background repository analysis.
What you get
MCP-connected agents receive primers on session start, can call vaner tools for Prepared Work, and surface ranked next-move cards when the daemon is running.
Plugins in this marketplace
1 plugin - install individually after you add the marketplace.
Recommended Marketplaces
FAQ
Does the plugin require Vaner Desktop?
Desktop is the recommended human install path, but CLI Vaner init and pipx install also wire MCP clients including this plugin.
Does Vaner modify my repository automatically?
Prepared Work is non-mutating by default; applying or exporting changes remains an explicit user action.
What does the SessionStart hook do?
It warns if the Vaner CLI is missing from PATH or injects the canonical usage primer when the engine is available.