---
type: weekly_report
report_kind: "github-ai-skills"
period_id: "2026-08-17_to_2026-08-23"
iso_week_for_reference: "2026-W34"
period_start: "2026-08-17"
period_end: "2026-08-23"
generated_at: "2026-08-24T09:53:31.931278+08:00"
generator_version: 0.1.0
model: "deepseek-v4-pro"
sources_ok:
  - github_tracked_refresh
  - github_search_active
  - github_search_new
  - github_trending
sources_failed: []
has_baseline: true
tracked_pool_size: 1488
tracked_pool_keywords:
  - mcp
  - "mcp-server"
  - agent
  - agents
  - "ai-agent"
  - "autonomous-agent"
  - claude
  - "claude-skill"
  - "claude-code"
  - anthropic
  - "tool-use"
  - "function-calling"
  - cursor
  - codex
  - "openai-agents"
tags:
  - "weekly-report"
  - github
  - "ai-agents"
---


# AI Agent Skills 追踪池 · 周报 · 2026-08-17 ~ 2026-08-23

> 基于历史快照计算 star 增量；追踪池规模 1488 个 repo


**追踪关键词**：mcp, mcp-server, agent, agents, ai-agent, autonomous-agent, claude, claude-skill, claude-code, anthropic, tool-use, function-calling, cursor, codex, openai-agents



---


## 📈 Star 周增长 Top 10



### 1. [mattpocock/skills](https://github.com/mattpocock/skills)

- **本周 +14553 stars**（当前 233915） · `Shell` · 首次入池 2026-05-08_to_2026-05-14
- Skills for Real Engineers. Straight from my .agents directory.


**值得关注**：提供了一套轻量、可组合的 AI 代理技能文件，强调实际工程而非“氛围编程”，作者 Matt Pocock 在 TypeScript 社区有较大影响力。

**解决什么**：解决大型 AI 开发流程框架（如 GSD、BMAD、Spec-Kit）过于强势、难以调试和失去控制的问题，让工程师可以按需选用和修改技能。

**目标用户**：希望在日常开发中使用 AI 代理、但需要保持对开发过程控制和可定制性的软件工程师。

---

### 2. [openai/codex](https://github.com/openai/codex)

- **本周 +9011 stars**（当前 115306） · `Rust` · 首次入池 2026-07-13_to_2026-07-19
- Lightweight coding agent that runs in your terminal


**值得关注**：OpenAI 官方开源的轻量级终端编码代理，采用 Rust 实现，星标增长非常快，代表了本地化 AI 编程代理的一个重要方向。

**解决什么**：让开发者无需离开终端，就能用自然语言驱动代码生成、修改和项目操作，降低在命令行与编辑器之间切换的成本。

**目标用户**：习惯终端工作流的开发者，尤其是已订阅 ChatGPT 付费计划、希望本地使用编码代理的用户。

---

### 3. [cathrynlavery/diagram-design](https://github.com/cathrynlavery/diagram-design)

- **本周 +6257 stars**（当前 25887） · `HTML` · 首次入池 2026-08-10_to_2026-08-16
- 38 editorial diagram types for Claude Code, Codex, and Pi. Self-contained HTML + SVG. No shadows. No Mermaid slop.

- Topics：agent-skills, claude-code, codex, data-visualization, diagrams, drawio, mermaid, svg


**值得关注**：该项目为 Claude Code、Codex 等 AI 编程代理提供了一套自包含的 HTML+SVG 图表模板与语义模式，能生成比默认 Mermaid 或通用圆角框更美观的编辑级图表。它把布局与行为分离，并支持从 draw.io/Mermaid 源重绘，适合嵌入博客和文档。

**解决什么**：解决 AI 编码代理生成的图表风格简陋、与站点设计不一致且需要大量手动调整的问题，通过预置模板和布局语法输出可直接使用的静态图表。

**目标用户**：使用 Claude Code、Codex 等 AI 编程代理并需要为博客、文档或项目生成高质量视觉图表的开发者、技术写作者和内容创作者。

---

### 4. [stablyai/orca](https://github.com/stablyai/orca)

- **本周 +5306 stars**（当前 51944） · `TypeScript` · 首次入池 2026-05-18_to_2026-05-24
- 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 VPS.

- Topics：ade, agent-ide, ai-agents, claude-code, cli, codex, cursor-agent, devtools, ghostty, ide, mobile-app, opencode, orchestration, parallel-agents, pi, terminal, worktrees, yc-backed


**值得关注**：以 5 万星和 YC 支持快速增长的代理开发环境（ADE），将多个主流编码代理的并行编排、worktree 隔离与移动端监控整合到一个工具中。

**解决什么**：解决开发者同时运行多个 AI 编码代理时缺乏隔离、集中追踪和远程控制的问题，允许在独立 worktree 中并行运行并使用自己的订阅。

**目标用户**：需要同时驱动多个 AI 编码代理（如 Claude Code、Codex、OpenCode、Pi）并希望从桌面或手机统一管理和监控的开发者及小型团队。

---

### 5. [DietrichGebert/ponytail](https://github.com/DietrichGebert/ponytail)

- **本周 +4710 stars**（当前 108831） · `JavaScript` · 首次入池 2026-06-08_to_2026-06-14
- Makes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.

- Topics：agent-skills, ai-agents, claude, claude-code, claude-code-plugin, cursor-rules, developer-tools, llm, prompt-engineering, yagni


**值得关注**：将 YAGNI 原则封装为 AI agent 技能，引导 Claude Code 等编码代理克制输出，减少过度构建；README 给出量化对比，宣称平均减少约 54% 代码并保留安全护栏。

**解决什么**：解决 AI 编码代理常见的过度工程问题，通过注入“懒惰资深开发者”的行为准则降低冗余代码、token 消耗和审查负担。

**目标用户**：使用 Claude Code、Cursor 等 AI 编码代理的开发者，尤其是希望控制生成代码量和维护成本的团队。

---

### 6. [diegosouzapw/OmniRoute](https://github.com/diegosouzapw/OmniRoute)

- **本周 +4685 stars**（当前 53885） · `TypeScript` · 首次入池 2026-06-29_to_2026-07-05
- Never stop coding. Free MIT AI gateway: one endpoint, 350 providers (90+ free), 1200+ models Kimi, Claude, GPT, Gemini, GLM, DeepSeek, MiniMax. Works with Claude Code, Codex, Cursor, OpenCode, Cline & Copilot. Quota-aware auto-fallback, RTK+Caveman compression saves 15-95% tokens, MCP/A2A, Desktop/PWA. Built by 450+ contributors

- Topics：a2a, ai-agents, ai-gateway, anthropic, claude, claude-code, cline, codex, copilot, cursor, deepseek, free-ai, gemini, kimi, llm-gateway, mcp, openai, openai-proxy, qwen, token-saver


**值得关注**：它将数百个 AI 提供商（含大量免费层）聚合为单一端点，并深度集成到 Claude Code、Cursor 等主流 AI 编程工具中，解决了多供应商管理和配额限制的痛点。

**解决什么**：开发者使用多个 AI 模型时需分别对接不同 API、管理各自配额和限流；OmniRoute 提供统一网关、自动故障转移和 token 压缩，降低切换与运维成本。

**目标用户**：使用 AI 编程助手或需要接入多种 LLM 的开发者与团队，尤其是希望利用免费额度、避免供应商锁定的用户。

---

### 7. [earendil-works/pi](https://github.com/earendil-works/pi)

- **本周 +4368 stars**（当前 95945） · `TypeScript` · 首次入池 2026-07-13_to_2026-07-19
- AI agent toolkit: unified LLM API, agent loop, TUI, coding agent CLI


**值得关注**：该项目整合了统一的多提供商 LLM API、agent 运行时、TUI 和交互式编码代理 CLI，为 TypeScript 开发者提供了一站式的 AI agent 工具链。

**解决什么**：解决了在构建 AI 编码代理或终端工具时，需要自行处理多 LLM 提供商兼容、agent 循环状态管理以及终端界面渲染等重复性基础设施的问题。

**目标用户**：需要快速开发 AI 编码代理、终端用户界面或集成多 LLM 的 TypeScript 开发者。

---

### 8. [santifer/career-ops](https://github.com/santifer/career-ops)

- **本周 +3865 stars**（当前 67971） · `JavaScript` · 首次入池 2026-06-15_to_2026-06-21
- Open-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)

- Topics：ai, ai-agent, anthropic, ats, automation, beginner-friendly, career, careerops, claude, claude-code, cli, first-timers-only, golang, good-first-issue, interview-prep, job-application, job-hunting, job-search, open-source, resume


**值得关注**：把 AI 求职流程嵌入开发者常用的 AI coding CLI（如 Claude Code、Codex），本地运行且开源，区别于传统 SaaS 求职平台。

**解决什么**：自动扫描职位、生成结构化评分报告（A-H、1-5 分）、定制简历并跟踪申请，减少手动筛选和重复投递的工作量。

**目标用户**：正在求职的开发者或技术用户，尤其是习惯使用 AI coding CLI 的人群。

---

### 9. [obra/superpowers](https://github.com/obra/superpowers)

- **本周 +3851 stars**（当前 276690） · `Shell` · 首次入池 2026-05-08_to_2026-05-14
- An agentic skills framework & software development methodology that works.

- Topics：ai, brainstorming, coding, obra, sdlc, skills, subagent-driven-development, superpowers


**值得关注**：该项目将一套结构化的软件开发方法论（spec 先行、TDD、YAGNI、子代理驱动开发）封装为可组合技能，广泛适配 Claude Code、Cursor、Codex 等主流编码代理，星标数极高且增长迅速，显示出 AI 辅助编程正从单次问答走向受控的工程流程。

**解决什么**：解决 AI 编码代理在复杂项目中直接跳入编码、缺乏需求澄清、设计和测试纪律的问题，通过强制先出 spec 和实现计划、再以子代理 TDD 方式推进，提升代码质量和开发过程的可控性。

**目标用户**：使用 AI 编码代理进行实际软件开发的个人开发者与团队，尤其是希望让代理自主工作更久且保持工程规范的场景。

---

### 10. [volcengine/OpenViking](https://github.com/volcengine/OpenViking)

- **本周 +3812 stars**（当前 32505） · `Python` · 首次入池 2026-05-11_to_2026-05-17
- Self-evolving Context Database for AI Agents. Unify Agent Memory, Knowledge RAG and Skills.

- Topics：agent-memory, agent-plugins, agentic-rag, context-database, dsh-plugin, self-evolving


**值得关注**：将 AI Agent 的记忆、知识 RAG 与技能统一到一个自进化上下文数据库中，思路切中当前 Agent 上下文管理碎片化的痛点，且来自火山引擎、社区热度高。

**解决什么**：解决 AI Agent 在长期记忆、知识检索（RAG）和技能调用方面分散、难以统一维护与自我进化的问题。

**目标用户**：需要为 AI Agent 构建统一记忆、知识库与技能扩展能力的开发者或团队。

---



## 🆕 本周新发现高潜 Repo



### 1. [CopilotKit/OpenBot](https://github.com/CopilotKit/OpenBot)

- **2510 stars** · `TypeScript`
- Open-source AI coworkers that each get a computer of their own: a browser, files and tools, with every action decided before it happens and recorded after. Bring any AG-UI agent.

- Topics：ag-ui, agent-governance, ai-agents, browser-automation, copilotkit, generative-ui, mcp


**值得关注**：把 AI 代理包装成拥有独立浏览器、文件和工具权限的“同事”，并内置动作审批与全程记录，强调可审计的代理治理，这对可信自动化很有价值。

**解决什么**：解决给 AI 代理授予真实工作环境访问权限时缺乏隔离、审批和审计的问题。

**目标用户**：需要自动化浏览器或文件任务、同时要求代理行为可控可审计的开发者或团队。

---

### 2. [apache/maka](https://github.com/apache/maka)

- **2368 stars** · `TypeScript`
- Apache Maka (Incubating) is a local-first AI agent workspace. Model messages, tool calls, tool results, permission decisions, and termination events are recorded as an append-only log.


**值得关注**：Apache 孵化的本地优先 AI agent 工作区，将模型消息、工具调用、结果、权限决策和终止事件全部记录为 append-only 日志，强调可审计与可追溯性。

**解决什么**：解决 AI agent 工作流程中交互记录分散、难以审计或回放的问题，通过本地优先和不可变日志提供完整的事件历史。

**目标用户**：需要构建或审计 AI agent 工作流的开发者、研究者及重视数据本地性和可追溯性的个人或团队。

---

### 3. [cinderline/northcinder](https://github.com/cinderline/northcinder)

- **1207 stars** · `JavaScript`
- Open-source MCP server for comparing products and asking the buyer before purchase.

- Topics：agentic-commerce, human-in-the-loop, local-first, mcp, mcp-server, model-context-protocol, privacy, self-hosted, shopping-agent, typescript


**值得关注**：它把购物代理从平台锁定中解放出来，开源可自托管，并通过 MCP 协议接入现有 AI 应用，强调人类在环和本地优先。

**解决什么**：解决 AI 购物代理只搜索单一平台目录、缺乏独立性和透明度的问题，提供多来源产品比较、事实溯源，并在购买前要求人工批准。

**目标用户**：需要独立、隐私可控、可自托管购物代理的开发者或高级用户，尤其是使用支持 MCP 的 AI 应用的人。

---

### 4. [anthropics/claude-plugins-community](https://github.com/anthropics/claude-plugins-community)

- **980 stars** · `Python`
- Community plugin marketplace for Claude Cowork and Claude Code. Read-only mirror — submit plugins at clau.de/plugin-directory-submission.


**值得关注**：Anthropic 官方维护的社区插件只读镜像，为 Claude Cowork 和 Claude Code 提供经安全审核的插件分发渠道，降低第三方插件安装门槛。

**解决什么**：集中管理并审核社区插件，使用户能安全便捷地发现和安装扩展，避免直接信任未审核代码。

**目标用户**：使用 Claude Cowork 或 Claude Code 并希望扩展功能的开发者、团队，以及希望分发插件的插件作者。

---

### 5. [duty1g/x64dbg-mcp-server](https://github.com/duty1g/x64dbg-mcp-server)

- **903 stars** · `Zig`
- x64dbg-MCP Server is a native MCP (Model Context Protocol) plugin for x64dbg that exposes the debugger's full functionality over HTTP. Connect any MCP-compatible AI assistant and control x64dbg programmatically: set breakpoints, step through code, read memory, dump registers, and more.  Built with Zig — zero dependencies, single-binary output, cros

- Topics：ai-agents, ai-debugging, binary-analysis, claude, claude-code, malware-analysis, malware-research, malware-scanner, mcp, mcp-server, mcp-servers, x64dbg, x64dbg-mcp, x64dbg-plugin, x64dbg-tools, xdbg, zig, zig-lang, ziglang


**值得关注**：将 x64dbg 调试器的完整能力通过 MCP 协议暴露给 AI 助手，使 AI 能直接操作调试器进行自动化逆向分析；使用 Zig 实现零依赖、单二进制输出，部署简单，在 AI 辅助逆向领域有较高实用性。

**解决什么**：解决了 AI 助手无法直接控制 x64dbg 进行动态调试的问题，让用户可以程序化地设置断点、单步执行、读写内存和寄存器等，从而自动化恶意软件分析和逆向工作流。

**目标用户**：使用 x64dbg 的逆向工程师、恶意软件分析师和安全研究人员，希望将 AI 助手接入调试流程以提高分析效率。

---




