BeClaude

claude-find-skill

New
6GitHub TrendingDevelopmentby oleksbard

A Claude Code skill that finds skills you don't have yet

First seen 6/20/2026

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

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/claude-find-skill.md https://raw.githubusercontent.com/oleksbard/claude-find-skill/main/SKILL.md
3
Invoke in Claude Code
/claude-find-skill

Use Cases

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.

Usage Examples

1

/claude-find-skill I need a skill for Docker container management

2

Find a skill to help with React component testing

3

/claude-find-skill suggest skills for AWS infrastructure automation

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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..