search_repos
Search GitHub for open-source projects by keyword or topic, with filters for language and stars, to identify existing solutions before building from scratch.
Instructions
Search public GitHub repositories by keyword/topic. Returns stars, last-updated, license, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort order, default 'stars' | |
| limit | No | Max results (default 8, max 20) | |
| query | Yes | Keywords or GitHub search syntax | |
| language | No | Optional: filter by programming language | |
| min_stars | No | Optional minimum star count |