Vercel Skills v1.4.1: Local Lock & Agent Support
Vercel Skills v1.4.1 adds local lock files for project-scoped skills, expands agent support to Cursor and Cortex Code, and fixes installer symlinks.
TL;DR
- Local lock file when saving skills to project scope, syncing from node_modules
- Cursor added to universally supported agents list
- Cortex Code agent support added
- Installer symlinks and agent detection refinements
New
- Local lock on skill saves — Skills now lock to project scope with sync from node_modules, preventing version conflicts across environments.
- Universal agent type — New agent type for skills management that works across multiple AI coding tools.
- Cursor support — Cursor added to the universally supported agents list.
- Cortex Code agent — New agent support for Cortex Code integration.
Fixed
- Installer symlinks — Fixed symlink creation during installation.
- Agent selection and detection — Refined agent detection logic and selection flow.
- README links — Corrected links to supported agents documentation.
npm install @vercel-labs/skills@1.4.1
Source: Vercel