skilldex / v1.0

A package manager for Claude Code skills.

Install, share, and discover skills from a central registry. One command. Any project.

npm install -g skilldex-cli
Open source·MIT license·Spec v1.0

The problem

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

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
$ skillpm install forensics-agent
Resolving forensics-agent@latest...
Fetching from registry...
✓ forensics-agent@1.2.0 score: 94/100 Verified
Installing to global scope...
✓ Done 1 skill 3 resources
 
$ skillpm list
Global (1)
forensics-agent 1.2.0 score: 94
 
# Claude Code now has access to /forensics-analyze
$

Registry

Popular skills from the community

Browse all →
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 install uncle-bob-craft
unit-testing-test-generate

Generate comprehensive, maintainable unit tests across languages with strong coverage and edge case focus.

90
skillpm install unit-testing-test-generate
unity-ecs-patterns

Production patterns for Unity's Data-Oriented Technology Stack (DOTS) including Entity Component System, Job System, and Burst Compiler.

87
skillpm install unity-ecs-patterns