github_export_catalog
Generate a categorized Markdown catalog of GitHub starred repositories, merging or overwriting an existing file to keep notes and summaries organized by category.
Instructions
Save or update an organized Markdown catalog file (e.g. GITHUB_STARS.md) grouping repositories by category with summaries and tags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Export mode: 'merge' preserves existing repos, custom user notes, and manual comments in GITHUB_STARS.md; 'overwrite' replaces the entire file. Default: 'merge'. | |
| file_path | No | Destination file path. Default: 'GITHUB_STARS.md'. | |
| categories | No | List of categories with their repositories. | |
| catalog_title | No | Main title of the catalog. Default: 'Organized GitHub Stars'. | |
| compiled_categories | No | Alternative parameter name for categories (output by multi-agent orchestrator). |