Skip to content

v0.1.0

Latest

Choose a tag to compare

@vildanbina vildanbina released this 08 Feb 21:52
· 1 commit to main since this release
62850c8

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