skills.sh now supports skill packs — bundles of multiple agent skills that can be shared via a unique URL. Packs can be built from community skills, local folders, zips, or GitHub repositories (public or private). Each pack is unlisted in the registry by default, making it easy to share with a team for standardized agent skill sets. Install with `npx skills add <url>` and update with `npx skills update`.

1m read timeFrom vercel.com
Post cover image

Questions this post answers

How do I install a skill pack from skills.sh in my project?

Install a skill pack with a single command: `npx skills add https://skills.sh/p/<pack-id>`. To update an installed pack to its latest version, run `npx skills update`. Packs can bundle community skills, local folders, zips, or public and private GitHub repositories, and each pack gets its own shareable URL that is unlisted in the registry by default. Developers standardizing agent skills across teams track tools like skills.sh on daily.dev.

96.1K Impressions7 Comments