skill-finder

Match user goals to relevant Replit skills and catalog entries.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/KartikSharma4448/aegiscare --skill skill-finder-kartiksharma4448
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-finder
Source: https://github.com/KartikSharma4448/aegiscare/tree/main/frontend/.local/secondary_skills/skill-finder
Command: npx skills add https://github.com/KartikSharma4448/aegiscare --skill skill-finder-kartiksharma4448

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill helps users quickly identify the most relevant Replit skills to accomplish a goal by dynamically discovering installed skills and catalog entries.

Core Features & Use Cases

  • Discover available skills dynamically with skillSearch(query) to surface matches from the catalog and installed skills.
  • Compare and select 1-3 best-fitting skills for a given objective, including explanations of why each is a fit and any prerequisites.
  • Use cases include planning a project, choosing a learning path, or assembling a toolkit for a team.

Quick Start

Describe your objective and ask this skill to shortlist the best matching Replit 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 best Replit skill for a specific project goal?

To find the best Replit skill for a specific project goal, describe your objective to dynamically discover installed skills and catalog entries. The system scans frontmatter metadata to shortlist the top 1-3 fitting options for your objective.

Can I compare Replit skills to see which one fits my objective?

Yes, you can compare Replit skills to see which fits your objective by requesting a shortlist. The system proposes 1-3 best-fitting skills and provides justifications explaining why each is a match for your goal.

Does skill discovery check for prerequisites before recommending a catalog entry?

Yes, skill discovery checks for prerequisites before recommending a catalog entry. It relies on frontmatter metadata to dynamically surface required prerequisites or related skills needed before you start your objective.

How do I plan a project toolkit using available Replit skills?

To plan a project toolkit using available Replit skills, describe your objective to the skill-finder. It scans installed skills and catalog data to propose the top 1-3 fits and justify recommendations for your toolkit.

What is dynamic skill discovery and how does it match user goals?

Dynamic skill discovery is a mechanism that scans installed skills and catalog data to match user goals. It uses frontmatter metadata to surface relevant entries and justify why specific skills fit your objective.