Vercel’s skills.sh now lets developers combine several agent skills into a single distributable pack. A pack can pull from community-published skills, a developer’s own local folders and zip files, or GitHub repositories, public or private, according to the changelog entry.
Each pack gets its own URL and stays unlisted by default, so it is reachable only by whoever holds the link. Teams can pass that link to one collaborator or distribute it broadly to keep skill sets consistent across every project. Installing a pack takes one command, npx skills add followed by the pack’s URL; a follow-up npx skills update pulls the latest version.
Agent skills have proliferated faster than teams have found ways to distribute them, and an unlisted URL is a thin mechanism for something a whole engineering org is expected to depend on. Vercel did not describe access controls beyond the link itself, so anyone who obtains a pack’s URL can install it.
Published in Vercel’s changelog.