Vercel Skills v1.4.2: Cline Directory Standardization
Vercel Skills v1.4.2 moves Cline to a universal ~/.agents/skills directory and groups skills by plugin in list output.
TL;DR
- Cline skills now use universal ~/.agents/skills directory instead of tool-specific paths
- Skills grouped by plugin in list and add commands for better organization
- Breaking change: existing Cline skills may need migration to new directory
New
- Universal .agents/skills directory — Cline now stores skills in ~/.agents/skills, aligning with a standardized agent skills location across tools
- Plugin-grouped skill output — 'skills list' and 'add' commands now organize skills by their parent plugin for clearer navigation
Fixed
- Cline global skills directory path updated to use the new ~/.agents/skills location
Update with: npm install -g @vercel-labs/skills@latest
Source: Vercel