
📡 数据来源:GitHub Trending | 生成时间:2026-09-20 08:02
共收录 159 个仓库,覆盖 9 种编程语言
🔥 今日亮点
| 排名 | 仓库 | ⭐ 今日 | 语言 | 描述 |
|---|---|---|---|---|
| 1 | cloudflare/security-audit-skill | 3155 | 🟨 Javascript | A coding-agent skill for multi-phase security audits with… |
| 2 | mattpocock/skills | 594 | 🐚 Shell | Skills for Real Engineers. Straight from my .agents direc… |
| 3 | addyosmani/agent-skills | 556 | 🟨 Javascript | Production-grade engineering skills for AI coding agents. |
| 4 | anthropics/claude-code | 483 | 🔷 Typescript | Claude Code is an agentic coding tool that lives in your… |
| 5 | Open-Dev-Society/OpenStock | 472 | 🔷 Typescript | OpenStock is an open-source alternative to expensive mark… |
🔍 今日趋势洞察
- Agent Skills 成为今日绝对主线:Top 18 里有 6 个是给 AI 编码代理装「技能包」的项目(cloudflare/security-audit-skill 单日 3155 星、affaan-m/ECC 1012 星,另有 mattpocock/skills、addyosmani/agent-skills、obra/superpowers),社区重心正从「造更强的模型」转向「给代理配可复用的专业能力」。
- 安全审计与代码审查是最先被技能化的领域:cloudflare 的安全审计 skill 与阿里 open-code-review(985 星)都强调确定性流程加机器可读、可独立验证的结论,企业级工程实践正在被封装成代理可直接调用的标准件。
- 代理的外围基础设施同步升温:记忆与上下文引擎(supermemory 392 星、ECC)、规格驱动开发(OpenSpec 367 星)、真实登录浏览器接管(腾讯 BrowserSkill 612 星)都在补代理目前最缺的那块拼图。
- 自托管与开源替代仍是稳定需求:OpenStock(472 星,开源行情平台)、coder(402 星,开发环境)、hister(420 星,自建搜索引擎)、rustfs(295 星,S3 兼容对象存储),「数据留在自己手里」这件事一直有人买单。
💡 对独立开发者的启发
- 与其做通用 AI 产品,不如做垂直领域的一个「技能包」:cloudflare 靠一份安全审计技能换来单日三千多星,门槛低、传播快,独立开发者完全可以覆盖某个细分场景(合规检查、慢 SQL 定位、日志排障)。
- 技能包要强调「可验证」:把输出做成机器可读的结构化结论,让使用者一眼能判断对错,比模糊的 AI 建议更容易被团队真正采纳。
- 记忆与上下文是当前的差异化窗口:supermemory 这类把上下文做快、做成可本地部署的项目热度稳定,独立开发者可以针对特定数据源(个人笔记、行业文档)做轻量版本。
- 「开源替代」路线依旧有效:OpenStock 用开源替代昂贵的行情平台说明,只要锁定一个收费高、体验差的既有工具,做出够用版本就能拿到流量。
📝 一句话总结
今日 GitHub 的主旋律是给 AI 代理「配装备」:技能包、记忆引擎与安全审查正在取代模型本身成为热度中心。
⚠️ 风险提醒
- 技能包赛道同质化严重:一天之内冒出多个 agent skills 项目,多数只是把提示词和脚本打包,缺少护城河,热度很可能在一两周内退潮。
- 让代理做安全审计仍有责任边界问题:机器可读的结论不能替代人工复核,直接接入 CI 拦截合并请求可能造成误判或漏判。
- 代理接管真实登录浏览器(如 BrowserSkill)会显著扩大凭据与隐私暴露面,个人账号被风控封禁的后果由使用者自己承担。
- 记忆与上下文引擎处理的是最敏感的数据,不少项目主打本地运行,但插件与扩展的权限边界常常没有说清楚,接入前需要自行审计。
🎯 今日可重点关注方向
- 挑一个自己日常最痛的专业流程(依赖漏洞排查、慢 SQL 定位、上线前配置检查),写成一份结构化 skill,用真实项目跑通并公开,作为个人技术品牌的入口。
- 研究 cloudflare/security-audit-skill 的「多阶段加独立验证加机器可读」设计,把同一模式套用到自己的领域,让结论可以被脚本直接消费。
- 如果做 SaaS 或工具,优先补齐记忆与上下文能力:把用户的历史数据做成可检索、可本地部署的一层,这是当下最容易形成粘性的部分。
- 评估把 OpenSpec 一类的规格驱动开发流程引入自己的项目,先在小功能上试用,需求写成机器可读规格再交给代理执行,减少返工。
- 关注自托管替代机会:在开源替代清单里挑一个自己常用的付费工具(行情、笔记、搜索),先做最小可用版本验证需求,再决定是否投入。
🟨 Javascript 趋势
| # | 仓库 | ⭐ 今日 | ⭐ 总计 | 描述 |
|---|---|---|---|---|
| 1 | cloudflare/security-audit-skill | 3155 | 16.3k | A coding-agent skill for multi-phase security audits with independently verif… |
| 2 | affaan-m/ECC | 1012 | 262.9k | The agent harness performance optimization system. Skills, instincts, memory,… |
| 3 | addyosmani/agent-skills | 556 | 97.0k | Production-grade engineering skills for AI coding agents. |
| 4 | tradesdontlie/tradingview-mcp | 162 | 6.6k | AI-assisted TradingView chart analysis — connect Claude Code to your TradingV… |
| 5 | byoungd/up | 148 | 63.3k | An advanced guide which might benefit you a lot 🎉 . 韩先凯的人生进阶指南 人生进阶指南 离谱的人生 人… |
| 6 | WorldFlowAI/everything-claude-code | 99 | 3.3k | Claude Code toolkit - agents, commands, skills, rules, and hooks for producti… |
| 7 | laoma2053/awesome-zhuiju-free | 68 | 8.9k | 免费无广告的追剧资源指南,人工精选资源、每天检测资源有效性。收录在线影视、影视APP、网盘搜索、磁力BT、字幕、TVBox / 影视仓空壳软件/配置地址、… |
| 8 | Anil-matcha/Open-Generative-AI | 61 | 28.9k | Unrestricted Open-source alternative to AI video platforms — Free AI image &… |
| 9 | louislam/uptime-kuma | 45 | 91.6k | A fancy self-hosted monitoring tool |
| 10 | openai/codex-plugin-cc | 36 | 33.3k | Use Codex from Claude Code to review code or delegate tasks. |
🐍 Python 趋势
| # | 仓库 | ⭐ 今日 | ⭐ 总计 | 描述 |
|---|---|---|---|---|
| 1 | anthropics/knowledge-work-plugins | 281 | 25.1k | Open source repository of plugins primarily intended for knowledge workers to… |
| 2 | TencentCloud/Octop | 281 | 4.2k | A smarter, self-hosted AI assistant — multi-user, multi-agent. |
| 3 | cactus-compute/needle | 234 | 11.6k | Automation foundation model for tiny devices: 2-bit, 8-29 MB, tool calls, str… |
| 4 | mcncarl/yichen-skills | 219 | 3.9k | |
| 5 | browser-use/browser-use | 194 | 115.3k | Agents that use the browser. |
| 6 | docling-project/docling | 129 | 67.0k | Get your documents ready for gen AI |
| 7 | virattt/ai-hedge-fund | 91 | 63.5k | An AI Hedge Fund Team |
| 8 | unslothai/unsloth | 68 | 76.4k | Local UI to run and train LLMs and diffusion models. Supports GGUF, MLX, Qwen… |
| 9 | shiyu-coder/Kronos | 64 | 39.2k | Kronos: A Foundation Model for the Language of Financial Markets |
| 10 | mem0ai/mem0 | 62 | 65.7k | The Memory Layer for AI Agents - Drop-in memory infrastructure for AI agents… |
🦀 Rust 趋势
| # | 仓库 | ⭐ 今日 | ⭐ 总计 | 描述 |
|---|---|---|---|---|
| 1 | rustfs/rustfs | 295 | 33.3k | RustFS is an open-source, S3-compatible high-performance object storage syste… |
| 2 | yyjeqhc/webcodex | 137 | 1.4k | Give cloud AI agents a real development environment on your own machines. |
| 3 | zed-industries/zed | 77 | 90.6k | Code at the speed of thought – Zed is a high-performance, multiplayer code ed… |
| 4 | Automattic/harper | 75 | 15.7k | Offline, privacy-first grammar checker. Fast, open-source, Rust-powered |
| 5 | rui314/mold | 57 | 17.2k | mold 🦠: A Modern Linker in Rust 🦀 |
| 6 | warp-tech/warpgate | 37 | 7.9k | Fully transparent SSH, HTTPS, Kubernetes, database and RDP/VNC bastion/PAM th… |
| 7 | BurntSushi/ripgrep | 33 | 68.4k | ripgrep recursively searches directories for a regex pattern while respecting… |
| 8 | yynxxxxx/Codex-X | 32 | 3.4k | OpenAI Codex 桌面端/CLI 的可视化管理工具,具有Provider/API 切换、会话同步、提示词注入、Skills/MCP 管理、TOML… |
| 9 | cloudflare/quiche | 31 | 12.0k | 🥧 Savoury implementation of the QUIC transport protocol and HTTP/3 |
| 10 | remorses/gpuix | 24 | 2.0k | Node.js & React bindings for Zed’s GPUI. Build memory efficient native apps w… |
🔵 Go 趋势
| # | 仓库 | ⭐ 今日 | ⭐ 总计 | 描述 |
|---|---|---|---|---|
| 1 | alibaba/open-code-review | 985 | 37.5k | Secure, fast, efficient, battle-tested at Alibaba’s scale. Hybrid architectur… |
| 2 | Tencent/WeKnora | 478 | 27.4k | Open-source LLM knowledge platform: turn raw documents into a queryable RAG,… |
| 3 | asciimoo/hister | 420 | 5.2k | Your own search engine |
| 4 | coder/coder | 402 | 15.6k | Secure environments for developers and their agents |
| 5 | JuliusBrussee/caveman | 220 | 106.8k | 🪨 why use many token when few token do trick. Viral skill + proxy for coding… |
| 6 | multica-ai/multica | 99 | 50.6k | Make humans and AI agents work as one team — open-source and self-hostable. |
| 7 | Wei-Shaw/sub2api | 83 | 42.1k | Sub2API 一站式开源中转服务,让 Claude、Openai 、Gemini、Grok订阅统一接入,支持拼车共享,更高效分摊成本,原生工具无缝使用。 |
| 8 | weave-os/router | 56 | 4.5k | Model router for agentic systems. Routes every prompt to the right model in <… |
| 9 | cloudflare/cloudflared | 53 | 15.8k | Cloudflare Tunnel client |
| 10 | junegunn/fzf | 34 | 83.1k | 🌸 A command-line fuzzy finder |
⚡ Cpp 趋势
| # | 仓库 | ⭐ 今日 | ⭐ 总计 | 描述 |
|---|---|---|---|---|
| 1 | ggml-org/llama.cpp | 140 | 128.9k | LLM inference in C/C++ |
| 2 | duckdb/duckdb | 42 | 41.5k | DuckDB is an analytical in-process SQL database management system |
| 3 | tensorflow/tensorflow | 28 | 200.2k | An Open Source Machine Learning Framework for Everyone |
| 4 | Atmosphere-NX/Atmosphere | 25 | 19.7k | Atmosphère is a work-in-progress customized firmware for the Nintendo Switch. |
| 5 | amnezia-vpn/amnezia-client | 18 | 15.1k | Amnezia VPN Client (Desktop+Mobile) |
| 6 | ml-explore/mlx | 16 | 28.5k | MLX: An array framework for Apple silicon |
| 7 | tesseract-ocr/tesseract | 16 | 76.6k | Tesseract Open Source OCR Engine (main repository) |
| 8 | opencv/opencv | 14 | 90.9k | Open Source Computer Vision Library |
| 9 | flameshot-org/flameshot | 12 | 30.9k | Powerful yet simple to use screenshot software 🖥️ 📸 |
| 10 | moonlight-stream/moonlight-qt | 11 | 18.7k | GameStream client for PCs (Windows, Mac, Linux, and Steam Link) |
🔷 Typescript 趋势
| # | 仓库 | ⭐ 今日 | ⭐ 总计 | 描述 |
|---|---|---|---|---|
| 1 | Tencent/BrowserSkill | 612 | 5.7k | Let AI agents use your real, logged-in browser without interrupting your work… |
| 2 | vercel-labs/json-render | 585 | 16.8k | The Generative UI framework |
| 3 | anthropics/claude-code | 483 | 146.7k | Claude Code is an agentic coding tool that lives in your terminal, understand… |
| 4 | Open-Dev-Society/OpenStock | 472 | 16.0k | OpenStock is an open-source alternative to expensive market platforms. Track… |
| 5 | supermemoryai/supermemory | 392 | 30.6k | Memory and context engine + app that is extremely fast, scalable, and can be… |
| 6 | Fission-AI/OpenSpec | 367 | 69.6k | Spec-driven development (SDD) for AI coding assistants. |
| 7 | ahmedkhaleel2004/gitdiagram | 285 | 16.7k | Free, simple, fast interactive diagrams for any GitHub repository |
| 8 | n8n-io/n8n | 126 | 205.4k | Fair-code workflow automation platform with native AI capabilities. Combine v… |
| 9 | koala73/worldmonitor | 90 | 87.0k | Real-time global intelligence dashboard. AI-powered news aggregation, geopoli… |
| 10 | ZuodaoTech/everyone-can-use-english | 48 | 37.8k | 人人都能用英语 |
☕ Java 趋势
| # | 仓库 | ⭐ 今日 | ⭐ 总计 | 描述 |
|---|---|---|---|---|
| 1 | krahets/hello-algo | 37 | 130.3k | 《Hello 算法》:动画图解、一键运行的数据结构与算法教程。支持简中、繁中、English、日本語,提供 Python, Java, C++, C, C… |
| 2 | bethington/ghidra-mcp | 22 | 3.9k | Ghidra MCP Server — 200+ MCP tools for AI-powered reverse engineering. GUI pl… |
| 3 | keycloak/keycloak | 22 | 36.9k | Open Source Identity and Access Management For Modern Applications and Services |
| 4 | traccar/traccar | 11 | 7.8k | Open source GPS tracking platform - self-hosted or managed, 200+ device proto… |
| 5 | LSPosed/LSPosed | 11 | 24.8k | LSPosed Framework |
| 6 | OtterMind/Chat2DB | 10 | 28.2k | Chat2DB is a free, cross-platform, local-first database client and SQL worksp… |
| 7 | fish2018/webhtv | 9 | 1.5k | WebHomeTV 基于FongMi二次开发,增强了 WebHome 自定义首页、App Native SDK、网盘链接检测 和 Nostr推荐首页。 这… |
| 8 | agentscope-ai/agentscope-java | 8 | 5.7k | Build distributed, production-grade, long-running agents. |
| 9 | apache/doris | 8 | 16.0k | Apache Doris is a real-time analytics and hybrid search database for AI agents. |
| 10 | trinodb/trino | 7 | 13.3k | Official repository of Trino, the distributed SQL query engine for big data,… |
⚙️ C 趋势
| # | 仓库 | ⭐ 今日 | ⭐ 总计 | 描述 |
|---|---|---|---|---|
| 1 | colbymchenry/codegraph | 76 | 71.5k | Pre-indexed code knowledge graph, auto syncs on code changes, for Claude Code… |
| 2 | HarbourMasters/PaperBoat | 34 | 315 | |
| 3 | pgvector/pgvector | 24 | 23.1k | Open-source vector similarity search for Postgres |
| 4 | tmux/tmux | 22 | 49.3k | tmux source code |
| 5 | jemalloc/jemalloc | 17 | 11.2k | |
| 6 | UberGuidoZ/Flipper | 12 | 17.6k | Playground (and dump) of stuff I make or modify for the Flipper Zero |
| 7 | Rainchus/Donkey-Kong-64-Recompiled | 9 | 439 | |
| 8 | jqlang/jq | 7 | 35.6k | Command-line JSON processor |
| 9 | PerformanC/ReZygisk | 7 | 3.9k | Transparent implementation of Zygisk. |
| 10 | stackia/rtp2httpd | 6 | 2.1k | Multicast RTP/RTSP to Unicast HTTP stream converter, with built-in web player… |
🐚 Shell 趋势
| # | 仓库 | ⭐ 今日 | ⭐ 总计 | 描述 |
|---|---|---|---|---|
| 1 | mattpocock/skills | 594 | 265.8k | Skills for Real Engineers. Straight from my .agents directory. |
| 2 | obra/superpowers | 358 | 288.8k | An agentic skills framework & software development methodology that works. |
| 3 | PrismML-Eng/Bonsai-demo | 158 | 2.8k | Bonsai Demo |
| 4 | kunchenguid/firstmate | 142 | 6.7k | Talk to one agent. Ship with a crew. |
| 5 | expo/skills | 44 | 2.6k | A collection of AI agent skills for working with Expo projects and Expo Appli… |
| 6 | akitaonrails/distrobox-gaming | 20 | 300 | Script to create a gaming focused Distrobox with all emulators pre-configured |
| 7 | nvm-sh/nvm | 16 | 95.1k | Node Version Manager - POSIX-compliant bash script to manage multiple active… |
| 8 | higgsfield-ai/cli | 14 | 551 | Higgsfield CLI |
| 9 | nelvko/clash-for-linux-install | 13 | 14.8k | 😼 优雅地使用基于 clash/mihomo 的代理环境 |
| 10 | deanpeters/Product-Manager-Skills | 12 | 7.0k | Product Management skills framework built on battle-tested methods for Claude… |
📡 数据来源:GitHub Trending | 由 Hermes AI 自动生成 🤖