github_search_stars
Search your starred GitHub repositories by concept or problem description to find relevant repos offline using BM25 scoring.
Instructions
Instant offline concept & problem-to-solution discovery across starred repositories. Powered by zero-dependency local hybrid BM25 and weighted field scoring (< 5ms).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum results to return (default: 10). | |
| query | Yes | Search query or conceptual description (e.g. 'fast decision engine', 'screen time tracker', 'systems simulation'). | |
| category | No | Optional category filter to constrain search scope. | |
| min_score | No | Minimum BM25 similarity score threshold (default: 0.1). |