oleksbard

Claude Find Skill — Development skill for Claude Code

Development community

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

find-skill mascot: a pixel-art fox explorer in an adventurer's hat kneeling beside a treasure chest of gold and stars

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