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

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 generate skills for
  5. 5.Saves skill files to .claude/skills/ for automatic activation

Requirements

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

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

View CLI Documentation