Today's GitHub Trending has 13 repositories with +9,656 stars total. Key finding: AI Agent tooling is maturing from prompt collections to reusable plugin ecosystems.
This article answers 6 questions with evidence: which repos to watch, why they're trending, how to learn them, and whether you should use them.
1 Bottom Line Up Front
Today's GitHub Trending has 13 repositories with +9,656 stars total.
**Key Finding**: AI Agent tooling is maturing from "prompt collections" to "reusable plugin ecosystems."
**Recommended Action**: If you use Claude, install [mattpocock/skills](https://github.com/mattpocock/skills) today.
2 Which repos are worth your time?
| Claim | Evidence | Confidence |
|---|---|---|
| mattpocock/skills is worth installing | +2,519 stars today; Author: Matt Pocock (TypeScript expert); 23 skills for real engineering | High |
| build-your-own-x is worth learning | +1,075 stars today; 20+ projects (Git, Database, Docker); Educational value | High |
| free-claude-code has risks | +1,701 stars today; May violate Anthropic TOS; Requires Python 3.14 | Medium |
| hackingtool is for beginners | +1,720 stars today; All-in-one security toolkit; Good for learning | Medium |
3 Why did mattpocock/skills explode?
**Claim**: The repo went viral because of author reputation + real-world utility + perfect timing.
**Evidence**: +2,519 stars in 24 hours. Author: Matt Pocock, creator of Total TypeScript (50k+ students). 23 skills, each is a standalone .md file.
**Installation**: `npx skills@latest add mattpocock/skills/to-prd` - one command, works immediately.
**Why this matters**: When a well-known developer open-sources their actual workflow (not a demo), people pay attention.
4 How should a beginner learn this?
**Day 1 (30 minutes)**: `npx skills@latest add mattpocock/skills/to-prd` - Install and try one skill.
**Day 2-3 (2 hours)**: Install `to-issues` and `code-review` skills. Use them on a real project.
**Week 2 (5 hours)**: Read skill source code (`~/.claude/skills/*.md`). Understand prompt structure. Modify one skill.
5 My Judgment
**Install if you use Claude**. The `to-prd` and `to-issues` skills alone save 30+ minutes per project.
**Who should install**: Claude Code users. Developers wanting to improve productivity.
**Who should skip**: ChatGPT users (skills don't work). Enterprise users needing official support.
6 Frequently Asked Questions
How do I install mattpocock/skills?
Run `npx skills@latest add mattpocock/skills/to-prd` to install a single skill, or clone the repo and copy to ~/.claude/skills/.
Does this work with ChatGPT?
No. These skills are designed specifically for Claude. ChatGPT users need to write their own prompts.
Which skill should I start with?
Start with `to-prd`. It's the most practical and helps you generate product requirement documents quickly.