github_batch_get_starred_with_readme
Batch-fetch starred repositories and distilled READMEs with token budget and cache support to keep AI context within limits.
Instructions
High-performance batch tool: fetches starred repositories + distilled READMEs with dynamic token budgeting, local caching, and speculative next-batch prefetching.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-indexed). Default is 1. | |
| sort | No | Sort order. Default is 'created'. | |
| distill | No | Enable semantic distillation. Default: true. | |
| profile | No | Context window profile. Default: 'standard'. | |
| refresh | No | Force live refresh from GitHub API, bypassing cache. | |
| per_page | No | Number of repositories in this batch. | |
| direction | No | Sort direction. Default is 'desc'. | |
| token_budget | No | Explicit token budget for the entire batch payload. | |
| prefetch_next | No | Speculatively prefetch the next batch in background. Default: true. |