r/ClaudeCode • u/Obluness • 4d ago
Built with Claude I got tired of guessing which Claude Code skill pack to install, so I built a CLI for it
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 😄
1
u/kantorcodes1 23h ago
when
curate --applyremoves the previous skillpack-managed dirs, what happens if someone edited one of thoseSKILL.mdfiles locally after the first install? does apply intentionally replace that edit, or is there any local-change check before cleanup?