Claude Code Plugin

The Yavy Claude Code Plugin provides an interactive setup wizard that installs the CLI, authenticates your account, and generates skills for your projects - all from within Claude Code.

Installation

claude code
/plugin marketplace add yavydev/claude-code
claude code
/plugin install yavy-docs@yavy

Source: github.com/yavydev/claude-code

Usage

claude code
/yavy:init

This walks you through the complete setup:

  1. 1.Checks if the Yavy CLI is installed (installs it if needed)
  2. 2.Authenticates with your Yavy account via browser OAuth
  3. 3.Lists your available projects
  4. 4.Lets you select which projects to set up
  5. 5.Offers two approaches: CLI Search (runs yavy search on demand, recommended) or Skill Archive (downloads docs locally for offline use)
  6. 6.Saves skill files to .claude/skills/ for automatic activation

Requirements

  • Claude Code CLI
  • A Yavy account with indexed documentation
  • Node.js >= 20

Note: The plugin uses the Yavy CLI under the hood. If you prefer command-line control, use the CLI directly.

View CLI Documentation