skill-finder

Recommend Replit skills matching a user's stated objective.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Users often do not know which Replit skill fits their goal, and the platform's skill catalog changes over time. This Skill matches a user's objective to the right installed skills so they can start the correct workflow without browsing the entire catalog manually. ## Core Features & Use Cases - Dynamic skill discovery: Runs skillSearch with the user's objective and scans .local/skills/ and .local/secondary_skills/ to find newly added skills beyond the static catalog. - Intent-based matching: Maps goals to skills by intent rather than keywords, ranking 1-3 recommendations with explanations, prerequisites, and common pairings. - Use Case: A user says "how do I make my app live?" and the Skill recommends the deployment skill, explaining what it does and suggesting related skills like testing and security_scan for a full publish flow. ## Quick Start Ask the agent which Replit skill you should use to build a data dashboard with charts and a database backend.

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 task?

Describe your objective in plain language and the skill-finder matches it against installed skills using skillSearch plus a categorized catalog. It returns 1-3 ranked recommendations with explanations of why each fits your goal.

What Replit skill should I use to deploy my app?

Use the deployment skill to publish apps, configure deployment settings, and debug production issues. For a full publish flow, pair it with testing and security_scan before deploying.

Does skill-finder detect newly added skills?

Yes. It runs skillSearch as the primary discovery mechanism and scans .local/skills/ and .local/secondary_skills/ directories, so it can recommend skills added after its built-in catalog snapshot was written.

What happens if no Replit skill matches my goal?

The skill-finder states honestly that no skill matches and suggests alternatives such as creating a custom skill with skill-authoring or skill-creator, using web search, or taking a manual approach.

Which skills work together for a full-stack web app?

A common pairing is database plus react-vite plus deployment for a data-driven web app. For AI features, add ai-integrations-openai, anthropic, or gemini, and use replit-auth if user accounts are needed.