skill-finder

Search Vercel Skills, GitHub, and Anthropic for SKILL.md files and install selected skills.

7|3|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/brainbrewlabs/brainbrew-devkit --skill skill-finder-brainbrewlabs
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-finder
Source: https://github.com/brainbrewlabs/brainbrew-devkit/tree/main/plugin/skills/skill-finder
Command: npx skills add https://github.com/brainbrewlabs/brainbrew-devkit --skill skill-finder-brainbrewlabs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discovering and installing the right skills from multiple sources can be time-consuming and error-prone, so this Skill Finder streamlines discovery and installation to quickly extend Claude's capabilities.

Core Features & Use Cases

  • Multi-source search: Query Vercel Skills, GitHub, and Anthropic official skills in priority order to surface relevant SKILL.md files.
  • Review and install: Present top results to the user and install the selected skill into .claude/skills/{name}/ by fetching the SKILL.md and related references.
  • Use Case: When an agent-improver needs new skills for an agent, or a user requests a module that isn't currently available, this Skill Finder can locate and add it.

Quick Start

Ask the system to search for a skill and install it from a chosen source (Vercel Skills, GitHub, or Anthropic).

Frequently Asked Questions about skill-finder

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find and install Claude skills from GitHub and other sources?▼

To find and install Claude skills, the Skill Finder queries Vercel Skills, GitHub, and Anthropic sources in priority order, presents top results for user confirmation, and writes the selected SKILL.md into the .claude/skills directory.

What is the best way to add missing capabilities to a Claude agent?▼

The best way to add missing capabilities is to use a multi-source skill search to locate relevant SKILL.md files, review the presented candidate skills, and install the chosen module directly into the project's .claude/skills folder.

Can I search Vercel Skills and Anthropic official skills at the same time?▼

Yes, you can search Vercel Skills and Anthropic official skills simultaneously. The search workflow queries multiple sources in priority order to surface relevant SKILL.md files for your review before installation.

Do I need to manually confirm before a skill is installed into my project?▼

Yes, you need to manually confirm before a skill is installed. The workflow preserves user confirmation by presenting top candidate results and waiting for your selection before fetching and writing the SKILL.md and related references.

Where are installed skills written when adding them from GitHub?▼

Installed skills are written into the project's .claude/skills/{name}/ directory. The finder fetches the SKILL.md and related references from your chosen GitHub or Anthropic source and saves them directly to this path.

Why does my Claude agent need a skill finder instead of manual installation?▼

A skill finder streamlines discovery and installation to avoid manual errors when extending Claude's capabilities. It automates querying multiple sources, surfacing relevant SKILL.md files, and writing them to the correct directory.