TOOLS & SKILLS
One Link Installs Your Whole AI Setup 🛠️
Skill Packs bundle everything you have taught your AI into a single link your team can install in one command. Here is the setup, and the audit to run before.
You spend months teaching AI how you work, what your business does, and how you want things handed back. Then a teammate asks how you did it and there is no good answer. You send four links, a zip file, and a paragraph of instructions. They install two things and give up.
On August 7, 2026, skills.sh shipped Skill Packs, which fixes exactly that. You bundle your skills into one pack and it gives you a single link. The other person runs one command and has your setup.
The genuinely useful part is that it is not locked to one AI. You can use Claude, someone on your team uses Cursor, someone else uses Codex, and the same skills work for all three. Here is how to install one, how to build yours, and the checklist to run before you install anyone else's.
The Three Things That Matter
You are not limited to skills already published on the directory.
What you can bundle: community skills from skills.sh, folders and files sitting on your own laptop, a zip, and public or private GitHub repos. That means the half-finished skill in your documents folder can go in the same pack as a polished public one, and the person installing it never knows the difference.
Packs do not show up in a public directory. Each one gets its own URL and you decide who sees it.
What that means for you: you can put your real business context in a pack and share it with three people without publishing it to the internet. Packs are owned by a Vercel account, and Vercel teams are the groups you can share to, so you will sign in with Vercel to make one.
The same skill installs into whichever AI tool the person is already using.
Where it lands: Claude Code reads .claude/skills/ in your project and ~/.claude/skills/ globally. Codex reads .agents/skills/ and ~/.codex/skills/. Cursor reads .agents/skills/ and ~/.cursor/skills/. The installer knows all of them, so nobody on your team has to care where the files go.
Installing Takes One Command
You do not install the tool first. It runs through npx, which means the command downloads it, uses it, and gets out of the way. Open your terminal in the project folder you want the skills in, then:
- A whole pack: run npx skills add followed by the pack URL, which looks like https://skills.sh/p/ and then the pack id.
- A single skill from GitHub: run npx skills add followed by the owner and repo, for example npx skills add vercel-labs/agent-skills.
- Global instead of one project: run it from your home directory so the skills land in the global folder and follow you into every project.
- Skip the telemetry: put DISABLE_TELEMETRY=1 in front of the command if you would rather it not phone home.
Then restart your AI tool so it picks up the new files. If a skill does not seem to be firing, that restart is the reason nine times out of ten.
Read This Before You Install Anyone's Pack
A skill is not a document. It is a set of instructions your AI will follow, with whatever access you have already given it. Installing a stranger's pack is closer to running their script than to reading their blog post, and packs being unlisted means there is no public rating or install count to lean on.
None of that means avoid them. It means spend ninety seconds first. The checklist below is short on purpose, so you will actually use it.
Build Your Own In About Ten Minutes
The reason to build one is not tidiness. It is that everyone on your team stops getting different results from the same request.
- Gather first. Open your skills folder and pull out the ones you actually use. Four good skills beat twenty you forgot you had.
- Sign in at skills.sh with Vercel and start a pack. Your account owns it, and your Vercel teams are who you can share it with.
- Add your sources. Point it at local folders, a zip, a GitHub repo, or skills already on the directory. Mix freely.
- Strip anything private. Real client names, keys, internal links. A pack is a file other people read, so treat it like a document you are emailing outside the company.
- Share the link, and send one line with it. The command plus what to expect. Not a paragraph.
If you want a place to find skills worth putting in a pack, I walked through the free directory and how to spot the good ones in the skills marketplace guide.
Systems beat motivation every time. When you automate repetitive research, synthesis, or administrative workflows, you free up cognitive bandwidth for high-leverage strategy and revenue-generating execution. Implement this workflow once, document the edge cases, and make it part of your weekly operating system.