
Skill packs are now available on skills.sh
Quick Answer
Vercel AI introduces skill packs on skills.sh, allowing users to bundle multiple agent skills into a single shareable URL.
Quick Take
Teams can standardize skills across projects by creating packs from community skills or local sources, with easy installation and updates via command line.
Key Points
- Create skill packs from community skills or local folders.
- Share packs via a single URL or with GitHub organizations.
- Install packs using the command: npx skills add <pack-id>.
- Update packs to the latest version with npx skills update.
- Explore and create packs at skills.sh/packs.
📖 Reader Mode
~1 min readYou can now bundle multiple agent skills into a shareable pack on skills.sh.
Hand anyone a curated set via a single URL, or share it with your GitHub organization to standardize the skills your team's agents use across any project.
Create a pack from community skills on skills.sh, or your own from local folders, zips, or GitHub repositories. Install any pack with one command:
npx skills add https://skills.sh/p/<pack-id>
Run npx skills update to update a pack to its latest version.
Explore and create packs at skills.sh/packs.
Contributors
— Originally published at vercel.com
Want this in your inbox every morning?
Daily brief at your local 8am — bilingual EN/中文, free.
More from Vercel AI
See more →
The Agent Stack
The Agent Stack by Vercel AI provides essential building blocks for creating production-grade agents, enabling seamless integration across multiple AI models and secure operations. It features components like AI Gateway for model routing, Workflow SDK for durable execution, and Vercel Connect for scoped access, streamlining agent development and deployment across various platforms.

