GitHub Trending Analyzer Use this skill to provide a comprehensive, categorized summary of the latest trending repositories on GitHub, including daily, weekly, and monthly lists. Workflow 1. Fetch Data : Use the provided script to fetch trending data for three time spans: Daily: Weekly: Monthly: 2. Full Inventory : List every single project found in each list. Do not omit any repositories. 3. Cross-List Deduplication : Note projects that appear in multiple spans (e.g., "appears in both Weekly and Monthly"). 4. Deep Categorization : Group ALL discovered projects into logical buckets. 5. Hyperl…