Skip to content

Releases: yavydev/cli

v0.1.0

08 Feb 21:52
62850c8

Choose a tag to compare

v0.1.0 - Initial Release

The Yavy CLI lets you generate AI skills from your indexed documentation on https://yavy.dev.

Features

  • yavy login - OAuth (PKCE) authentication via browser
  • yavy logout - Clear stored credentials
  • yavy projects - List all projects across your organizations
  • yavy generate <org/project> - Download skills from indexed documentation

Highlights

  • Zip-based skill downloads
  • Global (~/.claude/skills/) or local (.claude/skills/) skill installation
  • JSON output support (--json) for scripting
  • Configurable via YAVY_BASE_URL and YAVY_CLIENT_ID environment variables
  • Requires Node.js >= 18