---
type: weekly_report
report_kind: "github-ai-skills"
period_id: "2026-06-15_to_2026-06-21"
iso_week_for_reference: "2026-W25"
period_start: "2026-06-15"
period_end: "2026-06-21"
generated_at: "2026-06-22T09:29:30.904622+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: 606
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-06-15 ~ 2026-06-21

> 基于历史快照计算 star 增量；追踪池规模 606 个 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. [DietrichGebert/ponytail](https://github.com/DietrichGebert/ponytail)

- **本周 +37967 stars**（当前 46147） · `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


**值得关注**：通过角色化提示工程，将AI代理的行为校正为极简主义“懒”资深开发者，在基准测试中平均减少约54%的代码量，同时保持安全性。

**解决什么**：解决AI编码代理倾向于过度构建、生成冗余代码的问题，引导其产出更精简、更安全的实现。

**目标用户**：使用Claude Code、Cursor等AI代理的开发人员，希望控制输出体积和成本。

---

### 2. [chopratejas/headroom](https://github.com/chopratejas/headroom)

- **本周 +16853 stars**（当前 44451） · `Python` · 首次入池 2026-06-01_to_2026-06-07
- Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 60-95% fewer tokens, same answers. Library, proxy, MCP server.

- Topics：agent, ai, anthropic, claude-code, compression, context-engineering, context-window, cursor, fastapi, langchain, llm, mcp, openai, prompt-engineering, proxy, python, rag, token-optimization, tokens, typescript


**值得关注**：在 LLM 调用前智能压缩工具输出、日志和 RAG 片段，减少 60-95% 的 token 用量却保持回答质量，集成方式灵活（库/代理/MCP 服务器），且活跃率高，是解决上下文成本与窗口限制的实用工具。

**解决什么**：解决 LLM 上下文窗口有限和 token 成本高昂问题，通过压缩注入 LLM 的海量中间数据，在不牺牲答案准确性的前提下大幅减少 token 消耗。

**目标用户**：使用 LLM agent、RAG 或频繁将工具输出/日志/文件注入大模型上下文的开发者与团队。

---

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

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


**值得关注**：由资深工程师 Matt Pocock 维护，提供了一套轻量、可组合的 AI 编程代理技能，强调工程控制而非全自动的'氛围编程'，社区关注度高且增长迅速。

**解决什么**：解决 AI 代理在编码时输出不符合预期、过于冗长或不可控的问题，帮助开发者保持工程实践标准。

**目标用户**：使用 Claude Code 等 AI 编码代理、追求工程可控性与严谨性的软件工程师。

---

### 4. [Panniantong/Agent-Reach](https://github.com/Panniantong/Agent-Reach)

- **本周 +8114 stars**（当前 36874） · `Python` · 首次入池 2026-06-01_to_2026-06-07
- Give your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.

- Topics：agent-infrastructure, ai-agent, ai-search, automation, bilibili, claude-code, cli, cursor, free-api, llm-tools, mcp, python, reddit-scraper, twitter-scraper, web-scraper, xiaohongshu, youtube-transcript


**值得关注**：一键为 AI Agent 接入多个封闭或付费的互联网平台（Twitter、Reddit、YouTube、B站、小红书等），免除逐个平台配置和支付 API 费用的繁琐，简化了 Agent 的信息获取链路。

**解决什么**：AI Agent 在需要从社交媒体、视频平台、GitHub 等抓取信息时面临 API 付费、封锁、登录验证、数据清洗等多重障碍，本项目提供零配置 CLI 工具统一解决。

**目标用户**：需要让 AI Agent 自动抓取和分析互联网公开内容的开发者或 AI Agent 使用者。

---

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

- **本周 +7184 stars**（当前 235027） · `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


**值得关注**：将软件开发方法论与AI编码代理深度集成，通过子代理驱动开发和规范先行，让代理能自主工作数小时而不偏离计划，stars增长迅速。

**解决什么**：解决AI编码代理易偏离需求、缺乏结构化开发流程的问题，提供从需求澄清到计划执行的完整方法论。

**目标用户**：使用AI编码工具（如Claude Code、Cursor等）并希望提升代理自主完成复杂任务能力的开发者。

---

### 6. [Egonex-AI/Understand-Anything](https://github.com/Egonex-AI/Understand-Anything)

- **本周 +6167 stars**（当前 65390） · `TypeScript` · 首次入池 2026-06-08_to_2026-06-14
- Graphs that teach > graphs that impress. Turn any code into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more.

- Topics：antigravity-skills, business-knowledge, claude-code, claude-skills, codebase-analysis, codex, codex-skills, developer-tools-ai-agent, gemini-cli-skills, karpathy-llm-wiki, knowledge-base, knowledge-graph, memory, opencode-skills, pi-agent, understandcode, vibe-coding


**值得关注**：将代码库转化为可交互的知识图谱，支持多种主流 AI 编码工具（Claude Code、Copilot、Cursor 等），解决 AI 对复杂工程的理解盲区。

**解决什么**：解决开发者面对大型陌生代码库时难以快速理解结构、依赖和语义的问题，提供可视化探索和问答能力。

**目标用户**：使用 AI 编码助手进行开发或需要理解大型代码库的软件工程师和知识工作者。

---

### 7. [NousResearch/hermes-agent](https://github.com/NousResearch/hermes-agent)

- **本周 +5472 stars**（当前 199018） · `Python` · 首次入池 2026-06-01_to_2026-06-07
- The agent that grows with you

- Topics：ai, ai-agent, ai-agents, anthropic, chatgpt, claude, claude-code, clawdbot, codex, hermes, hermes-agent, llm, moltbot, nous-research, openai, openclaw


**值得关注**：该 agent 内置自我学习循环，能从使用经验中创建和改进技能，并跨会话积累用户知识，实现持续进化。

**解决什么**：解决现有 AI agent 缺乏长期记忆与自主技能进化的问题，提供跨会话的个性化助手，无需绑定特定设备或模型。

**目标用户**：需要持续学习和个性化交互的技术用户、开发者或希望拥有可自我改进的云端 AI 助手的人群。

---

### 8. [addyosmani/agent-skills](https://github.com/addyosmani/agent-skills)

- **本周 +5276 stars**（当前 64770） · `Shell` · 首次入池 2026-05-08_to_2026-05-14
- Production-grade engineering skills for AI coding agents.

- Topics：agent-skills, antigravity, antigravity-ide, claude-code, cursor, skills


**值得关注**：提供了一套标准化、覆盖全开发周期的 slash commands，让 AI 编码代理能遵循资深工程师的最佳实践，确保质量一致。star 增长极快，说明社区对结构化 AI 辅助开发流程的强烈需求。

**解决什么**：解决 AI 编码代理在软件开发中缺乏规范的质量门、工作流和最佳实践，导致输出代码不符合生产级要求的问题。

**目标用户**：使用 Cursor、Claude Code 等 AI 辅助编程环境的软件工程师和团队，希望提升 AI 生成代码的可靠性和规范性。

---

### 9. [farion1231/cc-switch](https://github.com/farion1231/cc-switch)

- **本周 +5032 stars**（当前 105694） · `Rust` · 首次入池 2026-05-11_to_2026-05-17
- A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io

- Topics：ai-tools, claude-code, codex, desktop-app, hermes, hermes-agent, mcp, minimax, omo, open-source, openclaw, openclaw-ui, opencode, provider-management, rust, skills, skills-management, tauri, typescript, wsl-support


**值得关注**：在AI编程CLI工具碎片化的背景下，将Claude Code、Codex、Gemini CLI等多款工具整合为统一桌面入口，并支持提供商与技能管理，技术上采用Tauri+Rust实现跨平台高性能，生态定位清晰。

**解决什么**：开发者同时管理多个AI编程CLI工具时的切换繁琐与配置分散问题，提供统一配置、技能共享与版本管理，降低多工具协作的门槛。

**目标用户**：日常工作涉及多种AI编码助手（如Claude Code、Codex、Gemini CLI）的软件开发者与工程师。

---

### 10. [Leonxlnx/taste-skill](https://github.com/Leonxlnx/taste-skill)

- **本周 +4722 stars**（当前 48428） · `JavaScript` · 首次入池 2026-05-25_to_2026-05-31
- Taste-Skill - gives your AI good taste. stops the AI from generating boring, generic slop 

- Topics：agent, ai, claude, claude-code, codex, coding, design, frontend, lowcode, nocode, skill, skills, vibecoding


**值得关注**：针对 AI 生成前端界面同质化、缺乏设计感的问题，提供一套可移植的 Agent Skills，直接提升布局、排版、动效等质感，是当前 vibe coding 趋势下的实用工具。

**解决什么**：解决 AI 代理生成的前端界面千篇一律、缺乏设计品味（slop）的问题。

**目标用户**：使用 Claude Code、Cursor、Codex 等 AI Coding 代理构建前端界面的开发者。

---



## 🆕 本周新发现高潜 Repo



### 1. [nextlevelbuilder/ui-ux-pro-max-skill](https://github.com/nextlevelbuilder/ui-ux-pro-max-skill)

- **94742 stars** · `Python`
- An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms

- Topics：ai-skills, antigravity, claude, claude-code, codex, command-line, copilot, cursor-ai, html5, kiro, landing-page, mobile-ui, qoder, react, tailwindcss, trae, ui-design, uikit, windsurf-ai


**值得关注**：将 161 条 UI/UX 推理规则和 67 种样式打包为 AI 技能，试图让 AI 编码助手产出更专业、更一致的设计。

**解决什么**：AI 编码助手在生成 UI 时缺乏设计系统知识，输出界面常显粗糙或不统一。该技能为 AI 提供结构化的设计指导，提升生成 UI 的专业感。

**目标用户**：使用 AI 编码助手（如 Claude Code、Cursor、Copilot）构建 Web/移动端界面的开发者，尤其是希望 AI 直接输出高质量 UI 的全栈或独立开发者。

---

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

- **55061 stars** · `JavaScript`
- AI-powered job search system built on Claude Code. 14 skill modes, Go dashboard, PDF generation, batch processing.

- Topics：ai-agent, anthropic, automation, career, careerops, claude, claude-code, cli, golang, interview-prep, job-search, open-source, resume


**值得关注**：它赋予求职者AI能力以反向‘选择’公司，包含14种技能模式、Go仪表板和批量处理，将求职工具从被动变为主动。

**解决什么**：解决求职过程中手动搜索、简历优化和面试准备的低效问题，通过AI自动化匹配、材料生成与流程管理。

**目标用户**：所有正在找工作并希望借助AI提升效率和竞争力的求职者。

---

### 3. [asgeirtj/system_prompts_leaks](https://github.com/asgeirtj/system_prompts_leaks)

- **44409 stars** · `JavaScript`
- Extracted system prompts from Anthropic - Claude Fable 5, Opus 4.8, Claude Code, Claude Design. OpenAI - ChatGPT 5.5 Thinking, GPT 5.5 Instant, Codex. Google - Gemini 3.5 Flash, 3.1 Pro, Antigravity. xAI - Grok, Cursor, Copilot, VS Code, Perplexity, and more. Updated regularly.


**值得关注**：它是目前 GitHub 上最大最及时的系统提示泄露合集，覆盖 Anthropic、OpenAI、Google、xAI 等主流模型的硬编码指令，能直接观察厂商如何约束模型行为。

**解决什么**：解决了开发者与研究者难以获取官方系统提示、无法复现或理解 AI 助手默认行为边界的问题。

**目标用户**：AI 提示工程师、安全研究员、关注 AI 透明度的开发者和记者。

---

### 4. [DeusData/codebase-memory-mcp](https://github.com/DeusData/codebase-memory-mcp)

- **10306 stars** · `C`
- High-performance code intelligence MCP server. Indexes codebases into a persistent knowledge graph — average repo in milliseconds. 158 languages, sub-ms queries, 99% fewer tokens. Single static binary, zero dependencies.


**值得关注**：它将整个代码库压缩为持久知识图谱，实现毫秒级索引和亚毫秒查询，能将 token 消耗降低 99%，对 AI 编码代理的上下文管理有极大性能提升。

**解决什么**：AI 编码代理在理解大型代码库时面临上下文窗口不足和高 token 成本，该工具通过高效索引和快速结构查询，使代理无需完整读取代码即可获得代码结构洞察。

**目标用户**：需要为 AI 编码代理提供高效代码库理解的开发者与平台工具团队。

---

### 5. [calesthio/OpenMontage](https://github.com/calesthio/OpenMontage)

- **8783 stars** · `Python`
- World's first open-source, agentic video production system. 12 pipelines, 52 tools, 500+ agent skills. Turn your AI coding assistant into a full video production studio.


**值得关注**：首次以开源方式将完整视频制作流程封装为可被 AI 编程助手调用的代理系统，尝试让自然语言直接驱动从素材检索到成片渲染的全链路自动化。

**解决什么**：大幅降低非专业人士创作视频的门槛，自动化处理脚本、素材库构建、剪辑合成等环节，节省人力和时间。

**目标用户**：希望快速生成视频的内容创作者、独立制片人、营销人员以及想要将视频生产集成进 AI 代理的开发者。

---




