skill-finder

Recommends Replit skills matching a user's stated objective.

Updated May 17, 2026
One-click install
npx skills add https://github.com/Amna-exe/EventFlow_App --skill skill-finder-amna-exe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-finder
Source: https://github.com/Amna-exe/EventFlow_App/tree/main/Final-MAD-project-main-4zipzipzipzipzip-1-ite1zipzip/.local/secondary_skills/skill-finder
Command: npx skills add https://github.com/Amna-exe/EventFlow_App --skill skill-finder-amna-exe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Users often do not know which Replit skill fits their goal, so this Skill maps a stated objective to the most relevant installed skills and explains why each fits. ## Core Features & Use Cases - Dynamic skill discovery: Runs skillSearch(query) and scans .local/skills/ and .local/secondary_skills/ to find newly added skills beyond the static catalog. - Intent-based matching: Matches user intent rather than keywords, ranking 1-3 recommendations with explanations, prerequisites, and common pairings. - Use Case: A user asks "how do I make my app live?" and the Skill recommends the deployment skill, plus testing and security_scan as a full publish flow. ## Quick Start Ask the agent which Replit skill to use for building a data dashboard with charts and a database.

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 my project?

Describe your objective in plain language and the Skill matches it against a catalog of installed skills, returning 1-3 ranked recommendations. It also runs skillSearch to include newly added skills not yet in the catalog.

What Replit skill should I use to build a web app?

For web apps, react-vite covers dashboards, CRUD apps, and landing pages, while streamlit suits Python-based interactive apps. Data-driven apps typically pair database with react-vite or data-visualization.

Does skill-finder detect newly installed skills?

Yes, it runs skillSearch(query) as the primary discovery mechanism and scans .local/skills/ and .local/secondary_skills/ directories. Newly added skills are recommended even if absent from the static catalog.

What happens if no Replit skill matches my goal?

The Skill states honestly that no match exists and suggests alternatives such as creating a custom skill, using web search, or taking a manual approach.

Can multiple Replit skills be used together?

Yes, the Skill lists common pairings such as database plus react-vite plus deployment for web apps, or testing plus security_scan plus deployment for a full publish flow.