If you're running Claude with a private skill library or you've built your own collection locally, this lets you query against that instead of hitting a network service for skill discovery. It uses a routing script that can either handle the lookup directly or delegate to a subagent depending on your setup and what the current runtime allows. The fallback mode is a nice touch for when subagent creation isn't available. Honestly, this is pretty niche unless you're in an airgapped environment or you've invested in curating your own skill set, but if that's your situation, it's exactly what you need. The implementation is straightforward: run the router, follow its output.
npx -y skills add memtensor/skills-vote --skill skills-vote-local --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
coreyhaines31/marketingskills