github-trending

Parse GitHub trending repositories and emit AI/LLM/agent/ML filtered JSON.

114|47|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/huangjia2019/sdd-in-action --skill github-trending-huangjia2019
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-trending
Source: https://github.com/huangjia2019/sdd-in-action/tree/main/week1/code/04/skills/github-trending
Command: npx skills add https://github.com/huangjia2019/sdd-in-action --skill github-trending-huangjia2019

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly discover today’s top AI-focused projects on GitHub to stay updated on trends and potential open-source components.

Core Features & Use Cases

  • Trending Fetch: fetches the daily GitHub trending list and filters for AI/LLM/agent/ML topics.
  • Structured Output: returns a JSON array with fields like name, url, stars, topics, and description.
  • Use Case: ideal for tech radars, side-project scouting, and competitive awareness in AI tooling.

Quick Start

Show me today’s AI-related GitHub trending projects with names, URLs, and brief descriptions.

Frequently Asked Questions about github-trending

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find today's trending AI and LLM projects on GitHub?

To find today's trending AI and LLM projects on GitHub, this Skill fetches the GitHub trending page and filters repositories by AI, LLM, agent, and ML topics. It returns a structured JSON array containing the project name, URL, stars, topics, and description for quick research and monitoring.

Can I get a structured JSON list of GitHub trending repositories filtered by machine learning topics?

Yes, you can get a structured JSON list of GitHub trending repositories filtered by machine learning topics. The Skill parses the GitHub trending page, extracts repository metadata like names and stars, applies an AI/ML topic filter, and emits the formatted JSON array directly to stdout.

What's the best way to automate daily discovery of trending AI agent repositories for a tech radar?

The best way to automate daily discovery of trending AI agent repositories for a tech radar is to use this Skill. It automatically fetches the daily GitHub trending list, extracts repository details, filters for AI agent topics, and outputs a structured JSON array suitable for building a tech radar.

Does this GitHub trending Skill extract repository stars and descriptions for open-source scouting?

Yes, this GitHub trending Skill extracts repository stars and descriptions for open-source scouting. It parses the trending page to capture the repository name, URL, star count, topics, and description, providing a structured JSON output ideal for side-project scouting and competitive awareness.

What data fields are included when parsing GitHub trending data for LLM and ML projects?

When parsing GitHub trending data for LLM and ML projects, the included data fields are the repository name, URL, total stars, associated topics, and the project description. These fields are structured into a JSON array emitted to stdout for immediate integration into your data pipeline.

Are there limitations when fetching GitHub trending projects filtered by specific AI topics?

A limitation when fetching GitHub trending projects filtered by specific AI topics is that the Skill relies entirely on parsing the public GitHub trending page. It filters based on the topics present on that page, meaning it only captures daily trends and does not query custom historical date ranges or private repositories.