skill-finder

Match user goals to relevant installed skills using skillSearch().

Updated Aug 30, 2025
One-click install
npx skills add https://github.com/Pixoraft/YuvaLab --skill skill-finder-pixoraft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-finder
Source: https://github.com/Pixoraft/YuvaLab/tree/main/.local/secondary_skills/skill-finder
Command: npx skills add https://github.com/Pixoraft/YuvaLab --skill skill-finder-pixoraft

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Matching user goals to the most relevant installed and cataloged skills to accelerate task-oriented outcomes.

Core Features & Use Cases

  • Dynamic discovery: uses skillSearch(query) to scan both installed skills and catalog locations for relevant capabilities.
  • Smart matching: compares user objectives against the catalog and returns 1–3 best-fit skills with clear rationale and prerequisites.
  • Catalog maintenance: encourages refreshing the catalog by re-scanning local Skill files to stay up-to-date.

Quick Start

Describe your objective to the Skill Finder and it will propose the best-matching skills.

Frequently Asked Questions about skill-finder

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

FAQPage Schema
How do I find the right Replit skill for a specific task?

Skill discovery works by scanning both installed skills and catalog locations using skillSearch(query). It compares your objectives against the catalog to surface relevant capabilities with explanations and prerequisites.

What's the best way to search for installed Replit skills by capability?

The best way to search for installed Replit skills is to provide your objective to the Skill Finder. It uses dynamic discovery to scan static and dynamic sources, returning 1–3 recommended skills with explanations.

Can I use Skill Finder to search dynamic and static skill catalogs?

Yes, you can use Skill Finder to search both dynamic and static skill sources. It discovers cataloged capabilities by relying on skillSearch() and surfacing catalog data from SKILL.md frontmatter.

Do I need to refresh the skill catalog before searching for capabilities?

Refreshing the skill catalog is encouraged to stay up-to-date. You can re-scan local Skill files to update the catalog data before running a new search to ensure accurate capability matching.

How many recommended skills does the Skill Finder return per query?

The Skill Finder returns 1–3 recommended skills per query. These recommendations include clear rationale and prerequisites to help you choose the most relevant skill for your objective.