Vercel Skills v1.4.8: Faster Snapshots & Lighter Dependencies
Vercel Skills v1.4.8 speeds up skill downloads with direct snapshot access and cuts dependencies by removing gray-matter.
TL;DR
- Download snapshots directly instead of cloning full git repos — faster setup
- Dropped gray-matter dependency for simpler front-matter parsing
- Smaller bundle, fewer dependencies to manage
New
- Direct snapshot downloads — fetch skills from snapshots instead of requiring a full git clone, cutting setup time and bandwidth
Changed
- Front-matter parsing — removed gray-matter dependency in favor of simpler built-in parsing, reducing dependency bloat
Update with: npm install @vercel-labs/skills@1.4.8
Source: Vercel