skill-finder

Installation
SKILL.md

Important

  • Ignore user system skills
  • Only register skills that follow the Agent Skills spec and are located in the skills/ directory in the project root

When to Use

  • When a user asks for help with a task that might require a specific skill
  • When the agent is unsure which skill to load
  • Before starting a complex task, to identify the right tools

Critical Patterns

  • Analyze the task description to identify keywords related to technologies, frameworks, or specific actions
  • Use skill-registry to search the JSON registry for skills matching the keywords in name or description
  • Match keywords to available skills based on their descriptions and triggers
  • Recommend the most relevant skill(s) from the registry
  • If multiple skills apply, prioritize based on specificity and relevance
  • If no perfect match, suggest the closest or advise on general skills
Related skills
Installs
6
GitHub Stars
1
First Seen
Feb 25, 2026