suggest_stack
Run targeted GitHub searches from a plain-language project description to return a ranked shortlist of reusable libraries, preventing unnecessary from-scratch development.
Instructions
Given a plain-language description of what you're about to build, runs several targeted GitHub searches (including curated/awesome-list style queries) and returns a ranked shortlist of existing projects/libraries you could reuse instead of building from scratch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | Optional: preferred programming language | |
| description | Yes | Plain-language description of the project/feature you're planning to build | |
| limit_per_query | No | Results per sub-query (default 4) |