统计摘要

共发现热门项目: 21 个

本期热点趋势总结

 本期 GitHub 周榜:热度几乎被“AI Agent 工程化”包场了,大家不再只关心模型能不能写代码,而是在补齐上下文、技能、并行执行和工作流这些真正落地的环节。最值得看的有三个方向,alibaba/open-code-review 把代码审查做成了“规则引擎+LLM Agent”的混合系统,解决的是大规模团队里 review 既要快又要准的问题;Panniantong/Agent-Reach 让 Agent 直接读搜全网内容,解决的是“Agent 没有真实外部信息输入”的老问题;max-sixty/worktrunk 则是给并行 Agent 工作流配套的 worktree 管理工具,解决多任务协作时的环境隔离和切换成本。除此之外,文案清洗、知识库、视频生成这类工具也在涨,但本期最清晰的信号还是:Agent 正在从“会聊天”走向“能干活”。 ”

1. alibaba/open-code-review

🏷️ 项目名称: alibaba/open-code-review

🔗 项目地址: https://github.com/alibaba/open-code-review

⭐ 当前 Star 数: 36989

📈 趋势 Star 数: 14144

📋 项目介绍: Secure, fast, efficient, battle-tested at Alibaba's scale. Hybrid architecture code review tool: deterministic pipelines + LLM Agent, precise line-level comments, built-in multi-language ruleset (NPE, thread-safety, XSS, SQL injection), OpenAI & Anthropic compatible.

🏷️ 项目标签: 【🤖AI、🐹Go】

💡 推荐语: 阿里巴巴开源的代码审查神器,结合确定性流水线与大模型智能体,自动检测空指针、线程安全、SQL注入等隐患,并给出精准的行级评论,适合研发团队提升代码质量和审查效率。

2. ayghri/i-have-adhd

🏷️ 项目名称: ayghri/i-have-adhd

🔗 项目地址: https://github.com/ayghri/i-have-adhd

⭐ 当前 Star 数: 48303

📈 趋势 Star 数: 7869

📋 项目介绍: A skill to stop your coding agent from burying the answer. ADHD-friendly output.

🏷️ 项目标签: 【🤖AI、🐍Python】

💡 推荐语: 这个项目为编码助手添加“ADHD友好模式”,让AI直接给出简洁答案,避免冗长输出干扰思维,帮助容易分心的开发者快速抓住重点,提升编程专注效率。

3. bilawalsidhu/gods-eye-view

🏷️ 项目名称: bilawalsidhu/gods-eye-view

🔗 项目地址: https://github.com/bilawalsidhu/gods-eye-view

⭐ 当前 Star 数: 38048

📈 趋势 Star 数: 11683

📋 项目介绍: A spy satellite simulator in your browser, except the data is real. Live open source spatial intelligence on a photorealistic 3D globe.

🏷️ 项目标签: 【🎨Frontend、🟨JavaScript】

💡 推荐语: 用浏览器就能打开“上帝视角”,这个开源项目把真实卫星数据放进照片级3D地球,让你实时侦察全球空间情报,适合GIS开发者、数据可视化爱好者和军事科技迷探索。

4. affaan-m/ECC

🏷️ 项目名称: affaan-m/ECC

🔗 项目地址: https://github.com/affaan-m/ECC

⭐ 当前 Star 数: 262314

📈 趋势 Star 数: 5877

📋 项目介绍: The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

🏷️ 项目标签: 【🤖AI、📘TypeScript】

💡 推荐语: ECC是一套面向AI编程助手的智能性能优化系统,为Claude Code、Codex、Cursor等工具注入技能、直觉、记忆与安全防护,以研究优先的架构显著提升开发效率,适合追求极致编码体验的开发者与团队。

5. Tencent/WeKnora

🏷️ 项目名称: Tencent/WeKnora

🔗 项目地址: https://github.com/Tencent/WeKnora

⭐ 当前 Star 数: 27129

📈 趋势 Star 数: 4703

📋 项目介绍: Open-source LLM knowledge platform: turn raw documents into a queryable RAG, an autonomous reasoning agent, and a self-maintaining Wiki.

🏷️ 项目标签: 【🤖AI、💬LLM】

💡 推荐语: 腾讯WeKnora开源LLM知识平台,帮你把原始文档一键转化为可查询的知识库、自主推理的智能代理和自动维护的维基百科,适合开发者、知识管理者快速构建RAG应用、智能问答系统和团队知识库,让知识获取与推理自动化。

6. anthropics/claude-code

🏷️ 项目名称: anthropics/claude-code

🔗 项目地址: https://github.com/anthropics/claude-code

⭐ 当前 Star 数: 146439

📈 趋势 Star 数: 1620

📋 项目介绍: Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

🏷️ 项目标签: 【🤖AI、📘TypeScript】

💡 推荐语: Anthropic推出的Claude Code是一款驻留在终端中的智能编程代理,能理解整个代码库,通过自然语言指令自动执行常规任务、解释复杂代码并处理Git工作流,大幅提升开发效率,适合追求高效编码的开发者使用。

7. mksglu/context-mode

🏷️ 项目名称: mksglu/context-mode

🔗 项目地址: https://github.com/mksglu/context-mode

⭐ 当前 Star 数: 23583

📈 趋势 Star 数: 1398

📋 项目介绍: Context window optimization for AI coding agents. Sandboxes tool output (98% reduction), persists session memory, and enforces routing across 17 platforms via MCP + hooks.

🏷️ 项目标签: 【🤖AI、📘TypeScript】

💡 推荐语: Context-mode通过沙箱技术将AI编码助手的工具输出压缩98%,并持久化会话记忆,还能跨17个平台统一路由,让开发者用更小的上下文窗口处理更多任务。

8. addyosmani/agent-skills

🏷️ 项目名称: addyosmani/agent-skills

🔗 项目地址: https://github.com/addyosmani/agent-skills

⭐ 当前 Star 数: 96566

📈 趋势 Star 数: 3051

📋 项目介绍: Production-grade engineering skills for AI coding agents.

🏷️ 项目标签: 【🤖AI、🐍Python】

💡 推荐语: 为AI编码代理量身打造的生产级工程技能库,涵盖代码审查、调试、优化等实战能力,帮助开发者与AI高效协作,显著提升代码质量与开发效率。

9. max-sixty/worktrunk

🏷️ 项目名称: max-sixty/worktrunk

🔗 项目地址: https://github.com/max-sixty/worktrunk

⭐ 当前 Star 数: 8052

📈 趋势 Star 数: 1104

📋 项目介绍: Worktrunk is a CLI for Git worktree management, designed for parallel AI agent workflows

🏷️ 项目标签: 【🛠️Tool、🦀Rust】

💡 推荐语: Worktrunk是一个用Rust编写的Git工作树管理工具,专为并行AI代理工作流设计,帮助开发者高效创建、切换和清理多个工作区,让多个AI代理在同一仓库中互不干扰、并行协作,极大提升多代理开发效率。

10. anthropics/knowledge-work-plugins

🏷️ 项目名称: anthropics/knowledge-work-plugins

🔗 项目地址: https://github.com/anthropics/knowledge-work-plugins

⭐ 当前 Star 数: 24948

📈 趋势 Star 数: 776

📋 项目介绍: Open source repository of plugins primarily intended for knowledge workers to use in Claude Cowork

🏷️ 项目标签: 【🤖AI、🐍Python】

💡 推荐语: Anthropic官方开源知识工作插件集,为知识工作者提供在Claude Cowork环境中使用的即插即用工具,通过Python技术栈实现日常办公流程无缝集成,让分析、写作、研究等任务更智能高效。

11. openai/plugins

🏷️ 项目名称: openai/plugins

🔗 项目地址: https://github.com/openai/plugins

⭐ 当前 Star 数: 6990

📈 趋势 Star 数: 542

📋 项目介绍: OpenAI Plugins

🏷️ 项目标签: 【🤖AI、🟨 JavaScript】

💡 推荐语: OpenAI官方插件系统让开发者轻松构建可扩展AI能力的第三方插件,实现与外部数据、API的深度交互,为ChatGPT等应用解锁无限应用场景,是想要增强AI功能、构建智能生态的开发者必备工具。

12. blader/humanizer

🏷️ 项目名称: blader/humanizer

🔗 项目地址: https://github.com/blader/humanizer

⭐ 当前 Star 数: 50021

📈 趋势 Star 数: 3118

📋 项目介绍: Agent skill that removes signs of AI-generated writing from text

🏷️ 项目标签: 【🤖AI、🐍Python】

💡 推荐语: Humanizer是一个智能Agent工具,能自动抹去文本中的AI生成痕迹,让内容读起来更像真人写作,特别适合需要规避AI检测的内容创作者和开发者。

13. kunchenguid/firstmate

🏷️ 项目名称: kunchenguid/firstmate

🔗 项目地址: https://github.com/kunchenguid/firstmate

⭐ 当前 Star 数: 6592

📈 趋势 Star 数: 990

📋 项目介绍: Talk to one agent. Ship with a crew.

🏷️ 项目标签: 【🤖AI、🚀DevOps】

💡 推荐语: firstmate让您只需与一个智能体对话,就能调度整个协作团队,轻松完成从构思到交付的全部流程,极大提升团队效率与项目执行力。

14. microsoft/markitdown

🏷️ 项目名称: microsoft/markitdown

🔗 项目地址: https://github.com/microsoft/markitdown

⭐ 当前 Star 数: 185489

📈 趋势 Star 数: 2841

📋 项目介绍: Python tool for converting files and office documents to Markdown.

🏷️ 项目标签: 【🤖AI、🐍Python】

💡 推荐语: 微软推出的MarkItDown是一款Python工具,能轻松将PDF、Word、Excel、PPT等文件和办公文档一键转换为Markdown格式,极大方便内容创作者、研究人员和开发者高效整理与复用资料,让文档处理变得简洁高效。

15. home-assistant/core

🏷️ 项目名称: home-assistant/core

🔗 项目地址: https://github.com/home-assistant/core

⭐ 当前 Star 数: 90757

📈 趋势 Star 数: 357

📋 项目介绍: 🏡 Open source home automation that puts local control and privacy first.

🏷️ 项目标签: 【🤖AI、🐍Python】

💡 推荐语: Home Assistant是一款开源智能家居平台,优先保障本地控制与用户隐私,支持数千种设备无缝集成,让你无需云端即可实现自动化场景,适合追求数据自主与稳定可靠的家庭用户。

16. stablyai/orca

🏷️ 项目名称: stablyai/orca

🔗 项目地址: https://github.com/stablyai/orca

⭐ 当前 Star 数: 72153

📈 趋势 Star 数: 5272

📋 项目介绍: Orca is the ADE for working with a fleet of parallel agents. Run any coding agent with your own subscription. Available on desktop, mobile and remote runtime.

🏷️ 项目标签: 【🤖AI、📘TypeScript】

💡 推荐语: Orca是一个面向并行智能体集群的集成开发环境,让你使用自己的订阅即可运行任意编码智能体,并支持桌面、移动端和远程运行时无缝协作,大幅提升多智能体协同开发的效率与灵活性。

17. heygen-com/hyperframes

🏷️ 项目名称: heygen-com/hyperframes

🔗 项目地址: https://github.com/heygen-com/hyperframes

⭐ 当前 Star 数: 51489

📈 趋势 Star 数: 2401

📋 项目介绍: Write HTML. Render video. Built for agents.

🏷️ 项目标签: 【🤖AI、📘TypeScript】

💡 推荐语: 写HTML就能直接渲染成视频,专为AI代理打造,让智能体轻松生成动态视觉内容。

18. Panniantong/Agent-Reach

🏷️ 项目名称: Panniantong/Agent-Reach

🔗 项目地址: https://github.com/Panniantong/Agent-Reach

⭐ 当前 Star 数: 83213

📈 趋势 Star 数: 3766

📋 项目介绍: Give your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.

🏷️ 项目标签: 【🤖AI、🐍Python】

💡 推荐语: Agent-Reach一个命令行工具,让AI智能体拥有“眼睛”,零API费用读取并搜索Twitter、Reddit、YouTube、GitHub、B站和小红书等全网平台,无需额外成本即可为你的AI应用拓展实时互联网信息获取能力,极适合开发者、研究者和AI应用创业者快速搭建数据入口。

19. obra/superpowers

🏷️ 项目名称: obra/superpowers

🔗 项目地址: https://github.com/obra/superpowers

⭐ 当前 Star 数: 288617

📈 趋势 Star 数: 3573

📋 项目介绍: An agentic skills framework & software development methodology that works.

🏷️ 项目标签: 【🤖AI、🚀DevOps】

💡 推荐语: Superpowers是一个真正能落地的AI智能体技能框架和软件开发方法论,让开发者可以像组装积木一样灵活配置AI代理,显著提升工程效率和代码质量,特别适合AI工程师和团队想要系统化应用智能体的场景。

20. petergyang/no-ai-slop

🏷️ 项目名称: petergyang/no-ai-slop

🔗 项目地址: https://github.com/petergyang/no-ai-slop

⭐ 当前 Star 数: 10613

📈 趋势 Star 数: 2189

📋 项目介绍: Removes 20+ patterns of AI slop from any piece of writing.

🏷️ 项目标签: 【🤖AI、🐍Python】

💡 推荐语: 这个开源工具能一键清除文章中20多种常见的“AI味”表达,让AI生成的内容读起来更像真人写作,适合内容创作者、编辑和自媒体人快速提升文本自然度。

21. danny-avila/LibreChat

🏷️ 项目名称: danny-avila/LibreChat

🔗 项目地址: https://github.com/danny-avila/LibreChat

⭐ 当前 Star 数: 44352

📈 趋势 Star 数: 1528

📋 项目介绍: Enhanced ChatGPT Clone: Features Agents, MCP, Skills, DeepSeek, Anthropic, AWS, OpenAI, Responses API, Azure, Groq, o1, GPT-5, Mistral, OpenRouter, Vertex AI, Gemini, Artifacts, AI model switching, message search, Code Interpreter, langchain, DALL-E-3, OpenAPI Actions, Functions, Secure Multi-User Auth, Presets, open-source for self-hosting. Active

🏷️ 项目标签: 【🤖AI、📘TypeScript】

💡 推荐语: LibreChat是一款功能强大的增强版ChatGPT开源克隆,集成了智能体、MCP协议、代码解释器、图像生成及多模型切换等先进特性,兼容OpenAI、Anthropic、AWS、Gemini等主流AI服务,并支持安全的多用户认证与预设配置,适合开发者、研究者及企业用户自托管部署,打造灵活高效的个性化AI助手平台。

数据来源

🧭 GitHub Trending

🚀 数据获取自GitHub公共API

关于作者

📝 由 CoderJia 整理发布,助力开发者洞察技术趋势。

关注我,下一篇盘面速读不错过。