C++ · ★ 21,025 · 🍴 3,430 · 📈 113 stars today
A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch)
中文介绍 Catch2 是一个现代的 C++ 测试框架,支持单元测试、TDD 和 BDD。它基于 C++14/17/20 编写(v2.x 分支支持 C++11,Catch1.x 支持 C++03),提供轻量级头文件式用法,适合需要跨编译器、跨平台编写测试的 C++ 项目。
C++ · ★ 17,794 · 🍴 3,211 · 📈 118 stars today
Abseil Common Libraries (C++)
中文介绍 Abseil 是 Google 开源的 C++ 公共库集合,包含对 C++ 标准库的扩展和补充,如字符串处理、容器、时间、日志等模块。它提供高质量、经过生产验证的基础设施组件,适用于任何 C++ 项目的开发。
Python · ★ 29,010 · 🍴 3,183 · 📈 232 stars today
CLI tool for configuring and monitoring Claude Code
中文介绍 一个 CLI 工具,用于配置和监控 Claude Code。它提供模板化的方式来管理 Claude 的代码生成与执行环境,适合使用 Claude 进行自动化 coding 的开发者。
TypeScript · ★ 7,050 · 🍴 945 · 📈 340 stars today
A library of Agent Skills designed to work with the Stitch MCP server. Each skill follows the Agent Skills open standard, for compatibility with coding agents such as Antigravity, Gemini CLI, Claude Code, Cursor.
中文介绍 一个 Agent 技能库,与 Stitch MCP 服务器配合工作。每个技能遵循 Agent Skills 开放标准,保障与 Antigravity、Gemini CLI、Claude Code 等编码代理的兼容,方便开发者扩展 AI 编码助手的能力。
Go · ★ 49,360 · 🍴 10,681 · 📈 229 stars today
Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.
中文介绍 Terraform 是一个基础设施即代码工具,通过声明式配置文件将 API 映射成资源,实现云设施的安全、可预测创建与变更。支持多提供商(AWS、GCP、Azure 等),适用于 DevOps 团队管理 IaC。
C++ · ★ 8,135 · 🍴 788 · 📈 110 stars today
Mesh optimization library that makes meshes smaller and faster to render
中文介绍 Mesh 优化库,旨在让三角形网格更小、渲染更快。通过压缩顶点数据、优化缓存等算法,减小模型尺寸并提升 GPU 渲染性能,适用于游戏、3D 图形应用的模型预处理。
JavaScript · ★ 4,400 · 🍴 656 · 📈 29 stars today
OpenAI Plugins
中文介绍 OpenAI 插件集合,用于扩展 ChatGPT 等模型的功能。开发者可利用该仓库了解插件开发机制,将外部 API 或数据源接入 AI 对话,实现实时信息获取、任务执行等场景。
TypeScript · ★ 7,767 · 🍴 966 · 📈 909 stars today
This is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
中文介绍 一个 MCP 服务器,专为 Claude 设计,提供终端控制、文件系统搜索和差异文件编辑能力。让 Claude 能够直接操作本地命令行和文件,适合需要 AI 辅助执行系统任务的开发者。
C++ · ★ 6,137 · 🍴 1,509 · 📈 76 stars today
Asio C++ Library
中文介绍 Asio 是一个跨平台的 C++ 网络和底层 I/O 库,提供异步编程模型。支持 TCP/UDP、串口、定时器等,广泛用于高性能服务器、网络协议实现和嵌入式系统。
Rust · ★ 94,558 · 🍴 4,959 · 📈 658 stars today
Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
中文介绍 Bun 是一个极速的 JavaScript 运行时、打包器、测试运行器和包管理器,全部集成在一个工具中。使用 Zig 编写,启动和运行速度远超 Node.js,适合需要高性能 JS 开发和构建的现代 Web 项目。
TypeScript · ★ 8,462 · 🍴 2,714 · 📈 8 stars today
Action for checking out a repo
中文介绍 GitHub Actions 官方操作,用于签出(checkout)仓库代码到 runner 中。是 CI/CD 流水线的基础步骤,几乎每个工作流都需要它来获取源码。
Python · ★ 88,683 · 🍴 38,047 · 📈 80 stars today
🏡 Open source home automation that puts local control and privacy first.
中文介绍 Home Assistant 是一个开源家庭自动化平台,优先保障本地控制和隐私。支持数千种设备和服务,通过集成、自动化蓝图实现智能家居管理,适合注重隐私、自托管家庭自动化的用户。
C · ★ 136,424 · 🍴 8,366 · 📈 39 stars today
Microsoft PowerToys is a collection of utilities that supercharge productivity and customization on Windows
中文介绍 Microsoft PowerToys 是一套 Windows 实用工具集合,增强桌面生产力和定制性。包含窗口管理器、颜色选取器、批量重命名等模块,适用于日常 Windows 用户和高级用户。
TypeScript · ★ 50,615 · 🍴 3,591 · 📈 19 stars today
Fast, easy and reliable testing for anything that runs in a browser.
中文介绍 Cypress 是一个快速、可靠的前端测试工具,专为浏览器运行环境设计。支持端到端、组件测试,内建等待机制和时间旅行调试,让 Web 开发者能够轻松编写和调试测试。
JavaScript · ★ 140,945 · 🍴 31,548 · 📈 334 stars today
The React Framework
中文介绍 Next.js 是 Vercel 推出的 React 全栈框架,支持服务端渲染(SSR)、静态生成(SSG)、API 路由等。常用于构建性能优化、SEO 友好的现代 Web 应用,是 React 生态中主流的元框架。
TypeScript · ★ 33,280 · 🍴 3,604 · 📈 81 stars today
A next.js web application that integrates AI capabilities with draw.io diagrams. This app allows you to create, modify, and enhance diagrams through natural language commands and AI-assisted visualization.
中文介绍 一个基于 Next.js 的 Web 应用,将 AI 能力集成到 draw.io 图表中。用户可以通过自然语言创建、修改和增强图表,适合需要快速通过对话生成流程图、思维导图的场景。
Rust · ★ 2,039 · 🍴 50 · 📈 774 stars today
Postgres rewritten in Rust, now passing 100% of the Postgres regression tests
中文介绍 用 Rust 重写的 PostgreSQL 实现,目前已通过 100% 的 Postgres 回归测试。该项目展示了用 Rust 构建可兼容、高性能的数据库系统的可能性,适合对数据库内部实现和安全感兴趣的开发者。
C# · ★ 38,302 · 🍴 10,885 · 📈 4 stars today
ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
中文介绍 ASP.NET Core 是微软的跨平台 .NET Web 框架,用于构建现代云应用。支持 Windows、Mac、Linux 开发环境,包含 MVC、Web API、SignalR 等组件,适合企业级后端服务和微服务开发。
TypeScript · ★ 47,248 · 🍴 2,474 · 📈 37 stars today
Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB
中文介绍 Prisma 是 Node.js 和 TypeScript 下的下一代 ORM,支持 PostgreSQL、MySQL、SQLite 等多种数据库。通过自动生成的类型安全查询器,简化数据库操作,提升开发效率和类型安全,广泛应用于后端 API 构建。
Jupyter Notebook · ★ 47,920 · 🍴 5,673 · 📈 219 stars today
A collection of notebooks/recipes showcasing some fun and effective ways of using Claude.
中文介绍 Anthropic 提供的 Claude 模型使用示例集合,包含 Jupyter Notebook 和食谱。展示如何利用 Claude 进行创意写作、代码生成、分析等任务,适合希望深入探索 Claude API 的开发者。