From 0af4695b7b9878ad169a7db0bf742caf89fd003b Mon Sep 17 00:00:00 2001 From: patrick-eu Date: Thu, 9 Jul 2026 10:43:28 +0000 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=B8=89=E4=B8=AA=E7=B1=BB?= =?UTF-8?q?=E5=88=AB=EF=BC=9A=E6=B5=8B=E8=AF=95=E4=B8=8E=E8=B4=A8=E9=87=8F?= =?UTF-8?q?=E4=BF=9D=E9=9A=9C=E3=80=81=E9=83=A8=E7=BD=B2=E4=B8=8E=E4=B8=8A?= =?UTF-8?q?=E7=BA=BF=E3=80=81=E8=87=AA=E5=8A=A8=E5=8C=96=E4=B8=8E=E5=B7=A5?= =?UTF-8?q?=E4=BD=9C=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 --- README.en.md | 49 ++++++++++++++++++++++++++++++++++++++++++++++--- README.md | 49 ++++++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 92 insertions(+), 6 deletions(-) diff --git a/README.en.md b/README.en.md index da29f21..b1be252 100644 --- a/README.en.md +++ b/README.en.md @@ -84,7 +84,7 @@ Turn repos, web pages, and docs into context an AI can digest. - [D4Vinci/Scrapling](https://github.com/D4Vinci/Scrapling) `⭐68.8k · 2026-07-08` — Adaptive anti-blocking Python scraper that survives site redesigns. - [NanmiCoder/MediaCrawler](https://github.com/NanmiCoder/MediaCrawler) `⭐55.9k · 2026-07-09` — Crawler suite for Chinese social media: Xiaohongshu, Douyin, Bilibili, Weibo. - [NaiboWang/EasySpider](https://github.com/NaiboWang/EasySpider) `⭐44.2k · 2026-07-03` — Visual no-code scraping; design collection flows in a GUI. -- [getmaxun/maxun](https://github.com/getmaxun/maxun) `⭐16.4k · 2026-07-08` — Open-source no-code platform: train robots to turn websites into APIs/spreadsheets. +- [getmaxun/maxun](https://github.com/getmaxun/maxun) `⭐16.4k · 2026-07-09` — Open-source no-code platform: train robots to turn websites into APIs/spreadsheets. - [puppeteer/puppeteer](https://github.com/puppeteer/puppeteer) `⭐95.3k · 2026-07-09` — Chrome's official headless browser automation library. - [SeleniumHQ/selenium](https://github.com/SeleniumHQ/selenium) `⭐34.3k · 2026-07-09` — The browser-automation veteran with the best cross-browser coverage. @@ -101,7 +101,7 @@ The key to AI-generated interfaces that don't look terrible. - [Leonxlnx/taste-skill](https://github.com/Leonxlnx/taste-skill) `⭐61k · 2026-07-04` — Gives your AI good taste; stops it from generating boring, generic slop. - [VoltAgent/awesome-design-md](https://github.com/VoltAgent/awesome-design-md) `⭐98.9k · 2026-06-16` — DESIGN.md files distilled from popular brand design systems; drop one in and let the agent generate a matching UI. - [greensock/gsap-skills](https://github.com/greensock/gsap-skills) `⭐11.2k · 2026-04-21` — Official AI skills for GSAP: best practices, common animation patterns, plugin usage. -- [JCodesMore/ai-website-cloner-template](https://github.com/JCodesMore/ai-website-cloner-template) `⭐27k · 2026-07-04` — Clone any website with one command using AI coding agents. +- [JCodesMore/ai-website-cloner-template](https://github.com/JCodesMore/ai-website-cloner-template) `⭐27.1k · 2026-07-04` — Clone any website with one command using AI coding agents. - [diffusionstudio/lottie](https://github.com/diffusionstudio/lottie) `⭐4.7k · 2026-07-06` — Generate production-ready Lottie animations with Claude Code or Codex. - [Web to Figma (Figma plugin)](https://www.figma.com/community/plugin/1297530151115228662/web-to-figma-convert-any-website-or-html-code-to-design) — Convert any website or HTML into a Figma design. ⚠️ Not an open-source repo; Figma community plugin, listed as an exception. @@ -122,6 +122,49 @@ Letting the AI modify a proven skeleton beats generating from zero. - [prisma/prisma](https://github.com/prisma/prisma) `⭐46.7k · 2026-07-08` — TypeScript ORM; a type-safe database access layer. - [pocketbase/pocketbase](https://github.com/pocketbase/pocketbase) `⭐59.5k · 2026-07-08` — Single-file backend: database + auth + file storage in one binary. +## ✅ Testing & Quality + +AI-written code needs a way to prove itself correct. + +- [pytest-dev/pytest](https://github.com/pytest-dev/pytest) `⭐14.3k · 2026-07-07` — The de facto Python testing framework with a huge plugin ecosystem. +- [vitest-dev/vitest](https://github.com/vitest-dev/vitest) `⭐16.8k · 2026-07-09` — Vite-native testing framework; works out of the box for frontend projects. +- [jestjs/jest](https://github.com/jestjs/jest) `⭐45.5k · 2026-07-08` — The classic JS testing framework; the one AI knows best. +- [cypress-io/cypress](https://github.com/cypress-io/cypress) `⭐50.4k · 2026-07-09` — End-to-end testing that runs user flows in a real browser. +- [astral-sh/ruff](https://github.com/astral-sh/ruff) `⭐48.5k · 2026-07-09` — Blazing-fast Python linter + formatter; run AI output through it first. +- [biomejs/biome](https://github.com/biomejs/biome) `⭐25.3k · 2026-07-08` — All-in-one JS/TS lint + format; a Prettier/ESLint two-in-one replacement. +- [The-PR-Agent/pr-agent](https://github.com/The-PR-Agent/pr-agent) `⭐12k · 2026-07-09` — AI-powered code review with suggestions right in the PR. +- [faker-js/faker](https://github.com/faker-js/faker) `⭐15.4k · 2026-07-09` — Generate realistic test data in bulk. +- [locustio/locust](https://github.com/locustio/locust) `⭐28k · 2026-07-09` — Load testing with scenarios scripted in Python. +- [stryker-mutator/stryker-js](https://github.com/stryker-mutator/stryker-js) `⭐2.9k · 2026-07-09` — Mutation testing: verify your tests actually catch bugs. + +## 🚀 Deployment & Shipping + +The last mile: have the AI copy proven deployment setups instead of improvising. + +- [coollabsio/coolify](https://github.com/coollabsio/coolify) `⭐58.2k · 2026-07-08` — Self-hosted Vercel/Heroku alternative; apps running in a few clicks. +- [Dokploy/dokploy](https://github.com/Dokploy/dokploy) `⭐35.5k · 2026-07-09` — Open-source deployment panel; one-click shipping for Docker apps. +- [caddyserver/caddy](https://github.com/caddyserver/caddy) `⭐73.9k · 2026-07-08` — Web server with automatic HTTPS and minimal config. +- [NginxProxyManager/nginx-proxy-manager](https://github.com/NginxProxyManager/nginx-proxy-manager) `⭐33.5k · 2026-06-29` — GUI for managing Nginx reverse proxies and certificates. +- [docker/compose](https://github.com/docker/compose) `⭐37.7k · 2026-07-09` — The standard for multi-container app orchestration. +- [traefik/traefik](https://github.com/traefik/traefik) `⭐63.9k · 2026-07-09` — Cloud-native reverse proxy with automatic service discovery. +- [portainer/portainer](https://github.com/portainer/portainer) `⭐37.9k · 2026-07-07` — Visual management panel for Docker/K8s. +- [cloudflare/cloudflared](https://github.com/cloudflare/cloudflared) `⭐14.8k · 2026-07-08` — Cloudflare Tunnel client; expose local services to the internet safely. +- [louislam/uptime-kuma](https://github.com/louislam/uptime-kuma) `⭐88.9k · 2026-07-09` — Self-hosted uptime monitoring; know the moment a service goes down. +- [getsentry/sentry](https://github.com/getsentry/sentry) `⭐44.2k · 2026-07-09` — Error tracking and performance monitoring; catch problems right after launch. + +## ⚙️ Automation & Workflows + +Many requests boil down to "automate this flow" — check for ready-made building blocks first. + +- [n8n-io/n8n](https://github.com/n8n-io/n8n) `⭐195.8k · 2026-07-09` — Visual workflow automation platform with hundreds of integrations. +- [activepieces/activepieces](https://github.com/activepieces/activepieces) `⭐23.2k · 2026-07-09` — Open-source Zapier alternative; AI can be a node too. +- [windmill-labs/windmill](https://github.com/windmill-labs/windmill) `⭐17.1k · 2026-07-09` — Turn scripts into workflows and UIs; polyglot developer platform. +- [triggerdotdev/trigger.dev](https://github.com/triggerdotdev/trigger.dev) `⭐15.6k · 2026-07-09` — Code-first background jobs and workflow framework. +- [temporalio/temporal](https://github.com/temporalio/temporal) `⭐21.5k · 2026-07-09` — Workflow engine for reliably executing long-running processes with auto-recovery. +- [apache/airflow](https://github.com/apache/airflow) `⭐46.1k · 2026-07-09` — The veteran standard for data-pipeline scheduling. +- [kestra-io/kestra](https://github.com/kestra-io/kestra) `⭐27.3k · 2026-07-09` — Declarative (YAML) event-driven orchestration platform. +- [huginn/huginn](https://github.com/huginn/huginn) `⭐49.6k · 2026-07-09` — Self-hosted "IFTTT": a fleet of agents watching pages and sending alerts for you. + ## 🔌 MCP & Agent Ecosystem Infrastructure for giving your AI superpowers. @@ -131,7 +174,7 @@ Infrastructure for giving your AI superpowers. - [langchain-ai/langgraph](https://github.com/langchain-ai/langgraph) `⭐36.9k · 2026-07-09` — Framework for building stateful multi-agent applications. - [microsoft/autogen](https://github.com/microsoft/autogen) `⭐59.6k · 2026-04-15` — Microsoft's multi-agent conversation framework. - [microsoft/playwright-mcp](https://github.com/microsoft/playwright-mcp) `⭐34.9k · 2026-06-29` — Official Playwright MCP; let the AI drive a browser directly. -- [github/github-mcp-server](https://github.com/github/github-mcp-server) `⭐31.3k · 2026-07-08` — GitHub's official MCP; let the AI manage repos, issues, PRs. +- [github/github-mcp-server](https://github.com/github/github-mcp-server) `⭐31.3k · 2026-07-09` — GitHub's official MCP; let the AI manage repos, issues, PRs. - [PrefectHQ/fastmcp](https://github.com/PrefectHQ/fastmcp) `⭐26.1k · 2026-07-09` — The fast Python framework for building MCP servers and clients. - [crewAIInc/crewAI](https://github.com/crewAIInc/crewAI) `⭐55.2k · 2026-07-09` — Role-based multi-agent collaboration framework. - [mem0ai/mem0](https://github.com/mem0ai/mem0) `⭐60.5k · 2026-07-09` — A long-term memory layer for AI agents. diff --git a/README.md b/README.md index 6d1507f..e35f67c 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ - [D4Vinci/Scrapling](https://github.com/D4Vinci/Scrapling) `⭐68.8k · 2026-07-08` — 自适应反爬的 Python 爬虫库,网站改版也不易失效。 - [NanmiCoder/MediaCrawler](https://github.com/NanmiCoder/MediaCrawler) `⭐55.9k · 2026-07-09` — 小红书/抖音/B站/微博等中文社媒爬虫合集。 - [NaiboWang/EasySpider](https://github.com/NaiboWang/EasySpider) `⭐44.2k · 2026-07-03` — 可视化无代码爬虫,图形界面设计采集流程。 -- [getmaxun/maxun](https://github.com/getmaxun/maxun) `⭐16.4k · 2026-07-08` — 开源无代码平台,训练机器人把网页变成 API/表格。 +- [getmaxun/maxun](https://github.com/getmaxun/maxun) `⭐16.4k · 2026-07-09` — 开源无代码平台,训练机器人把网页变成 API/表格。 - [puppeteer/puppeteer](https://github.com/puppeteer/puppeteer) `⭐95.3k · 2026-07-09` — Chrome 官方无头浏览器自动化库。 - [SeleniumHQ/selenium](https://github.com/SeleniumHQ/selenium) `⭐34.3k · 2026-07-09` — 浏览器自动化元老,跨浏览器兼容性最好。 @@ -101,7 +101,7 @@ - [Leonxlnx/taste-skill](https://github.com/Leonxlnx/taste-skill) `⭐61k · 2026-07-04` — 给 AI 装上"审美品味",不再生成千篇一律的平庸界面。 - [VoltAgent/awesome-design-md](https://github.com/VoltAgent/awesome-design-md) `⭐98.9k · 2026-06-16` — 各大品牌设计系统提炼成的 DESIGN.md 合集,丢进项目让 AI 生成风格统一的 UI。 - [greensock/gsap-skills](https://github.com/greensock/gsap-skills) `⭐11.2k · 2026-04-21` — GSAP 官方 AI 技能,教 AI 正确写动画:最佳实践、常用模式、插件用法。 -- [JCodesMore/ai-website-cloner-template](https://github.com/JCodesMore/ai-website-cloner-template) `⭐27k · 2026-07-04` — 一条命令让 AI 克隆任意网站的模板。 +- [JCodesMore/ai-website-cloner-template](https://github.com/JCodesMore/ai-website-cloner-template) `⭐27.1k · 2026-07-04` — 一条命令让 AI 克隆任意网站的模板。 - [diffusionstudio/lottie](https://github.com/diffusionstudio/lottie) `⭐4.7k · 2026-07-06` — 用 Claude Code / Codex 生成可直接上线的 Lottie 动画。 - [Web to Figma(Figma 插件)](https://www.figma.com/community/plugin/1297530151115228662/web-to-figma-convert-any-website-or-html-code-to-design) — 把任意网站或 HTML 代码转成 Figma 设计稿。⚠️ 非开源仓库,Figma 社区插件,破例收录。 @@ -122,6 +122,49 @@ - [prisma/prisma](https://github.com/prisma/prisma) `⭐46.7k · 2026-07-08` — TypeScript ORM,类型安全的数据库访问层。 - [pocketbase/pocketbase](https://github.com/pocketbase/pocketbase) `⭐59.5k · 2026-07-08` — 单文件后端:数据库+认证+文件存储,一个二进制跑起来。 +## ✅ 测试与质量保障 + +AI 写的代码,得有办法证明它是对的。 + +- [pytest-dev/pytest](https://github.com/pytest-dev/pytest) `⭐14.3k · 2026-07-07` — Python 测试框架事实标准,插件生态庞大。 +- [vitest-dev/vitest](https://github.com/vitest-dev/vitest) `⭐16.8k · 2026-07-09` — Vite 原生测试框架,前端项目开箱即用。 +- [jestjs/jest](https://github.com/jestjs/jest) `⭐45.5k · 2026-07-08` — 经典 JS 测试框架,语料最多,AI 最熟。 +- [cypress-io/cypress](https://github.com/cypress-io/cypress) `⭐50.4k · 2026-07-09` — 端到端测试框架,在真实浏览器里跑用户流程。 +- [astral-sh/ruff](https://github.com/astral-sh/ruff) `⭐48.5k · 2026-07-09` — 极快的 Python linter + 格式化器,AI 生成的代码先过一遍。 +- [biomejs/biome](https://github.com/biomejs/biome) `⭐25.3k · 2026-07-08` — JS/TS 一体化 lint + 格式化,Prettier/ESLint 二合一替代。 +- [The-PR-Agent/pr-agent](https://github.com/The-PR-Agent/pr-agent) `⭐12k · 2026-07-09` — AI 自动 code review,在 PR 里直接给改进建议。 +- [faker-js/faker](https://github.com/faker-js/faker) `⭐15.4k · 2026-07-09` — 批量生成逼真的测试数据。 +- [locustio/locust](https://github.com/locustio/locust) `⭐28k · 2026-07-09` — 用 Python 脚本写场景的压测工具。 +- [stryker-mutator/stryker-js](https://github.com/stryker-mutator/stryker-js) `⭐2.9k · 2026-07-09` — 变异测试,检验你的测试是不是真能抓住 bug。 + +## 🚀 部署与上线 + +最后一公里:让 AI 照着成熟方案写部署,别自己瞎折腾。 + +- [coollabsio/coolify](https://github.com/coollabsio/coolify) `⭐58.2k · 2026-07-08` — 自托管的 Vercel/Heroku 替代,点几下把应用跑起来。 +- [Dokploy/dokploy](https://github.com/Dokploy/dokploy) `⭐35.5k · 2026-07-09` — 开源部署面板,Docker 应用一键上线。 +- [caddyserver/caddy](https://github.com/caddyserver/caddy) `⭐73.9k · 2026-07-08` — 自动 HTTPS 的 Web 服务器,配置极简。 +- [NginxProxyManager/nginx-proxy-manager](https://github.com/NginxProxyManager/nginx-proxy-manager) `⭐33.5k · 2026-06-29` — 图形界面管理 Nginx 反代和证书。 +- [docker/compose](https://github.com/docker/compose) `⭐37.7k · 2026-07-09` — 多容器应用编排的标准件。 +- [traefik/traefik](https://github.com/traefik/traefik) `⭐63.9k · 2026-07-09` — 云原生反向代理,服务发现全自动。 +- [portainer/portainer](https://github.com/portainer/portainer) `⭐37.9k · 2026-07-07` — Docker/K8s 图形化管理面板。 +- [cloudflare/cloudflared](https://github.com/cloudflare/cloudflared) `⭐14.8k · 2026-07-08` — Cloudflare Tunnel 客户端,把内网服务安全暴露到公网。 +- [louislam/uptime-kuma](https://github.com/louislam/uptime-kuma) `⭐88.9k · 2026-07-09` — 自托管可用性监控,服务挂了立刻知道。 +- [getsentry/sentry](https://github.com/getsentry/sentry) `⭐44.2k · 2026-07-09` — 错误追踪与性能监控,上线后第一时间发现问题。 + +## ⚙️ 自动化与工作流 + +很多需求本质是"自动化个流程"——先看看有没有现成积木。 + +- [n8n-io/n8n](https://github.com/n8n-io/n8n) `⭐195.8k · 2026-07-09` — 可视化工作流自动化平台,几百个集成节点。 +- [activepieces/activepieces](https://github.com/activepieces/activepieces) `⭐23.2k · 2026-07-09` — 开源 Zapier 替代,AI 也能当节点用。 +- [windmill-labs/windmill](https://github.com/windmill-labs/windmill) `⭐17.1k · 2026-07-09` — 把脚本变成工作流和 UI 的开发者平台,多语言支持。 +- [triggerdotdev/trigger.dev](https://github.com/triggerdotdev/trigger.dev) `⭐15.6k · 2026-07-09` — 代码优先的后台任务/工作流框架。 +- [temporalio/temporal](https://github.com/temporalio/temporal) `⭐21.5k · 2026-07-09` — 可靠执行长流程的工作流引擎,失败自动恢复。 +- [apache/airflow](https://github.com/apache/airflow) `⭐46.1k · 2026-07-09` — 数据管道调度的老牌标准。 +- [kestra-io/kestra](https://github.com/kestra-io/kestra) `⭐27.3k · 2026-07-09` — 声明式(YAML)编排平台,事件驱动。 +- [huginn/huginn](https://github.com/huginn/huginn) `⭐49.6k · 2026-07-09` — 自托管版"IFTTT",一群 agent 帮你盯网页、发通知。 + ## 🔌 MCP 与 Agent 生态 给 AI 装外挂的基础设施。 @@ -131,7 +174,7 @@ - [langchain-ai/langgraph](https://github.com/langchain-ai/langgraph) `⭐36.9k · 2026-07-09` — 构建有状态多 Agent 应用的框架。 - [microsoft/autogen](https://github.com/microsoft/autogen) `⭐59.6k · 2026-04-15` — 微软的多 Agent 对话框架。 - [microsoft/playwright-mcp](https://github.com/microsoft/playwright-mcp) `⭐34.9k · 2026-06-29` — 官方 Playwright MCP,让 AI 直接操控浏览器。 -- [github/github-mcp-server](https://github.com/github/github-mcp-server) `⭐31.3k · 2026-07-08` — GitHub 官方 MCP,让 AI 管理仓库/issue/PR。 +- [github/github-mcp-server](https://github.com/github/github-mcp-server) `⭐31.3k · 2026-07-09` — GitHub 官方 MCP,让 AI 管理仓库/issue/PR。 - [PrefectHQ/fastmcp](https://github.com/PrefectHQ/fastmcp) `⭐26.1k · 2026-07-09` — 用 Python 快速构建 MCP 服务器和客户端的框架。 - [crewAIInc/crewAI](https://github.com/crewAIInc/crewAI) `⭐55.2k · 2026-07-09` — 角色分工的多 Agent 协作框架。 - [mem0ai/mem0](https://github.com/mem0ai/mem0) `⭐60.5k · 2026-07-09` — 给 AI Agent 加一层长期记忆。