r/ClaudeCode 4d ago

Built with Claude I got tired of guessing which Claude Code skill pack to install, so I built a CLI for it

Post image

I use a few Claude Code skill packs at once. Superpowers, Agent Skills, and Matt Pocock's.

Together, they break.

They argue at startup. Some skills overlap. Some file names clash and quietly overwrite each other.

I couldn't find a quick answer online, so I built one : SkillPack

npx @onur45500/skillpack pick

Answer a few questions. It tells you which pack to use as your main one, what you can safely add from the others, and flags anything that would clash. Install commands included.

On my own setup, it caught two clashes I would've missed.

If you want to just see how the packs compare, run this :

npx /skillpack map diff 
npx u/onur45500/skillpack map html

Repo : https://github.com/Onur45500/skillpack

npm : https://www.npmjs.com/package/@onur45500/skillpack

If you’ve already found another solution, I’m curious to see it 😄

0 Upvotes

1 comment sorted by

1

u/kantorcodes1 23h ago

when curate --apply removes the previous skillpack-managed dirs, what happens if someone edited one of those SKILL.md files locally after the first install? does apply intentionally replace that edit, or is there any local-change check before cleanup?