Index any knowledge source at yavy.dev and search it from Claude Code.
Yavy crawls and indexes content from any URL - API docs, framework guides, wikis, knowledge bases, internal docs. Once indexed, you can search it from your AI coding tools (Claude Code, Cursor, VS Code, and more).
This plugin connects Claude Code to your Yavy account so Claude can search your indexed content on-demand while helping you code.
/plugin marketplace add yavydev/claude-code
/plugin install yavy-docs@yavy
/reload-plugins
/yavy:init
This walks you through CLI installation, authentication, project selection, and skill configuration. If you're new to Yavy, it'll guide you through creating an account too.
- Go to yavy.dev and create a free account
- Create an organization (this groups your projects)
- Add a project - paste any URL and Yavy will crawl and index it
- Wait for indexing to complete (usually a few minutes)
- Come back and run
/yavy:init
/yavy:initinstalls the Yavy CLI and authenticates with your account- You select which indexed projects to connect
- The CLI creates a skill file in
.claude/skills/that Claude Code picks up automatically - When you ask questions that match your indexed content, Claude searches them via
yavy search
- Claude Code CLI
- Node.js >= 20
- A Yavy account (free)