find-skills

Match user requests to skills in a static capabilities registry.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/JFrangel/AI-Agents-Skills --skill find-skills-jfrangel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/JFrangel/AI-Agents-Skills/tree/main/public/skills/core/find-skills
Command: npx skills add https://github.com/JFrangel/AI-Agents-Skills --skill find-skills-jfrangel

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill acts as an intelligent receptionist, guiding users to the correct AI skill for their specific needs and helping them understand the available capabilities.

Core Features & Use Cases

  • Skill Routing: Directs users to the most appropriate skill based on their request.
  • Capability Discovery: Helps users understand what the AI system can do.
  • Workflow Suggestion: Recommends combinations of skills for complex tasks.
  • Use Case: A user says "I need to build a new app," and the skill suggests using /ai-founder for business strategy and /ai-cto for technical architecture.

Quick Start

Ask "what can you do" to get a list of available skills.

Frequently Asked Questions about find-skills

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

FAQPage Schema
How do I navigate AI capabilities to find the right skill for my task?

Skill discovery works by performing intent triage on your query and mapping it to a skill catalog, helping you understand available capabilities and categorize requirements to find the exact skill needed.

What's the best way to get workflow suggestions for complex app development?

You can get workflow suggestions by asking the navigation advisor what it can do, triggering a semantic analysis that maps your complex request to a sequence of appropriate skills in the registry.

Can I use skill routing if I don't know the exact AI capability I need?

Skill routing is designed for user intent triage, meaning it semantically analyzes whatever request you provide and maps it to the appropriate capability within the AI agent system.

Does the discovery router support querying a static capabilities registry?

The router matches requests against a static capabilities registry, meaning it relies on a predefined skill catalog mapping rather than dynamically generating new capabilities or connecting to external APIs.