Discover the perfect Claude Code skill for any workflow
We welcome contributions! Here are some ways to help.
Know a great Claude Code skill that isn’t showing up in searches? Add it to our curated list:
src/utils/github.tsKNOWN_SKILL_REPOS array:
const KNOWN_SKILL_REPOS = [
'anthropics/claude-code-skills',
'obra/superpowers',
// Add your skill repo here:
'your-username/your-skill-repo',
];
Help organize skills into categories:
src/data/categories.json{
"productivity": {
"skills": [
"existing/repo",
"your-username/your-skill-repo"
]
}
}
Help us find more skill repos by adding search queries:
src/utils/github.tsSEARCH_QUERIES arrayOpen an issue if something isn’t working:
Have ideas for improving skill discovery? Open an issue with the enhancement label.
# Clone the repo
git clone https://github.com/wience/claude-skillseek.git
cd claude-skillseek
# Install dependencies
npm install
# Build
npm run build
# Run locally
node dist/cli.js
# Run tests
npm test
# Lint
npm run lint