On August 7, 2026, Vercel announced Skill Packs on skills.sh, a way to bundle multiple agent skills into a single shareable pack. Instead of pointing teammates at a dozen separate skills, you can now collect community skills, local folders, zip files, and GitHub repositories into one pack and share it with a single URL. Installation is one command, and packs are unlisted by default.
What Happened
Skill packs let developers group related agent skills and distribute them as a unit. You assemble a pack from mixed sources on skills.sh, get a unique URL, and hand it to individuals or a whole team. Anyone can then add every skill in the pack at once rather than installing each one by hand.
Why It Matters
Agent skills have multiplied fast across tools like Claude Code and Cursor, and keeping a team on the same set has been a manual chore. Packs turn a curated toolkit into something you can version and share like a dependency. For a studio or small team, that means one canonical bundle of writing, research, and code skills instead of everyone assembling their own slightly different setup. Standardization also makes onboarding faster, since a new collaborator installs the shared pack and immediately has the same capabilities as the rest of the team.
Key Details
- Sources: Combine community skills, local folders, zips, and GitHub repositories in one pack.
- Sharing: Each pack gets a unique URL and is unlisted by default, so you control who sees it.
- Install: Add a pack with
npx skills add https://skills.sh/p/<pack-id>. - Updates: Keep skills current with
npx skills update. - Discovery: Browse and publish through the packs directory.
What to Do Next
If your team already leans on agent skills, audit which ones you use most and gather them into a single pack, then share the URL so everyone installs the same set. Pin the pack in your project docs and update it as your workflow evolves, so the shared toolkit stays the source of truth rather than drifting across machines.