How They Fit Together
Choose Your Path
Installation Plugin (Recommended)
Full package for Cursor or Claude Code. Installs skills, rules, MCP servers, and the velt-expert agent persona for SDK setup.
MCP Installer
AI-guided setup with codebase scanning. Works with Claude Code, Cursor, Windsurf, and Claude Desktop.
UI Customization Plugin
Figma → verified Velt UI customization for Cursor or Claude Code. Builds CSS, wireframes, or primitives and checks each surface in a live browser.
Agent Skills
Install 282 implementation rules for any AI agent. Works with Claude Code, Cursor, GitHub Copilot, and more.
Velt Docs MCP
Search Velt documentation from Claude, Claude Code, Cursor, or VS Code.
CLI
Non-interactive, flag-driven scaffolding for Next.js. No AI agent required.
When to Use What
What Each Component Provides
Installation Plugin
Bundles skills, rules, an agent persona, and MCP servers into a single install for Cursor or Claude Code. Use it to set up and extend the Velt SDK. Includes 2 slash-command skills (/install-velt, /velt-help), 14 bundled agent-skill packages (282 rules), 6 embedded best-practice rules, 1 agent persona (velt-expert), and 2 MCP servers.
MCP Installer
An MCP server that your AI agent uses to run guided Velt setup. It scans your codebase, detects your auth system and document structure, generates an implementation plan, and executes the plan with your approval. Supports both guided mode and CLI-only mode.UI Customization Plugin
A separate Cursor / Claude Code plugin that turns a Figma Loop into working Velt UI customization (comments + notifications). It plans per surface, builds CSS / wireframes / primitives, and verifies each result against the design in a live browser. See UI Customization Plugin. Requires Velt already installed and rendering in your app.Skills
Structured knowledge packages containing prioritized rules with correct and incorrect code patterns, verification checklists, and source pointers. Available for 14 Velt feature areas: Setup, Comments, CRDT, Notifications, Recorder, Single Editor Mode, Self-Hosting Data, Activity Logs, Presence, Cursors, Huddle, REST APIs, Proxy Server, and AI Rewriter.CLI
A terminal command (npx @velt-js/add-velt) that scaffolds Velt into a Next.js project. Installs dependencies, generates components, and wires VeltProvider into your app layout. Supports feature flags for comments, notifications, presence, cursors, and CRDT.

