Claude Find Skill — Development skill for Claude Code
A Claude Code skill that finds skills you don't have yet.
How to install Claude Find Skill
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open oleksbard/claude-find-skill and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Claude Find Skill does
A Claude Code skill that finds skills you don't have yet.
Alternatives in Development
- Root Cause Tracing — Use when errors occur deep in execution and you need to trace back to find the original trigger 102.5k ★
- Review Claudemd — Review recent conversations to find improvements for CLAUDE.md files 6.5k ★
- Find Todos — Find Development Tasks 2.8k ★
README
find-skill
A Claude Code skill that **finds skills you don't have yet.**
Ask "is there a skill for X?" and it searches the official plugin marketplace, GitHub, and curated awesome-lists, throws out anything you've already installed, and hands you the **top 5 matches with links** — ranked by relevance, then popularity. It only recommends. It never installs or touches your system.
Built to the standard Agent Skill format — a folder with a `SKILL.md` and YAML frontmatter — as documented in Anthropic's [anthropics/skills](https://github.com/anthropics/skills) repo.
Install
Copy the skill into your personal (user-level) skills dir:
git clone https://github.com/oleksbard/claude-find-skill.git
cp -R claude-find-skill/find-skill ~/.claude/skills/find-skill
Restart Claude Code (or start a new session) and it's available in every project.
Developing the skill? Symlink instead so edits go live without re-copying: `ln -s "$PWD/claude-find-skill/find-skill" ~/.claude/skills/find-skill`
Use
Just ask, in any session:
/find-skill is there a skill for writing changelogs?
/find-skill find me a skill that reviews terraform
/find-skill what skills exist for screenshot testing?
Example
/find-skill UI_UX design skills
⏺ All five verified as real skills. Here's your shortlist for UI/UX design — community skills you don't have, each confirmed to contain a SKILL.md:
baoyu-design — Run "Claude Design" locally: turn a request into polished UI mockups, prototypes, wireframes & decks as self-contained HTML
Source: GitHub · ★ 1,655 · pushed 2026-06
Link: https://github.com/JimLiu/baoyu-design
Why: The most general-purpose pick — full design-artifact workflow (mockups→prototypes→decks) without needing claude.ai/design; tuned
Related Skills
Find Dead Code
Finds dead code (unreachable, unused, deprecated) in the project.
Sync Schemas
Find JSONL/settings fields seen on disk that strict Zod schemas don't allow, and add them as optional.
Harnessmeter
A profiler for your agentic harness. Price every line of CLAUDE.md, every skill, subagent and MCP tool schema
Obsidian Challenge
Red-team your current idea against your own vault history — finds contradictions, past failures, and flawed as
Hire
Hires specialist agents — finds, installs skills, MCPs, agents, and hooks from registry, generates agent files
Rca
Deep root cause analysis - finds the actual cause, not just symptoms
Related Agents
Codebase Online Researcher
Do you find yourself desiring information that you don't quite feel well-trained (confident) on? Information t
Adequacy Auditor
Meta adversary - finds where the test suite's own assertions don't bite, via mutation testing. A green suite i
Attack Coverage Tracker
Meta-agent that finds no bugs itself and makes every other attacker find more. Maintains audit-output/attack-c