genius.find_best
Find ranked GitHub code archetypes for a concept, with explanations and filters for language, stars, and preset. Use it to discover proven patterns, not raw search results.
Instructions
Find the best implementations of a concept across GitHub. Returns ranked archetypes with explanations, not raw search results. Example: genius.find_best('rate limiter', language: 'typescript')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| preset | No | battle_tested | |
| concept | Yes | What to find (e.g. 'rate limiter', 'retry with backoff') | |
| language | No | Programming language filter | |
| minStars | No | Minimum repo stars |