GitHub Trending Daily — 2026-05-13
Daily snapshot of GitHub Trending (daily), captured 2026-05-13 KST.
Top Repos (by daily stars)
| ★ today | Repo | Lang | Description |
|---|---|---|---|
| +3,372 | mattpocock/skills | Shell | Skills for Real Engineers — straight from .claude directory. 78K total ★ |
| +1,829 | CloakHQ/CloakBrowser | Python | Stealth Chromium, drop-in Playwright replacement. 9.5K total ★ |
| +1,595 | tinyhumansai/openhuman | Rust | Personal AI super intelligence. Private & powerful |
| +1,506 | obra/superpowers | Shell | Agentic skills framework. 189K total ★ |
| +1,335 | rohitg00/agentmemory | TypeScript | Persistent memory for AI coding agents |
| +1,159 | github/spec-kit | Python | Spec-Driven Development toolkit. 98K total ★ |
| +1,048 | supertone-inc/supertonic | Swift | On-Device, multilingual TTS via ONNX |
| +987 | yikart/AiToEarn | TypeScript | ”Let’s use AI to Earn!” |
| +824 | rasbt/LLMs-from-scratch | Jupyter | ChatGPT-like LLM in PyTorch from scratch. 94K total ★ |
| +620 | millionco/react-doctor | TypeScript | AI agent writes bad React — this catches it |
| +489 | apernet/hysteria | Go | Censorship-resistant proxy |
| +439 | danielmiessler/Personal_AI_Infrastructure | TypeScript | Agentic AI infra for magnifying human capabilities |
| +281 | trycua/cua | HTML | Open-source Computer-Use Agent infrastructure |
| +233 | imthenachoman/How-To-Secure-A-Linux-Server | — | Evolving Linux server hardening guide |
Trend Signal
Agent infrastructure maturity is the dominant signal today. The stack has matured beyond single-repo breakthroughs into a coherent ecosystem:
- Skills layer:
mattpocock/skills(78K ★) andobra/superpowers(189K ★) both validate the agentic skills-as-code pattern - Memory layer:
rohitg00/agentmemoryshows persistent memory becoming a first-class concern for coding agents - Browser control:
CloakHQ/CloakBrowserprovides the stealth capability layer - Personal AI runtime:
openhuman(Rust) andPersonal_AI_Infrastructureshow agent infrastructure personalizing
Traditional dev tooling (spec-kit, hysteria, LLMs-from-scratch) remains present, but the AI agent ecosystem is clearly consolidating around reusable skills, persistent memory, and controlled execution environments.