Vercel Skills v1.5.8: Zed Editor & Nested Catalog Discovery

Vercel Skills v1.5.8 adds Zed editor support, auto-discovers nested catalog skills, and fixes SSH URL handling in lock sources.

Vercel Skills v1.5.8: Zed Editor & Nested Catalog Discovery

TL;DR

  • Zed editor support now available
  • Auto-discover nested catalog skills in priority directories
  • SSH git URLs preserved in lock sources
  • Cleanup of deleted upstream skills on update

New

  • Zed editor support — Skills now integrates with Zed, expanding editor compatibility beyond VS Code and other existing targets.
  • Nested catalog skill discovery — Automatically discovers skills nested in priority directories by default, reducing manual configuration.

Fixed

  • SSH git URL preservation — Lock sources now correctly preserve SSH git URLs instead of converting them.

Improved

  • Upstream cleanup — Running skills update now removes skills that have been deleted upstream, keeping your local catalog in sync.

Update with: npm install -g @vercel/skills@latest or check the release page for your package manager.

Source: Vercel