pound

Quickstart

Install the CLI:

# 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 all the setup you need. An account is created automatically. Open any Claude Code session and you're ready to go.

Find a skill

Search by describing what you want:

#search review pull requests

Or activate one directly if you already know the name:

#code-reviewer         <- Get your own or most popular skill
#frank/code-reviewer   <- Get a skill from a specifc person by username

See all commands

#help

Next steps