pound

Getting Started

Pound is a skill registry for Claude Code. Skills are instruction sets that give Claude new capabilities — fetched on demand, always up to date.

Install

# npm
npm i -g pound-cli

# pnpm
pnpm add -g pound-cli

# yarn
yarn global add pound-cli

# bun
bun add -g pound-cli

That's it. An account is created automatically — no sign-in required. From this account you can search and fetch public skills, and upload your own private skills. Open any Claude Code session and you're ready to go.

Verify

To see all availabe commands open a Claude Code session and run:

#help

Get your first skill

#caveman

Now ask the caveman an important question: How do I center a div?

Want to publish skills publicly?

Run pound signup to link your GitHub account. Public uploads are reserved for GitHub-linked accounts so every published skill has a real author behind it. Private uploads do not require sign-up.

Next steps