claude-find-skill
NewA Claude Code skill that finds skills you don't have yet
Summary
This skill helps developers discover Claude Code skills they don't currently have installed.
- It searches a skill catalog to recommend relevant skills based on your project context, task description, or technology stack, saving you time and expanding your toolset.
Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/claude-find-skill.md https://raw.githubusercontent.com/oleksbard/claude-find-skill/main/SKILL.md/claude-find-skillUse Cases
Usage Examples
/claude-find-skill I need a skill for Docker container management
Find a skill to help with React component testing
/claude-find-skill suggest skills for AWS infrastructure automation
Security Audits
Frequently Asked Questions
What is claude-find-skill?
This skill helps developers discover Claude Code skills they don't currently have installed. It searches a skill catalog to recommend relevant skills based on your project context, task description, or technology stack, saving you time and expanding your toolset.
How to install claude-find-skill?
To install claude-find-skill: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/claude-find-skill.md https://raw.githubusercontent.com/oleksbard/claude-find-skill/main/SKILL.md. Finally, /claude-find-skill in Claude Code.
What is claude-find-skill best for?
claude-find-skill is a skill categorized under Development. Created by oleksbard.
What can I use claude-find-skill for?
claude-find-skill is useful for: Find a skill for linting Python code when you're starting a new Python project.; Discover deployment skills before setting up CI/CD for a web application.; Search for testing framework skills while writing unit tests for a JavaScript project.; Identify database migration skills when planning a schema change in a Rails app.; Locate security auditing skills before a code review for a Node.js backend.; Find documentation generation skills to automate API docs for a Go service..