Skilldex v1.0 is here

Every agent
skill, one search
away.

Skilldex is a fast, beautiful registry for agent skills. Search, install, and version your skills with a single command.

Free · open sourcemacOS · Linux · Windows

The problem

Skills shouldn't live in a folder nobody can find.

No central home
Skills live scattered across projects. A debugging skill you wrote six months ago might as well not exist once you move repos.
No install command
Sharing a skill means attaching a file to a Slack message or checking in markdown nobody will find. There is no version, no distribution.
No quality signal
A skill on GitHub tells you nothing about whether it follows the spec, which Claude version it targets, or whether anyone maintains it.

How it works

Three commands. Empty to shipping.

1

Install the CLI

One command — npm, Homebrew, curl, or winget.

npm install -g skillpm
2

Find a skill

Search the registry by name, tag, or description.

skillpm search forensics
3

Install and use

Installed globally or into your project. Claude Code picks it up immediately.

skillpm install forensics

Terminal

Three commands. Empty to shipping.

~/projects/incident-bot — skillpm
$ skillpm install forensics-agent
Resolving forensics-agent@latest...
Fetching from registry (412ms)
✓ forensics-agent@1.2.0 · score 94 · verified
✓ Done · 1 skill · 3 resources
 
$ skillpm list
global (1)
forensics-agent 1.2.0
 
# Your agent now has /forensics-analyze
$

Registry

Popular this week

Browse all →
R
rate-limiter

Designs and implements API rate limiting middleware and abuse protection. Use when you need to add request throttling, per-user quotas, IP-based blocking, sliding window or token bucket algorithms, Redis-backed distributed counters, or 429 response handling. Trigger words: rate limit, throttle, API abuse, too many requests, request quota, DDoS protection, brute force prevention, credential stuffing defense.

100
skillpm i rate-limiter
T
template-skillverified

Replace with description of the skill and when Claude should use it.

90
skillpm i template-skill
U
uncle-bob-craft

Use when performing code review, writing or refactoring code, or discussing architecture; complements clean-code and does not replace project linter/formatter.

87
skillpm i uncle-bob-craft