Vercel Skills v1.4.1: 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 and detection issues.
TL;DR
- Local lock file when saving skills to project scope, synced from node_modules
- Cursor added to universally supported agents list
- Cortex Code agent support, installer and detection refinements
New
- Local lock on skill saves — Project-scoped skills now lock and sync from node_modules, preventing conflicts across environments.
- Universal agent type — New agent type for cross-tool skills management.
- Cursor support — Cursor added to the universally supported agents list.
- Cortex Code agent — Full support for Cortex Code agent integration.
Fixed
- Installer symlinks, agent selection, and detection logic refined for better reliability.
- README links to supported agents corrected.
Update with: npm install -g @vercel-labs/skills@latest
Source: Vercel