📈 GitHub Trending 每日精選(2026-07-18)
Top 10 一覽
| Repo | 語言 | ⭐ Star | 今日↑ | AI/Agent 相關 | 體積 |
|---|---|---|---|---|---|
| codecrafters-io/build-your-own-x | Markdown | 527,666 | 1,068 | ❌ | 超大型 |
| PostHog/posthog | Python | 36,279 | 438 | ✅ AI observability | 超大型 |
| HenryNdubuaku/maths-cs-ai-compendium | TypeScript | 6,756 | 200 | ✅ AI/ML 學習 | 待確認 |
| Nutlope/hallmark | CSS | 12,289 | 1,485 | ✅ Coding Skills | <50MB |
| github/copilot-sdk | Java | 9,834 | 233 | ✅ Agent SDK | <50MB |
| anthropics/cwc-workshops | TypeScript | 1,642 | 45 | ✅ Agent Workshop | <50MB |
| PrismML-Eng/Bonsai-demo | Shell | 1,752 | 278 | ✅ LLM 模型 | 待確認 |
| protocolbuffers/protobuf | - | - | - | ❌ | - |
| tirth8205/code-review-graph | Python | - | - | ✅ MCP + Skills | <50MB |
| docusealco/docuseal | - | - | - | ❌ | - |
⭐ AI/Agent 重點專案(已下載)
1. 🏷️ hallmark — Anti-AI-slop Design Skill
🔗 https://github.com/Nutlope/hallmark
應用分類: Coding Skills
技術棧: CSS + Claude Code / Cursor / Codex 整合
關鍵發現:
- 專為 AI coding tools 打造的「反 AI 味」設計 skill
- 提供 4 種動詞:
build、audit、redesign、study - 20 種 theme、主動檢測 57 種 AI slop pattern
- Made by Together AI
實用性評估:
可用來讓 AI 生成的 UI 不再有「塑膠感」,是少見專注於 AI 輸出品質提升的 skill 系統。對 Cursor/Copilot 開發者有直接價值。
Clone: git clone https://github.com/Nutlope/hallmark.git
2. 🔧 github/copilot-sdk — Multi-Platform Copilot Agent SDK
🔗 https://github.com/github/copilot-sdk
應用分類: Agent SDK / Coding Skills
技術棧: Python + Node.js + Go + .NET + Java + Rust(多語言 SDK)
關鍵發現:
- GitHub 官方 Copilot CLI 的 SDK 版本
- 支援 6 種語言,統一透過 JSON-RPC 與 Copilot CLI 通訊
- 可在自家 App 中嵌入 Copilot Agent 能力
- MCP compatible
實用性評估:
想把 Copilot Agent 能力整合進自架產品的必備 SDK。官方出品,品質有保證,且支援從 CLI 到手機嵌入式等各種場景。
Clone: git clone https://github.com/github/copilot-sdk.git
3. 🧠 anthropics/cwc-workshops — Claude Code Agent 工作坊
🔗 https://github.com/anthropics/cwc-workshops
應用分類: Agent Memory / Agent 開發教育
技術棧: Python + TypeScript + React
關鍵發現:
agents-that-remember:專門教如何給 Agent 增加記憶系統的 workshop- 包含 CMA Memory store + Dreaming Service 概念教學
agent-decomposition:Agent 任務分解production-ready-agent:如何部署管理 Agentresearch-desk:帶有 skills 目錄的研究 Agent
實用性評估:
最完整的 Agent 開發學習資源之一。涵蓋記憶、部署、分解等核心課題,且有完整程式碼可直接實驗。強烈建議下載研究。
Clone: git clone https://github.com/anthropics/cwc-workshops.git
4. 📊 tirth8205/code-review-graph — Code Intelligence Graph + MCP Skills
🔗 https://github.com/tirth8205/code-review-graph
應用分類: Coding Skills + Agent Memory
技術棧: Python + Tree-sitter + MCP
關鍵發現:
- skills/ 目錄:內建 7 種 skill:
build-graph、debug-issue、explore-codebase、refactor-safely、review-changes、review-delta、review-pr - memory.py:有專門的 memory 模組
- embeddings.py:有 embedding 處理
- MCP 兼容,可直接給 AI coding tools 使用
- 重點:大幅降低 AI 閱讀 codebase 的 token 消耗(38x-528x reduction)
實用性評估:
最有價值的 find:它有完整的 skill 框架可供參考。對於想建類似 OpenClaw skill 系統的人,這是很好的學習對象。且可直接當成 MCP tool 使用。
Clone: git clone https://github.com/tirth8205/code-review-graph.git
5. ⚡ RyanCodrai/turbovec — Rust Vector Index (Google TurboQuant)
🔗 https://github.com/RyanCodrai/turbovec
應用分類: Vector Database
技術棧: Rust + Python bindings
關鍵發現:
- 基於 Google Research TurboQuant 演算法
- 1 千萬文件僅需 4GB RAM(float32 需要 31GB)
- 比 FAISS 更快,支援線上新增向量(不用重建 index)
- 支援 filter at search time
- 純本地,無 managed service
實用性評估:
輕量級高效能 vector search 解決方案。適合需要本地部署 RAG 的場景。Rust 核心保證效能,Python bindings 方便整合。
Clone: git clone https://github.com/RyanCodrai/turbovec.git
📌 總結
今天的 AI/Agent 相關亮點:
- hallmark — 少見的「反 AI 味」設計 skill,concept 很新
- copilot-sdk — 官方 SDK,想整合 Copilot Agent 必看
- cwc-workshops — 最完整的 Agent 開發學習資源(特別是記憶系統)
- code-review-graph — 有完整 skill 框架可直接參考
- turbovec — 高效本地 vector search
報告產生時間:2026-07-18 21:47 CST