From a3daed8bda73205b361add6c82b166ae90cbc0fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Thu, 12 Feb 2026 10:56:52 +0800 Subject: [PATCH 01/73] =?UTF-8?q?=E3=80=90=E5=8E=9A=E7=A7=AF=E8=96=84?= =?UTF-8?q?=E5=8F=91=E3=80=91=E5=A0=86=E5=86=85=E5=AD=98=E5=AF=B9=E8=B1=A1?= =?UTF-8?q?=E7=9A=84Managed=20Size=E5=85=B7=E4=BD=93=E6=98=AF=E5=A6=82?= =?UTF-8?q?=E4=BD=95=E8=AE=A1=E7=AE=97=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PerformanceOptimization/UWA.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PerformanceOptimization/UWA.md b/PerformanceOptimization/UWA.md index 44d49154..812f63ca 100644 --- a/PerformanceOptimization/UWA.md +++ b/PerformanceOptimization/UWA.md @@ -319,4 +319,5 @@ >* [【厚积薄发】UE是怎么管理纹理的各向异性采样的](https://mp.weixin.qq.com/s/jZUOh-3PjyE0UmSGc_BX0w) >* [【厚积薄发】如何使Bloom只局部地作用于特效以提高性能](https://mp.weixin.qq.com/s/KaAOs4cVKiC5cWao83CU_Q) >* [【厚积薄发】.so mmap计算工具内存翻倍现象](https://mp.weixin.qq.com/s/7kDxyvT_5wlkNvXstJJYuQ) ->* [【厚积薄发】UE的粒子系统开销怎么优化](https://mp.weixin.qq.com/s/cv21rKc6o8yncIfvRL2zHw) +>* [【厚积薄发】UE的粒子系统开销怎么优化](https://mp.weixin.qq.com/s/cv21rKc6o8yncIfvRL2zHw) +>* [【厚积薄发】堆内存对象的Managed Size具体是如何计算的](https://mp.weixin.qq.com/s/_p0T1h0MumAUgTCa3aiw3Q) From 99e47483949223009a4715698131606f51aaabc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Thu, 12 Feb 2026 21:43:49 +0800 Subject: [PATCH 02/73] =?UTF-8?q?HY-Motion-1.0=20=E8=85=BE=E8=AE=AF?= =?UTF-8?q?=E6=B7=B7=E5=85=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AI/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AI/README.md b/AI/README.md index 40f542be..8cc22bc2 100644 --- a/AI/README.md +++ b/AI/README.md @@ -63,7 +63,8 @@ >* [hello-agents 📚 《从零开始构建智能体》——从零开始的智能体原理与实践教程](https://github.com/datawhalechina/hello-agents) ### LLM ->* [LLM-RL-Visualized 🌟100+ 原创 LLM / RL 原理图📚,《大模型算法》作者巨献](https://github.com/changyeyu/LLM-RL-Visualized) +>* [LLM-RL-Visualized 🌟100+ 原创 LLM / RL 原理图📚,《大模型算法》作者巨献](https://github.com/changyeyu/LLM-RL-Visualized) +>* [HY-Motion-1.0 腾讯混元](https://github.com/Tencent-Hunyuan/HY-Motion-1.0) ### Workflow >* [claude-flow](https://github.com/ruvnet/claude-flow) From 3b147ebdaaa0fb1cc4c6d941792f7008e460af03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Thu, 12 Feb 2026 21:46:41 +0800 Subject: [PATCH 03/73] ACE-Step-1.5 The most powerful local music generation model that outperforms most commercial alternatives --- AI/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AI/README.md b/AI/README.md index 8cc22bc2..745c8006 100644 --- a/AI/README.md +++ b/AI/README.md @@ -64,7 +64,8 @@ ### LLM >* [LLM-RL-Visualized 🌟100+ 原创 LLM / RL 原理图📚,《大模型算法》作者巨献](https://github.com/changyeyu/LLM-RL-Visualized) ->* [HY-Motion-1.0 腾讯混元](https://github.com/Tencent-Hunyuan/HY-Motion-1.0) +>* [HY-Motion-1.0 腾讯混元](https://github.com/Tencent-Hunyuan/HY-Motion-1.0) +>* [ACE-Step-1.5 The most powerful local music generation model that outperforms most commercial alternatives](https://github.com/ace-step/ACE-Step-1.5) ### Workflow >* [claude-flow](https://github.com/ruvnet/claude-flow) From 0640edd8ebf66db1c0450323d593b7174850b2e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Thu, 12 Feb 2026 21:48:03 +0800 Subject: [PATCH 04/73] langgraph - Build resilient language agents as graphs --- AI/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AI/README.md b/AI/README.md index 745c8006..2e8aa40e 100644 --- a/AI/README.md +++ b/AI/README.md @@ -69,7 +69,8 @@ ### Workflow >* [claude-flow](https://github.com/ruvnet/claude-flow) ->* [C2C - The official code implementation for "Cache-to-Cache: Direct Semantic Communication Between Large Language Models"](https://github.com/thu-nics/C2C) +>* [C2C - The official code implementation for "Cache-to-Cache: Direct Semantic Communication Between Large Language Models"](https://github.com/thu-nics/C2C) +>* [langgraph - Build resilient language agents as graphs](https://github.com/langchain-ai/langgraph) ### Text-to-Speech >* [Frontier Open-Source Text-to-Speech](https://github.com/microsoft/VibeVoice) From 6adae0d48819addb7f9b9b92e8145fcead5b8493 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Sat, 14 Feb 2026 12:01:41 +0800 Subject: [PATCH 05/73] Cursor Tutorial --- AI/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/AI/README.md b/AI/README.md index 2e8aa40e..540df160 100644 --- a/AI/README.md +++ b/AI/README.md @@ -86,7 +86,10 @@ >* [eigent - The Open Source Cowork Desktop to Unlock Your Exceptional Productivity](https://github.com/eigent-ai/eigent) >* [BMAD-METHOD - Breakthrough Method for Agile Ai Driven Development](https://github.com/bmad-code-org/BMAD-METHOD) >* [hello-agents 📚 《从零开始构建智能体》——从零开始的智能体原理与实践教程](https://github.com/datawhalechina/hello-agents) ->* [camel - The first and the best multi-agent framework. Finding the Scaling Law of Agents](https://github.com/camel-ai/camel) +>* [camel - The first and the best multi-agent framework. Finding the Scaling Law of Agents](https://github.com/camel-ai/camel) + +### Document +>* [Cursor Tutorial](https://cursor.com/cn/learn/how-ai-models-work) ### Service >* [claude-relay-service - CRS-自建Claude Code镜像](https://github.com/Wei-Shaw/claude-relay-service) From c4b47c36b3d0e47a0c1bb1381d5ada83c64b3705 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Sat, 14 Feb 2026 12:02:17 +0800 Subject: [PATCH 06/73] =?UTF-8?q?=E4=BD=BF=E7=94=A8=20Agent=20=E7=BC=96?= =?UTF-8?q?=E7=A0=81=E7=9A=84=E6=9C=80=E4=BD=B3=E5=AE=9E=E8=B7=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AI/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AI/README.md b/AI/README.md index 540df160..b421dabf 100644 --- a/AI/README.md +++ b/AI/README.md @@ -89,7 +89,8 @@ >* [camel - The first and the best multi-agent framework. Finding the Scaling Law of Agents](https://github.com/camel-ai/camel) ### Document ->* [Cursor Tutorial](https://cursor.com/cn/learn/how-ai-models-work) +>* [Cursor Tutorial](https://cursor.com/cn/learn/how-ai-models-work) +>* [使用 Agent 编码的最佳实践](https://cursor.com/cn/blog/agent-best-practices) ### Service >* [claude-relay-service - CRS-自建Claude Code镜像](https://github.com/Wei-Shaw/claude-relay-service) From 0ff4f55c3287cb8302c6f42d4006801fb453dd8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Sat, 14 Feb 2026 12:03:03 +0800 Subject: [PATCH 07/73] Building effective agents --- AI/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AI/README.md b/AI/README.md index b421dabf..a15bb6d2 100644 --- a/AI/README.md +++ b/AI/README.md @@ -90,7 +90,8 @@ ### Document >* [Cursor Tutorial](https://cursor.com/cn/learn/how-ai-models-work) ->* [使用 Agent 编码的最佳实践](https://cursor.com/cn/blog/agent-best-practices) +>* [使用 Agent 编码的最佳实践](https://cursor.com/cn/blog/agent-best-practices) +>* [Building effective agents](https://www.anthropic.com/engineering/building-effective-agents) ### Service >* [claude-relay-service - CRS-自建Claude Code镜像](https://github.com/Wei-Shaw/claude-relay-service) From 1c03334264cde21e294970ccac4437fb9bbab62b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Sat, 14 Feb 2026 12:03:44 +0800 Subject: [PATCH 08/73] Claude Code Doc --- AI/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AI/README.md b/AI/README.md index a15bb6d2..5f9ee4aa 100644 --- a/AI/README.md +++ b/AI/README.md @@ -91,7 +91,8 @@ ### Document >* [Cursor Tutorial](https://cursor.com/cn/learn/how-ai-models-work) >* [使用 Agent 编码的最佳实践](https://cursor.com/cn/blog/agent-best-practices) ->* [Building effective agents](https://www.anthropic.com/engineering/building-effective-agents) +>* [Building effective agents](https://www.anthropic.com/engineering/building-effective-agents) +>* [Claude Code Doc](https://code.claude.com/docs/zh-CN/overview) ### Service >* [claude-relay-service - CRS-自建Claude Code镜像](https://github.com/Wei-Shaw/claude-relay-service) From 3127b4ffb80c095094b5d2c3a10f852b39b562b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Tue, 24 Feb 2026 12:00:32 +0800 Subject: [PATCH 09/73] =?UTF-8?q?15=20=E5=88=86=E9=92=9F=E5=86=85=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E4=BD=A0=E7=9A=84=E7=AC=AC=E4=B8=80=E4=B8=AA=20MCP=20?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AI/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/AI/README.md b/AI/README.md index 5f9ee4aa..31957c63 100644 --- a/AI/README.md +++ b/AI/README.md @@ -12,7 +12,7 @@ >* [GOAP](http://alumni.media.mit.edu/~jorkin/goap.html) ### MCP ->* [Awesome-MCP-ZH(MCP 资源精选, MCP指南)](https://github.com/yzfly/Awesome-MCP-ZH) +>* [Awesome-MCP-ZH(MCP 资源精选, MCP指南)](https://github.com/yzfly/Awesome-MCP-ZH) >* [unity-mcp](https://github.com/CoplayDev/unity-mcp) >* [UnityMCP](https://github.com/Arodoid/UnityMCP) >* [UnrealMCP](https://github.com/kvick-games/UnrealMCP) @@ -20,7 +20,8 @@ >* [uLoopMCP](https://github.com/hatayama/uLoopMCP/) >* [SharpToolsMCP](https://github.com/kooshi/SharpToolsMCP) >* [mcp-perforce](https://github.com/Cocoon-AI/mcp-perforce) ->* [genai-toolbox - MCP Toolbox for Databases is an open source MCP server for databases](https://github.com/googleapis/genai-toolbox) +>* [genai-toolbox - MCP Toolbox for Databases is an open source MCP server for databases](https://github.com/googleapis/genai-toolbox) +>* [15 分钟内构建你的第一个 MCP 服务器](https://mp.weixin.qq.com/s/GHWDnIgJv0IoMiPLFrbFrA) ### Skill >* [superpowers - Claude Code superpowers: core skills library](https://github.com/obra/superpowers) From 0a7ee1d6b124312c23cb690ce8fcba7697409a27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Tue, 24 Feb 2026 12:01:27 +0800 Subject: [PATCH 10/73] Build Your First MCP Server in 15 Minutes --- AI/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AI/README.md b/AI/README.md index 31957c63..fbf86be0 100644 --- a/AI/README.md +++ b/AI/README.md @@ -21,7 +21,8 @@ >* [SharpToolsMCP](https://github.com/kooshi/SharpToolsMCP) >* [mcp-perforce](https://github.com/Cocoon-AI/mcp-perforce) >* [genai-toolbox - MCP Toolbox for Databases is an open source MCP server for databases](https://github.com/googleapis/genai-toolbox) ->* [15 分钟内构建你的第一个 MCP 服务器](https://mp.weixin.qq.com/s/GHWDnIgJv0IoMiPLFrbFrA) +>* [15 分钟内构建你的第一个 MCP 服务器](https://mp.weixin.qq.com/s/GHWDnIgJv0IoMiPLFrbFrA) +>* [Build Your First MCP Server in 15 Minutes](https://medium.com/data-science-collective/build-your-first-mcp-server-in-15-minutes-complete-code-d63f85c0ce79) ### Skill >* [superpowers - Claude Code superpowers: core skills library](https://github.com/obra/superpowers) From 91ea665f4d8900507cc90e9ddcdb049a67c56aa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Mon, 2 Mar 2026 16:02:42 +0800 Subject: [PATCH 11/73] Unreal_mcp --- AI/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AI/README.md b/AI/README.md index fbf86be0..aaaf0888 100644 --- a/AI/README.md +++ b/AI/README.md @@ -22,7 +22,8 @@ >* [mcp-perforce](https://github.com/Cocoon-AI/mcp-perforce) >* [genai-toolbox - MCP Toolbox for Databases is an open source MCP server for databases](https://github.com/googleapis/genai-toolbox) >* [15 分钟内构建你的第一个 MCP 服务器](https://mp.weixin.qq.com/s/GHWDnIgJv0IoMiPLFrbFrA) ->* [Build Your First MCP Server in 15 Minutes](https://medium.com/data-science-collective/build-your-first-mcp-server-in-15-minutes-complete-code-d63f85c0ce79) +>* [Build Your First MCP Server in 15 Minutes](https://medium.com/data-science-collective/build-your-first-mcp-server-in-15-minutes-complete-code-d63f85c0ce79) +>* [Unreal_mcp](https://github.com/ChiR24/Unreal_mcp) ### Skill >* [superpowers - Claude Code superpowers: core skills library](https://github.com/obra/superpowers) From c72a3cb55985c489e26a5caf4eb15733511bf91f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Mon, 2 Mar 2026 16:03:31 +0800 Subject: [PATCH 12/73] UABEANext --- 3rdPlugins/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/3rdPlugins/README.md b/3rdPlugins/README.md index 913436e5..4386eba4 100644 --- a/3rdPlugins/README.md +++ b/3rdPlugins/README.md @@ -748,4 +748,5 @@ * [com.unity.virtualmesh](https://github.com/Unity-Technologies/com.unity.virtualmesh) * [Unity资源缓存池,用来提前实例化防止运行时卡顿](https://github.com/zhimingliang/GameObjectPool) * [ADB-Explorer](https://github.com/Alex4SSB/ADB-Explorer) -* [UnityNonConvexMeshColliders - Provides three types of non-convex MeshCollider approximations that work with rigid bodies](https://github.com/JohannHotzel/UnityNonConvexMeshColliders) +* [UnityNonConvexMeshColliders - Provides three types of non-convex MeshCollider approximations that work with rigid bodies](https://github.com/JohannHotzel/UnityNonConvexMeshColliders) +* [UABEANext](https://github.com/nesrak1/UABEANext) From 13ccda70f425bb4935ac74cc4a4939fb8b132de7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Mon, 2 Mar 2026 16:04:45 +0800 Subject: [PATCH 13/73] Bulllord-Engine --- Engine/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Engine/README.md b/Engine/README.md index 98b082e0..8b4790a0 100644 --- a/Engine/README.md +++ b/Engine/README.md @@ -165,7 +165,8 @@ * [openbor-OpenBOR is the ultimate 2D side scrolling engine for beat em' ups, shooters, and more](https://github.com/DCurrent/openbor) * [BraneEngine](https://github.com/BraneReality/BraneEngine) * [Prowl - An Open Source C# 3D Game Engine under MIT license, inspired by Unity and featuring a complete editor](https://github.com/ProwlEngine/Prowl) -* [SpartanEngine - A game engine with an emphasis on real-time cutting-edge solutions](https://github.com/PanosK92/SpartanEngine) +* [SpartanEngine - A game engine with an emphasis on real-time cutting-edge solutions](https://github.com/PanosK92/SpartanEngine) +* [Bulllord-Engine](lightspeed lightweight elegant game engine in pure c) ## ECS * [entt-Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more](https://github.com/skypjack/entt) From 15a3a4c87f835fcdb5121153eccb3872d764413f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Mon, 2 Mar 2026 16:06:23 +0800 Subject: [PATCH 14/73] Bulllord-Engine - lightspeed lightweight elegant game engine in pure c --- Engine/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Engine/README.md b/Engine/README.md index 8b4790a0..11b4b057 100644 --- a/Engine/README.md +++ b/Engine/README.md @@ -166,7 +166,7 @@ * [BraneEngine](https://github.com/BraneReality/BraneEngine) * [Prowl - An Open Source C# 3D Game Engine under MIT license, inspired by Unity and featuring a complete editor](https://github.com/ProwlEngine/Prowl) * [SpartanEngine - A game engine with an emphasis on real-time cutting-edge solutions](https://github.com/PanosK92/SpartanEngine) -* [Bulllord-Engine](lightspeed lightweight elegant game engine in pure c) +* [Bulllord-Engine - lightspeed lightweight elegant game engine in pure c](https://github.com/MarilynDafa/Bulllord-Engine) ## ECS * [entt-Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more](https://github.com/skypjack/entt) From 2f34facfd5bc2596bd7d24a0c4c329fca299a541 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Tue, 3 Mar 2026 14:07:25 +0800 Subject: [PATCH 15/73] =?UTF-8?q?=E3=80=90=E5=8E=9A=E7=A7=AF=E8=96=84?= =?UTF-8?q?=E5=8F=91=E3=80=91GPU=E5=B8=A6=E5=AE=BD=E5=88=86=E6=9E=90?= =?UTF-8?q?=E4=B8=ADGPU=20Non-Base=20Level=20Textures=E8=BF=87=E4=BD=8E?= =?UTF-8?q?=E6=98=AF=E4=BB=80=E4=B9=88=E6=84=8F=E6=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PerformanceOptimization/UWA.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PerformanceOptimization/UWA.md b/PerformanceOptimization/UWA.md index 812f63ca..88384e97 100644 --- a/PerformanceOptimization/UWA.md +++ b/PerformanceOptimization/UWA.md @@ -320,4 +320,5 @@ >* [【厚积薄发】如何使Bloom只局部地作用于特效以提高性能](https://mp.weixin.qq.com/s/KaAOs4cVKiC5cWao83CU_Q) >* [【厚积薄发】.so mmap计算工具内存翻倍现象](https://mp.weixin.qq.com/s/7kDxyvT_5wlkNvXstJJYuQ) >* [【厚积薄发】UE的粒子系统开销怎么优化](https://mp.weixin.qq.com/s/cv21rKc6o8yncIfvRL2zHw) ->* [【厚积薄发】堆内存对象的Managed Size具体是如何计算的](https://mp.weixin.qq.com/s/_p0T1h0MumAUgTCa3aiw3Q) +>* [【厚积薄发】堆内存对象的Managed Size具体是如何计算的](https://mp.weixin.qq.com/s/_p0T1h0MumAUgTCa3aiw3Q) +>* [【厚积薄发】GPU带宽分析中GPU Non-Base Level Textures过低是什么意思](https://mp.weixin.qq.com/s/fL9IJYkK7dhx5d4ilSA7kw) From 07a261d16c28d61cf8b391671391715fa0ced1fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Thu, 5 Mar 2026 20:02:33 +0800 Subject: [PATCH 16/73] =?UTF-8?q?=E5=9C=A8UE5=E4=B8=AD=EF=BC=8C=E9=A2=84?= =?UTF-8?q?=E6=B5=8B=E8=84=9A=E6=AD=A5IK=E5=AE=9E=E7=8E=B0-PredictFootIK?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Engine/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Engine/README.md b/Engine/README.md index 11b4b057..f82b86f8 100644 --- a/Engine/README.md +++ b/Engine/README.md @@ -97,7 +97,8 @@ * [LLGL - Low Level Graphics Library (LLGL) is a thin abstraction layer for the modern graphics APIs OpenGL, Direct3D, Vulkan, and Metal](https://github.com/LukasBanana/LLGL) ## 动画 -* [Motion-Matching](https://github.com/orangeduck/Motion-Matching) +* [Motion-Matching](https://github.com/orangeduck/Motion-Matching) +* [在UE5中,预测脚步IK实现-PredictFootIK](https://mp.weixin.qq.com/s/64Mye5xvBpBSjHsZUGTPrQ) ## 开源引擎 * [Game Engines with Source: Learning from the best](https://github.com/redorav/public_source_engines) From 57c455410da34f2219292de820a219eb0092447c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Thu, 5 Mar 2026 20:03:14 +0800 Subject: [PATCH 17/73] mcp-go --- AI/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AI/README.md b/AI/README.md index aaaf0888..23062e6b 100644 --- a/AI/README.md +++ b/AI/README.md @@ -23,7 +23,8 @@ >* [genai-toolbox - MCP Toolbox for Databases is an open source MCP server for databases](https://github.com/googleapis/genai-toolbox) >* [15 分钟内构建你的第一个 MCP 服务器](https://mp.weixin.qq.com/s/GHWDnIgJv0IoMiPLFrbFrA) >* [Build Your First MCP Server in 15 Minutes](https://medium.com/data-science-collective/build-your-first-mcp-server-in-15-minutes-complete-code-d63f85c0ce79) ->* [Unreal_mcp](https://github.com/ChiR24/Unreal_mcp) +>* [Unreal_mcp](https://github.com/ChiR24/Unreal_mcp) +>* [mcp-go](https://github.com/mark3labs/mcp-go) ### Skill >* [superpowers - Claude Code superpowers: core skills library](https://github.com/obra/superpowers) From a6e46d0987af8300f6f793e88f66bbc6f5d1bfd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Thu, 5 Mar 2026 20:04:09 +0800 Subject: [PATCH 18/73] =?UTF-8?q?Toonflow-app=20=E6=98=AF=E4=B8=80?= =?UTF-8?q?=E6=AC=BE=20AI=20=E7=9F=AD=E5=89=A7=E6=BC=AB=E5=89=A7=E5=B7=A5?= =?UTF-8?q?=E5=85=B7=EF=BC=8C=E8=83=BD=E5=A4=9F=E5=88=A9=E7=94=A8=20AI=20?= =?UTF-8?q?=E6=8A=80=E6=9C=AF=E5=B0=86=E5=B0=8F=E8=AF=B4=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E8=BD=AC=E5=8C=96=E4=B8=BA=E5=89=A7=E6=9C=AC=EF=BC=8C=E5=B9=B6?= =?UTF-8?q?=E7=BB=93=E5=90=88=20AI=20=E7=94=9F=E6=88=90=E7=9A=84=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E5=92=8C=E8=A7=86=E9=A2=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AI/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AI/README.md b/AI/README.md index 23062e6b..2e070ef0 100644 --- a/AI/README.md +++ b/AI/README.md @@ -50,7 +50,8 @@ >* [RedInk - 基于🍌Nano Banana Pro🍌 的一站式小红书图文生成器](https://github.com/HisMax/RedInk) >* [Wan2GP - A fast AI Video Generator for the GPU Poor](https://github.com/deepbeepmeep/Wan2GP) >* [json-render (AI → JSON → UI)](https://github.com/vercel-labs/json-render) ->* [ui-ux-pro-max-skill](https://github.com/nextlevelbuilder/ui-ux-pro-max-skill) +>* [ui-ux-pro-max-skill](https://github.com/nextlevelbuilder/ui-ux-pro-max-skill) +>* [Toonflow-app 是一款 AI 短剧漫剧工具,能够利用 AI 技术将小说自动转化为剧本,并结合 AI 生成的图片和视频](https://github.com/HBAI-Ltd/Toonflow-app) ### AI friend >* [xiaozhi-esp32 小智 AI 聊天机器人](https://github.com/78/xiaozhi-esp32) From 397d1495955098a67a040489241cb7ec3572e7b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Wed, 18 Mar 2026 20:12:19 +0800 Subject: [PATCH 19/73] =?UTF-8?q?=E3=80=90=E5=8E=9A=E7=A7=AF=E8=96=84?= =?UTF-8?q?=E5=8F=91=E3=80=91=E5=A6=82=E4=BD=95=E9=99=8D=E4=BD=8EAnimator?= =?UTF-8?q?=E7=9A=84=E8=B0=83=E7=94=A8=E6=AC=A1=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PerformanceOptimization/UWA.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PerformanceOptimization/UWA.md b/PerformanceOptimization/UWA.md index 88384e97..10b1e953 100644 --- a/PerformanceOptimization/UWA.md +++ b/PerformanceOptimization/UWA.md @@ -321,4 +321,5 @@ >* [【厚积薄发】.so mmap计算工具内存翻倍现象](https://mp.weixin.qq.com/s/7kDxyvT_5wlkNvXstJJYuQ) >* [【厚积薄发】UE的粒子系统开销怎么优化](https://mp.weixin.qq.com/s/cv21rKc6o8yncIfvRL2zHw) >* [【厚积薄发】堆内存对象的Managed Size具体是如何计算的](https://mp.weixin.qq.com/s/_p0T1h0MumAUgTCa3aiw3Q) ->* [【厚积薄发】GPU带宽分析中GPU Non-Base Level Textures过低是什么意思](https://mp.weixin.qq.com/s/fL9IJYkK7dhx5d4ilSA7kw) +>* [【厚积薄发】GPU带宽分析中GPU Non-Base Level Textures过低是什么意思](https://mp.weixin.qq.com/s/fL9IJYkK7dhx5d4ilSA7kw) +>* [【厚积薄发】如何降低Animator的调用次数](https://mp.weixin.qq.com/s/6b1pq6zrKlWzXZRC8Wc01A) From d85655c42e5d1a5c392c51849de6f2fe3339f5e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Wed, 18 Mar 2026 20:13:17 +0800 Subject: [PATCH 20/73] =?UTF-8?q?Boo-Engine=EF=BC=9A=E5=9F=BA=E4=BA=8EVulk?= =?UTF-8?q?an=E7=9A=84=E7=8E=B0=E4=BB=A3=E6=B8=B8=E6=88=8F=E5=BC=95?= =?UTF-8?q?=E6=93=8E=E6=9E=B6=E6=9E=84=E5=AE=9E=E8=B7=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Engine/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Engine/README.md b/Engine/README.md index f82b86f8..6951f153 100644 --- a/Engine/README.md +++ b/Engine/README.md @@ -167,7 +167,8 @@ * [BraneEngine](https://github.com/BraneReality/BraneEngine) * [Prowl - An Open Source C# 3D Game Engine under MIT license, inspired by Unity and featuring a complete editor](https://github.com/ProwlEngine/Prowl) * [SpartanEngine - A game engine with an emphasis on real-time cutting-edge solutions](https://github.com/PanosK92/SpartanEngine) -* [Bulllord-Engine - lightspeed lightweight elegant game engine in pure c](https://github.com/MarilynDafa/Bulllord-Engine) +* [Bulllord-Engine - lightspeed lightweight elegant game engine in pure c](https://github.com/MarilynDafa/Bulllord-Engine) +* [Boo-Engine:基于Vulkan的现代游戏引擎架构实践](https://mp.weixin.qq.com/s/5U0Vt9MZwMiz5icLMESm0g) ## ECS * [entt-Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more](https://github.com/skypjack/entt) From d7844fd32ea2352ad6805a77f0bca5921f42acdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Wed, 18 Mar 2026 20:14:05 +0800 Subject: [PATCH 21/73] Boo-Engine --- Engine/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Engine/README.md b/Engine/README.md index 6951f153..649b128b 100644 --- a/Engine/README.md +++ b/Engine/README.md @@ -168,7 +168,8 @@ * [Prowl - An Open Source C# 3D Game Engine under MIT license, inspired by Unity and featuring a complete editor](https://github.com/ProwlEngine/Prowl) * [SpartanEngine - A game engine with an emphasis on real-time cutting-edge solutions](https://github.com/PanosK92/SpartanEngine) * [Bulllord-Engine - lightspeed lightweight elegant game engine in pure c](https://github.com/MarilynDafa/Bulllord-Engine) -* [Boo-Engine:基于Vulkan的现代游戏引擎架构实践](https://mp.weixin.qq.com/s/5U0Vt9MZwMiz5icLMESm0g) +* [Boo-Engine:基于Vulkan的现代游戏引擎架构实践](https://mp.weixin.qq.com/s/5U0Vt9MZwMiz5icLMESm0g) +* [Boo-Engine](https://github.com/carlosyzy/Boo-Engine) ## ECS * [entt-Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more](https://github.com/skypjack/entt) From 71ba56c74cedd73d0c975ca4385bb53b68644ce0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Sat, 28 Mar 2026 10:38:20 +0800 Subject: [PATCH 22/73] JJYB_AI_VideoAutoCut --- AI/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AI/README.md b/AI/README.md index 2e070ef0..547f43a2 100644 --- a/AI/README.md +++ b/AI/README.md @@ -51,7 +51,8 @@ >* [Wan2GP - A fast AI Video Generator for the GPU Poor](https://github.com/deepbeepmeep/Wan2GP) >* [json-render (AI → JSON → UI)](https://github.com/vercel-labs/json-render) >* [ui-ux-pro-max-skill](https://github.com/nextlevelbuilder/ui-ux-pro-max-skill) ->* [Toonflow-app 是一款 AI 短剧漫剧工具,能够利用 AI 技术将小说自动转化为剧本,并结合 AI 生成的图片和视频](https://github.com/HBAI-Ltd/Toonflow-app) +>* [Toonflow-app 是一款 AI 短剧漫剧工具,能够利用 AI 技术将小说自动转化为剧本,并结合 AI 生成的图片和视频](https://github.com/HBAI-Ltd/Toonflow-app) +>* [JJYB_AI_VideoAutoCut](https://github.com/jianjieyiban/JJYB_AI_VideoAutoCut) ### AI friend >* [xiaozhi-esp32 小智 AI 聊天机器人](https://github.com/78/xiaozhi-esp32) From 3b87559a42f9a3a5f0d8bd9fbda642c1786af5de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Sat, 28 Mar 2026 10:39:52 +0800 Subject: [PATCH 23/73] =?UTF-8?q?Pixelle-Video=20AI=20=E5=85=A8=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E7=9F=AD=E8=A7=86=E9=A2=91=E5=BC=95=E6=93=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AI/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AI/README.md b/AI/README.md index 547f43a2..cf545ead 100644 --- a/AI/README.md +++ b/AI/README.md @@ -52,7 +52,8 @@ >* [json-render (AI → JSON → UI)](https://github.com/vercel-labs/json-render) >* [ui-ux-pro-max-skill](https://github.com/nextlevelbuilder/ui-ux-pro-max-skill) >* [Toonflow-app 是一款 AI 短剧漫剧工具,能够利用 AI 技术将小说自动转化为剧本,并结合 AI 生成的图片和视频](https://github.com/HBAI-Ltd/Toonflow-app) ->* [JJYB_AI_VideoAutoCut](https://github.com/jianjieyiban/JJYB_AI_VideoAutoCut) +>* [JJYB_AI_VideoAutoCut- 智能视频自动剪辑与AI解说工具(离线TTS、原创解说、混剪、AI配音)](https://github.com/jianjieyiban/JJYB_AI_VideoAutoCut) +>* [Pixelle-Video AI 全自动短视频引擎](https://github.com/AIDC-AI/Pixelle-Video) ### AI friend >* [xiaozhi-esp32 小智 AI 聊天机器人](https://github.com/78/xiaozhi-esp32) From dd99b30fd6be9d73d03d6b18e13f760bd476f8c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Sat, 28 Mar 2026 10:41:24 +0800 Subject: [PATCH 24/73] =?UTF-8?q?VideoCaptioner=20-=20=F0=9F=8E=AC=20?= =?UTF-8?q?=E5=8D=A1=E5=8D=A1=E5=AD=97=E5=B9=95=E5=8A=A9=E6=89=8B=20|=20Vi?= =?UTF-8?q?deoCaptioner=20-=20=E5=9F=BA=E4=BA=8E=20LLM=20=E7=9A=84?= =?UTF-8?q?=E6=99=BA=E8=83=BD=E5=AD=97=E5=B9=95=E5=8A=A9=E6=89=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AI/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AI/README.md b/AI/README.md index cf545ead..0df26162 100644 --- a/AI/README.md +++ b/AI/README.md @@ -53,7 +53,8 @@ >* [ui-ux-pro-max-skill](https://github.com/nextlevelbuilder/ui-ux-pro-max-skill) >* [Toonflow-app 是一款 AI 短剧漫剧工具,能够利用 AI 技术将小说自动转化为剧本,并结合 AI 生成的图片和视频](https://github.com/HBAI-Ltd/Toonflow-app) >* [JJYB_AI_VideoAutoCut- 智能视频自动剪辑与AI解说工具(离线TTS、原创解说、混剪、AI配音)](https://github.com/jianjieyiban/JJYB_AI_VideoAutoCut) ->* [Pixelle-Video AI 全自动短视频引擎](https://github.com/AIDC-AI/Pixelle-Video) +>* [Pixelle-Video AI 全自动短视频引擎](https://github.com/AIDC-AI/Pixelle-Video) +>* [VideoCaptioner - 🎬 卡卡字幕助手 | VideoCaptioner - 基于 LLM 的智能字幕助手](https://github.com/WEIFENG2333/VideoCaptioner) ### AI friend >* [xiaozhi-esp32 小智 AI 聊天机器人](https://github.com/78/xiaozhi-esp32) From f681f4e6fe45e4bd6b45e403c71bdeacdabaddc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Mon, 30 Mar 2026 20:39:28 +0800 Subject: [PATCH 25/73] =?UTF-8?q?=E3=80=90=E5=8E=9A=E7=A7=AF=E8=96=84?= =?UTF-8?q?=E5=8F=91=E3=80=91=E5=B0=8F=E6=B8=B8=E6=88=8F=E7=9A=84Spine?= =?UTF-8?q?=E6=95=B0=E9=87=8F=E8=BF=87=E5=A4=9A=E5=BC=80=E9=94=80=E5=A4=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PerformanceOptimization/UWA.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PerformanceOptimization/UWA.md b/PerformanceOptimization/UWA.md index 10b1e953..2804c46d 100644 --- a/PerformanceOptimization/UWA.md +++ b/PerformanceOptimization/UWA.md @@ -322,4 +322,5 @@ >* [【厚积薄发】UE的粒子系统开销怎么优化](https://mp.weixin.qq.com/s/cv21rKc6o8yncIfvRL2zHw) >* [【厚积薄发】堆内存对象的Managed Size具体是如何计算的](https://mp.weixin.qq.com/s/_p0T1h0MumAUgTCa3aiw3Q) >* [【厚积薄发】GPU带宽分析中GPU Non-Base Level Textures过低是什么意思](https://mp.weixin.qq.com/s/fL9IJYkK7dhx5d4ilSA7kw) ->* [【厚积薄发】如何降低Animator的调用次数](https://mp.weixin.qq.com/s/6b1pq6zrKlWzXZRC8Wc01A) +>* [【厚积薄发】如何降低Animator的调用次数](https://mp.weixin.qq.com/s/6b1pq6zrKlWzXZRC8Wc01A) +>* [【厚积薄发】小游戏的Spine数量过多开销大](https://mp.weixin.qq.com/s/KkOBXVDt6iYSVLWmmJmiJA) From e64b9568687a5c0227c21cad7a010f7419bedd85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Tue, 7 Apr 2026 11:56:27 +0800 Subject: [PATCH 26/73] playwright-skill - Claude Code Skill for browser automation with Playwright --- AI/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AI/README.md b/AI/README.md index 0df26162..952fc8b3 100644 --- a/AI/README.md +++ b/AI/README.md @@ -31,7 +31,8 @@ >* [awesome-agent-skills - Agent Skills 权威中文指南:快速入门、推荐技能、最新资讯与实战案例](https://github.com/libukai/awesome-agent-skills?tab=readme-ov-file) >* [awesome-claude-skills](https://github.com/ComposioHQ/awesome-claude-skills) >* [awesome-claude-skills (The awesome collection of Claude Skills and resources)](https://github.com/VoltAgent/awesome-claude-skills) ->* [antigravity-awesome-skills](https://github.com/sickn33/antigravity-awesome-skills) +>* [antigravity-awesome-skills](https://github.com/sickn33/antigravity-awesome-skills) +>* [playwright-skill - Claude Code Skill for browser automation with Playwright](https://github.com/lackeyjb/playwright-skill) ### RAG >* [🔍大模型应用开发实战一:RAG技术全栈指南](https://github.com/datawhalechina/all-in-rag) From 3885c0a4eda3d73901a2a4421c6e1dc50e2525a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Tue, 7 Apr 2026 11:59:02 +0800 Subject: [PATCH 27/73] graphify - AI coding assistant skill --- AI/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AI/README.md b/AI/README.md index 952fc8b3..9c595e8f 100644 --- a/AI/README.md +++ b/AI/README.md @@ -32,7 +32,8 @@ >* [awesome-claude-skills](https://github.com/ComposioHQ/awesome-claude-skills) >* [awesome-claude-skills (The awesome collection of Claude Skills and resources)](https://github.com/VoltAgent/awesome-claude-skills) >* [antigravity-awesome-skills](https://github.com/sickn33/antigravity-awesome-skills) ->* [playwright-skill - Claude Code Skill for browser automation with Playwright](https://github.com/lackeyjb/playwright-skill) +>* [playwright-skill - Claude Code Skill for browser automation with Playwright](https://github.com/lackeyjb/playwright-skill) +>* [graphify - AI coding assistant skill](https://github.com/safishamsi/graphify/tree/v3) ### RAG >* [🔍大模型应用开发实战一:RAG技术全栈指南](https://github.com/datawhalechina/all-in-rag) From e33544a9779f074500f13809e4ae101dad28c52c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Tue, 7 Apr 2026 12:00:24 +0800 Subject: [PATCH 28/73] awesome-seedance --- AI/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AI/README.md b/AI/README.md index 9c595e8f..2c862774 100644 --- a/AI/README.md +++ b/AI/README.md @@ -56,7 +56,8 @@ >* [Toonflow-app 是一款 AI 短剧漫剧工具,能够利用 AI 技术将小说自动转化为剧本,并结合 AI 生成的图片和视频](https://github.com/HBAI-Ltd/Toonflow-app) >* [JJYB_AI_VideoAutoCut- 智能视频自动剪辑与AI解说工具(离线TTS、原创解说、混剪、AI配音)](https://github.com/jianjieyiban/JJYB_AI_VideoAutoCut) >* [Pixelle-Video AI 全自动短视频引擎](https://github.com/AIDC-AI/Pixelle-Video) ->* [VideoCaptioner - 🎬 卡卡字幕助手 | VideoCaptioner - 基于 LLM 的智能字幕助手](https://github.com/WEIFENG2333/VideoCaptioner) +>* [VideoCaptioner - 🎬 卡卡字幕助手 | VideoCaptioner - 基于 LLM 的智能字幕助手](https://github.com/WEIFENG2333/VideoCaptioner) +>* [awesome-seedance](https://github.com/ZeroLu/awesome-seedance) ### AI friend >* [xiaozhi-esp32 小智 AI 聊天机器人](https://github.com/78/xiaozhi-esp32) From 1dd409d714a721060289a5317c8441cb8f6b2a95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Sat, 11 Apr 2026 18:46:57 +0800 Subject: [PATCH 29/73] agent-framework - A framework for building, orchestrating and deploying AI agents and multi-agent workflows with support for Python and .NET --- AI/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AI/README.md b/AI/README.md index 2c862774..cb5d17d7 100644 --- a/AI/README.md +++ b/AI/README.md @@ -98,6 +98,7 @@ >* [BMAD-METHOD - Breakthrough Method for Agile Ai Driven Development](https://github.com/bmad-code-org/BMAD-METHOD) >* [hello-agents 📚 《从零开始构建智能体》——从零开始的智能体原理与实践教程](https://github.com/datawhalechina/hello-agents) >* [camel - The first and the best multi-agent framework. Finding the Scaling Law of Agents](https://github.com/camel-ai/camel) +>* [agent-framework - A framework for building, orchestrating and deploying AI agents and multi-agent workflows with support for Python and .NET](https://github.com/microsoft/agent-framework) ### Document >* [Cursor Tutorial](https://cursor.com/cn/learn/how-ai-models-work) From 71c1a302297401f01c07be852169b773fe9c0d55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Sat, 11 Apr 2026 18:48:14 +0800 Subject: [PATCH 30/73] ComfyUI --- AI/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/AI/README.md b/AI/README.md index cb5d17d7..a9811798 100644 --- a/AI/README.md +++ b/AI/README.md @@ -46,8 +46,9 @@ >* [cherry-studio](https://github.com/CherryHQ/cherry-studio) >* [AionUi - Free, local, open-source 24/7 Cowork and OpenClaw](https://github.com/iOfficeAI/AionUi/tree/main) -### AI creation ->* [stable-diffusion.cpp](https://github.com/leejet/stable-diffusion.cpp) +### AIGC +>* [ComfyUI](https://github.com/Comfy-Org/ComfyUI) +>* [stable-diffusion.cpp](https://github.com/leejet/stable-diffusion.cpp) >* [aimangastudio - 一个利用 AI 制作漫画的工具,支持脚本创作、分镜设计和角色风格控制](https://github.com/morsoli/aimangastudio) >* [RedInk - 基于🍌Nano Banana Pro🍌 的一站式小红书图文生成器](https://github.com/HisMax/RedInk) >* [Wan2GP - A fast AI Video Generator for the GPU Poor](https://github.com/deepbeepmeep/Wan2GP) From 564a1cc12dc63592f3b5ed16bed5508c98a5682f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Sat, 11 Apr 2026 18:52:59 +0800 Subject: [PATCH 31/73] ComfyUI-Desktop --- AI/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AI/README.md b/AI/README.md index a9811798..d04f91fd 100644 --- a/AI/README.md +++ b/AI/README.md @@ -48,6 +48,7 @@ ### AIGC >* [ComfyUI](https://github.com/Comfy-Org/ComfyUI) +>* [ComfyUI-Desktop](https://github.com/Comfy-Org/desktop) >* [stable-diffusion.cpp](https://github.com/leejet/stable-diffusion.cpp) >* [aimangastudio - 一个利用 AI 制作漫画的工具,支持脚本创作、分镜设计和角色风格控制](https://github.com/morsoli/aimangastudio) >* [RedInk - 基于🍌Nano Banana Pro🍌 的一站式小红书图文生成器](https://github.com/HisMax/RedInk) From 695cca1b81e5b356bc361fd9071aa3728c7e5b39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Tue, 14 Apr 2026 20:43:57 +0800 Subject: [PATCH 32/73] =?UTF-8?q?=E3=80=90=E5=8E=9A=E7=A7=AF=E8=96=84?= =?UTF-8?q?=E5=8F=91=E3=80=91Spine=E5=8A=A8=E7=94=BB=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E8=80=97=E6=97=B6=E9=97=AE=E9=A2=98=E6=B2=BB=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PerformanceOptimization/UWA.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PerformanceOptimization/UWA.md b/PerformanceOptimization/UWA.md index 2804c46d..76d2f7a6 100644 --- a/PerformanceOptimization/UWA.md +++ b/PerformanceOptimization/UWA.md @@ -323,4 +323,5 @@ >* [【厚积薄发】堆内存对象的Managed Size具体是如何计算的](https://mp.weixin.qq.com/s/_p0T1h0MumAUgTCa3aiw3Q) >* [【厚积薄发】GPU带宽分析中GPU Non-Base Level Textures过低是什么意思](https://mp.weixin.qq.com/s/fL9IJYkK7dhx5d4ilSA7kw) >* [【厚积薄发】如何降低Animator的调用次数](https://mp.weixin.qq.com/s/6b1pq6zrKlWzXZRC8Wc01A) ->* [【厚积薄发】小游戏的Spine数量过多开销大](https://mp.weixin.qq.com/s/KkOBXVDt6iYSVLWmmJmiJA) +>* [【厚积薄发】小游戏的Spine数量过多开销大](https://mp.weixin.qq.com/s/KkOBXVDt6iYSVLWmmJmiJA) +>* [【厚积薄发】Spine动画更新耗时问题治理](https://mp.weixin.qq.com/s/4YugYNezLXiJkR1Js6Evxg) From 5fbac6ac716303e157a261be2e9d55d9f9372fa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Tue, 14 Apr 2026 20:45:39 +0800 Subject: [PATCH 33/73] teamcity-cli --- AI/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/AI/README.md b/AI/README.md index d04f91fd..576921a2 100644 --- a/AI/README.md +++ b/AI/README.md @@ -33,7 +33,10 @@ >* [awesome-claude-skills (The awesome collection of Claude Skills and resources)](https://github.com/VoltAgent/awesome-claude-skills) >* [antigravity-awesome-skills](https://github.com/sickn33/antigravity-awesome-skills) >* [playwright-skill - Claude Code Skill for browser automation with Playwright](https://github.com/lackeyjb/playwright-skill) ->* [graphify - AI coding assistant skill](https://github.com/safishamsi/graphify/tree/v3) +>* [graphify - AI coding assistant skill](https://github.com/safishamsi/graphify/tree/v3) + +### CLI +>* [teamcity-cli](https://github.com/JetBrains/teamcity-cli#) ### RAG >* [🔍大模型应用开发实战一:RAG技术全栈指南](https://github.com/datawhalechina/all-in-rag) From ff8610d0f98407f176847e6a5a734fb408e460cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Tue, 14 Apr 2026 20:49:19 +0800 Subject: [PATCH 34/73] mem0 -Universal memory layer for AI Agents --- AI/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/AI/README.md b/AI/README.md index 576921a2..c55e4a04 100644 --- a/AI/README.md +++ b/AI/README.md @@ -36,7 +36,10 @@ >* [graphify - AI coding assistant skill](https://github.com/safishamsi/graphify/tree/v3) ### CLI ->* [teamcity-cli](https://github.com/JetBrains/teamcity-cli#) +>* [teamcity-cli](https://github.com/JetBrains/teamcity-cli#) + +### Memory +>* [mem0 -Universal memory layer for AI Agents](https://github.com/mem0ai/mem0#) ### RAG >* [🔍大模型应用开发实战一:RAG技术全栈指南](https://github.com/datawhalechina/all-in-rag) From 6c85e1a659983ed9288c7dc61bd422ee42cd1b98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Sat, 25 Apr 2026 15:47:25 +0800 Subject: [PATCH 35/73] hermes-agent The agent that grows with you --- AI/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AI/README.md b/AI/README.md index c55e4a04..44a172d8 100644 --- a/AI/README.md +++ b/AI/README.md @@ -96,7 +96,8 @@ ### Agent >* [500-AI-Agents-Projects](https://github.com/ashishpatel26/500-AI-Agents-Projects) ->* [openclaw - Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞](https://github.com/openclaw/openclaw) +>* [openclaw - Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞](https://github.com/openclaw/openclaw) +>* [hermes-agent The agent that grows with you](https://github.com/NousResearch/hermes-agent) >* [BettaFish - 微舆:人人可用的多Agent舆情分析助手,打破信息茧房,还原舆情原貌,预测未来走向,辅助决策!从0实现,不依赖任何框架](https://github.com/666ghj/BettaFish) >* [🎯 告别信息过载,AI 助你看懂新闻资讯热点,简单的舆情监控分析](https://github.com/sansan0/TrendRadar) >* [trae-agent Trae Agent is an LLM-based agent for general purpose software engineering tasks](https://github.com/bytedance/trae-agent) From f03c0c36facc9273f09e1db9e25d44c3211cd95d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Sat, 25 Apr 2026 15:48:23 +0800 Subject: [PATCH 36/73] obsidian-skills --- AI/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AI/README.md b/AI/README.md index 44a172d8..987730e1 100644 --- a/AI/README.md +++ b/AI/README.md @@ -34,6 +34,7 @@ >* [antigravity-awesome-skills](https://github.com/sickn33/antigravity-awesome-skills) >* [playwright-skill - Claude Code Skill for browser automation with Playwright](https://github.com/lackeyjb/playwright-skill) >* [graphify - AI coding assistant skill](https://github.com/safishamsi/graphify/tree/v3) +>* [obsidian-skills](https://github.com/kepano/obsidian-skills) ### CLI >* [teamcity-cli](https://github.com/JetBrains/teamcity-cli#) From cc592af994851ea7d3acdfa1f519b3eeace6c3d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Sat, 25 Apr 2026 17:57:41 +0800 Subject: [PATCH 37/73] claude-code-guide (Setup, Commands, workflows, agents, skills & tips-n-tricks go from beginner to power user) --- AI/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AI/README.md b/AI/README.md index 987730e1..8d336fe8 100644 --- a/AI/README.md +++ b/AI/README.md @@ -114,7 +114,8 @@ >* [Cursor Tutorial](https://cursor.com/cn/learn/how-ai-models-work) >* [使用 Agent 编码的最佳实践](https://cursor.com/cn/blog/agent-best-practices) >* [Building effective agents](https://www.anthropic.com/engineering/building-effective-agents) ->* [Claude Code Doc](https://code.claude.com/docs/zh-CN/overview) +>* [Claude Code Doc](https://code.claude.com/docs/zh-CN/overview) +>* [claude-code-guide (Setup, Commands, workflows, agents, skills & tips-n-tricks go from beginner to power user)](https://github.com/zebbern/claude-code-guide) ### Service >* [claude-relay-service - CRS-自建Claude Code镜像](https://github.com/Wei-Shaw/claude-relay-service) From 809ce62d20c7a512ccc3053352e4dda4b80e7f75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Sat, 25 Apr 2026 18:01:50 +0800 Subject: [PATCH 38/73] Anthropic-Cybersecurity-Skills --- AI/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AI/README.md b/AI/README.md index 8d336fe8..f290ce91 100644 --- a/AI/README.md +++ b/AI/README.md @@ -35,6 +35,7 @@ >* [playwright-skill - Claude Code Skill for browser automation with Playwright](https://github.com/lackeyjb/playwright-skill) >* [graphify - AI coding assistant skill](https://github.com/safishamsi/graphify/tree/v3) >* [obsidian-skills](https://github.com/kepano/obsidian-skills) +>* [Anthropic-Cybersecurity-Skills](https://github.com/mukul975/Anthropic-Cybersecurity-Skills) ### CLI >* [teamcity-cli](https://github.com/JetBrains/teamcity-cli#) From 6793b5c829c2a3254a4fe3277e7617e48448adcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Wed, 6 May 2026 20:29:04 +0800 Subject: [PATCH 39/73] =?UTF-8?q?NovelForge=20-=20AI=E8=BE=85=E5=8A=A9?= =?UTF-8?q?=E9=95=BF=E7=AF=87=E5=B0=8F=E8=AF=B4=E5=88=9B=E4=BD=9C=EF=BC=8C?= =?UTF-8?q?=E5=8D=A1=E7=89=87=E5=BC=8F=E5=88=9B=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AI/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AI/README.md b/AI/README.md index f290ce91..3b13e51c 100644 --- a/AI/README.md +++ b/AI/README.md @@ -67,7 +67,8 @@ >* [JJYB_AI_VideoAutoCut- 智能视频自动剪辑与AI解说工具(离线TTS、原创解说、混剪、AI配音)](https://github.com/jianjieyiban/JJYB_AI_VideoAutoCut) >* [Pixelle-Video AI 全自动短视频引擎](https://github.com/AIDC-AI/Pixelle-Video) >* [VideoCaptioner - 🎬 卡卡字幕助手 | VideoCaptioner - 基于 LLM 的智能字幕助手](https://github.com/WEIFENG2333/VideoCaptioner) ->* [awesome-seedance](https://github.com/ZeroLu/awesome-seedance) +>* [awesome-seedance](https://github.com/ZeroLu/awesome-seedance) +>* [NovelForge - AI辅助长篇小说创作,卡片式创作](https://github.com/RhythmicWave/NovelForge) ### AI friend >* [xiaozhi-esp32 小智 AI 聊天机器人](https://github.com/78/xiaozhi-esp32) From 856156c949ede8e035490c072a6f4ec35d4d77f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Wed, 6 May 2026 20:30:11 +0800 Subject: [PATCH 40/73] =?UTF-8?q?nuwa-skill=20=E4=BD=A0=E6=83=B3=E8=92=B8?= =?UTF-8?q?=E9=A6=8F=E7=9A=84=E4=B8=8B=E4=B8=80=E4=B8=AA=E5=91=98=E5=B7=A5?= =?UTF-8?q?=EF=BC=8C=E4=BD=95=E5=BF=85=E6=98=AF=E5=90=8C=E4=BA=8B=E3=80=82?= =?UTF-8?q?=E8=92=B8=E9=A6=8F=E4=BB=BB=E4=BD=95=E4=BA=BA=E7=9A=84=E6=80=9D?= =?UTF-8?q?=E7=BB=B4=E6=96=B9=E5=BC=8F=E2=80=94=E2=80=94=E5=BF=83=E6=99=BA?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E3=80=81=E5=86=B3=E7=AD=96=E5=90=AF=E5=8F=91?= =?UTF-8?q?=E5=BC=8F=E3=80=81=E8=A1=A8=E8=BE=BEDNA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AI/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AI/README.md b/AI/README.md index 3b13e51c..21107124 100644 --- a/AI/README.md +++ b/AI/README.md @@ -27,7 +27,8 @@ >* [mcp-go](https://github.com/mark3labs/mcp-go) ### Skill ->* [superpowers - Claude Code superpowers: core skills library](https://github.com/obra/superpowers) +>* [nuwa-skill 你想蒸馏的下一个员工,何必是同事。蒸馏任何人的思维方式——心智模型、决策启发式、表达DNA](https://github.com/alchaincyf/nuwa-skill) +>* [superpowers - Claude Code superpowers: core skills library](https://github.com/obra/superpowers) >* [awesome-agent-skills - Agent Skills 权威中文指南:快速入门、推荐技能、最新资讯与实战案例](https://github.com/libukai/awesome-agent-skills?tab=readme-ov-file) >* [awesome-claude-skills](https://github.com/ComposioHQ/awesome-claude-skills) >* [awesome-claude-skills (The awesome collection of Claude Skills and resources)](https://github.com/VoltAgent/awesome-claude-skills) From cbe9ced8d21ac9d0335e3040b044f6cb44a4abc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Thu, 7 May 2026 14:21:17 +0800 Subject: [PATCH 41/73] copilot-cli --- AI/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AI/README.md b/AI/README.md index 21107124..0605e859 100644 --- a/AI/README.md +++ b/AI/README.md @@ -40,6 +40,7 @@ ### CLI >* [teamcity-cli](https://github.com/JetBrains/teamcity-cli#) +>* [copilot-cli](https://github.com/github/copilot-cli) ### Memory >* [mem0 -Universal memory layer for AI Agents](https://github.com/mem0ai/mem0#) From 0523e26258ad266be4480dce4fc65fd0578af62f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Thu, 7 May 2026 14:22:41 +0800 Subject: [PATCH 42/73] awesome-copilot --- AI/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AI/README.md b/AI/README.md index 0605e859..fce116df 100644 --- a/AI/README.md +++ b/AI/README.md @@ -54,7 +54,8 @@ >* [XCodeReviewer - 基于大语言模型(LLM)的智能审计工具](https://github.com/lintsinghua/XCodeReviewer) >* [opencode - The open source coding agent](https://github.com/anomalyco/opencode) >* [cherry-studio](https://github.com/CherryHQ/cherry-studio) ->* [AionUi - Free, local, open-source 24/7 Cowork and OpenClaw](https://github.com/iOfficeAI/AionUi/tree/main) +>* [AionUi - Free, local, open-source 24/7 Cowork and OpenClaw](https://github.com/iOfficeAI/AionUi/tree/main) +>* [awesome-copilot](https://github.com/github/awesome-copilot) ### AIGC >* [ComfyUI](https://github.com/Comfy-Org/ComfyUI) From ba27fbabe592bc402e5db7307de3b1edb1b189bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Thu, 7 May 2026 14:23:44 +0800 Subject: [PATCH 43/73] Locus-The open source Unity Dev Agent --- AI/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AI/README.md b/AI/README.md index fce116df..732bb350 100644 --- a/AI/README.md +++ b/AI/README.md @@ -113,7 +113,8 @@ >* [BMAD-METHOD - Breakthrough Method for Agile Ai Driven Development](https://github.com/bmad-code-org/BMAD-METHOD) >* [hello-agents 📚 《从零开始构建智能体》——从零开始的智能体原理与实践教程](https://github.com/datawhalechina/hello-agents) >* [camel - The first and the best multi-agent framework. Finding the Scaling Law of Agents](https://github.com/camel-ai/camel) ->* [agent-framework - A framework for building, orchestrating and deploying AI agents and multi-agent workflows with support for Python and .NET](https://github.com/microsoft/agent-framework) +>* [agent-framework - A framework for building, orchestrating and deploying AI agents and multi-agent workflows with support for Python and .NET](https://github.com/microsoft/agent-framework) +>* [Locus-The open source Unity Dev Agent](https://github.com/r1n7aro/Locus) ### Document >* [Cursor Tutorial](https://cursor.com/cn/learn/how-ai-models-work) From deaa04192d332c0538b66082c019a201b6e774c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Tue, 12 May 2026 19:53:38 +0800 Subject: [PATCH 44/73] Seedance2-Storyboard-Generator --- AI/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AI/README.md b/AI/README.md index 732bb350..37d89d54 100644 --- a/AI/README.md +++ b/AI/README.md @@ -36,7 +36,8 @@ >* [playwright-skill - Claude Code Skill for browser automation with Playwright](https://github.com/lackeyjb/playwright-skill) >* [graphify - AI coding assistant skill](https://github.com/safishamsi/graphify/tree/v3) >* [obsidian-skills](https://github.com/kepano/obsidian-skills) ->* [Anthropic-Cybersecurity-Skills](https://github.com/mukul975/Anthropic-Cybersecurity-Skills) +>* [Anthropic-Cybersecurity-Skills](https://github.com/mukul975/Anthropic-Cybersecurity-Skills) +>* [Seedance2-Storyboard-Generator](https://github.com/liangdabiao/Seedance2-Storyboard-Generator) ### CLI >* [teamcity-cli](https://github.com/JetBrains/teamcity-cli#) From b626a9805be004070ce60f9d0fcad2fee39c5a02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Tue, 12 May 2026 19:54:16 +0800 Subject: [PATCH 45/73] awesome-seedance --- AI/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AI/README.md b/AI/README.md index 37d89d54..19437890 100644 --- a/AI/README.md +++ b/AI/README.md @@ -37,7 +37,8 @@ >* [graphify - AI coding assistant skill](https://github.com/safishamsi/graphify/tree/v3) >* [obsidian-skills](https://github.com/kepano/obsidian-skills) >* [Anthropic-Cybersecurity-Skills](https://github.com/mukul975/Anthropic-Cybersecurity-Skills) ->* [Seedance2-Storyboard-Generator](https://github.com/liangdabiao/Seedance2-Storyboard-Generator) +>* [Seedance2-Storyboard-Generator](https://github.com/liangdabiao/Seedance2-Storyboard-Generator) +>* [awesome-seedance](https://github.com/ZeroLu/awesome-seedance/) ### CLI >* [teamcity-cli](https://github.com/JetBrains/teamcity-cli#) From db2a9ddbf4a921aa129e19b2d5c42b87a3c52504 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Tue, 12 May 2026 19:56:12 +0800 Subject: [PATCH 46/73] =?UTF-8?q?awesome-gpt-image-2=20Prompt=20as=20Code?= =?UTF-8?q?=20|=20GPT-Image2=20=E5=B7=A5=E4=B8=9A=E7=BA=A7=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E8=AF=8D=E5=BC=95=E6=93=8E=E4=B8=8E=E6=A8=A1=E6=9D=BF?= =?UTF-8?q?=E5=BA=93=EF=BC=8C370+=20=E4=B8=AA=E6=A1=88=E4=BE=8B=E9=80=86?= =?UTF-8?q?=E5=90=91=E5=B7=A5=E7=A8=8B=EF=BC=8C20+=20=E5=A5=97=E5=B7=A5?= =?UTF-8?q?=E4=B8=9A=E7=BA=A7=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AI/README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/AI/README.md b/AI/README.md index 19437890..a314e906 100644 --- a/AI/README.md +++ b/AI/README.md @@ -36,9 +36,7 @@ >* [playwright-skill - Claude Code Skill for browser automation with Playwright](https://github.com/lackeyjb/playwright-skill) >* [graphify - AI coding assistant skill](https://github.com/safishamsi/graphify/tree/v3) >* [obsidian-skills](https://github.com/kepano/obsidian-skills) ->* [Anthropic-Cybersecurity-Skills](https://github.com/mukul975/Anthropic-Cybersecurity-Skills) ->* [Seedance2-Storyboard-Generator](https://github.com/liangdabiao/Seedance2-Storyboard-Generator) ->* [awesome-seedance](https://github.com/ZeroLu/awesome-seedance/) +>* [Anthropic-Cybersecurity-Skills](https://github.com/mukul975/Anthropic-Cybersecurity-Skills) ### CLI >* [teamcity-cli](https://github.com/JetBrains/teamcity-cli#) @@ -73,7 +71,10 @@ >* [Pixelle-Video AI 全自动短视频引擎](https://github.com/AIDC-AI/Pixelle-Video) >* [VideoCaptioner - 🎬 卡卡字幕助手 | VideoCaptioner - 基于 LLM 的智能字幕助手](https://github.com/WEIFENG2333/VideoCaptioner) >* [awesome-seedance](https://github.com/ZeroLu/awesome-seedance) ->* [NovelForge - AI辅助长篇小说创作,卡片式创作](https://github.com/RhythmicWave/NovelForge) +>* [NovelForge - AI辅助长篇小说创作,卡片式创作](https://github.com/RhythmicWave/NovelForge) +>* [Seedance2-Storyboard-Generator](https://github.com/liangdabiao/Seedance2-Storyboard-Generator) +>* [awesome-seedance](https://github.com/ZeroLu/awesome-seedance/) +>* [awesome-gpt-image-2 Prompt as Code | GPT-Image2 工业级提示词引擎与模板库,370+ 个案例逆向工程,20+ 套工业级模板](https://github.com/freestylefly/awesome-gpt-image-2) ### AI friend >* [xiaozhi-esp32 小智 AI 聊天机器人](https://github.com/78/xiaozhi-esp32) @@ -81,7 +82,7 @@ ### Prompt >* [Quick Prompt ✨ 提示词管理与快速输入浏览器扩展](https://github.com/wenyuanw/quick-prompt) ->* [prompt-optimizer](https://github.com/linshenkx/prompt-optimizer) +>* [prompt-optimizer](https://github.com/linshenkx/prompt-optimizer) ### Knowledge >* [从 Prompt 到 Context:基于 1400+ 论文的 Context Engineering 系统综述](https://mp.weixin.qq.com/s/G5BUoM12vu2dWfxzIrAcfg) From 8d6429c34a7c75f254c1920b0c25361d75b7edbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Mon, 18 May 2026 14:32:28 +0800 Subject: [PATCH 47/73] langchaingo - LangChain for Go, the easiest way to write LLM-based programs in Go --- AI/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AI/README.md b/AI/README.md index a314e906..8a31ca53 100644 --- a/AI/README.md +++ b/AI/README.md @@ -98,7 +98,8 @@ ### Workflow >* [claude-flow](https://github.com/ruvnet/claude-flow) >* [C2C - The official code implementation for "Cache-to-Cache: Direct Semantic Communication Between Large Language Models"](https://github.com/thu-nics/C2C) ->* [langgraph - Build resilient language agents as graphs](https://github.com/langchain-ai/langgraph) +>* [langgraph - Build resilient language agents as graphs](https://github.com/langchain-ai/langgraph) +>* [langchaingo - LangChain for Go, the easiest way to write LLM-based programs in Go](https://github.com/tmc/langchaingo) ### Text-to-Speech >* [Frontier Open-Source Text-to-Speech](https://github.com/microsoft/VibeVoice) From ccf02142a88595bc472a2fa658883689b0eb6427 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Wed, 27 May 2026 17:39:54 +0800 Subject: [PATCH 48/73] =?UTF-8?q?=E5=BD=93AI=E5=AD=A6=E4=BC=9A=E4=BA=86?= =?UTF-8?q?=E2=80=9D=E5=81=9A=E6=A2=A6=E2=80=9D=EF=BC=9A=E6=B7=B1=E6=89=92?= =?UTF-8?q?Claude=20Code=E8=AE=B0=E5=BF=86=E7=B3=BB=E7=BB=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AI/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AI/README.md b/AI/README.md index 8a31ca53..53a0c33c 100644 --- a/AI/README.md +++ b/AI/README.md @@ -125,7 +125,8 @@ >* [使用 Agent 编码的最佳实践](https://cursor.com/cn/blog/agent-best-practices) >* [Building effective agents](https://www.anthropic.com/engineering/building-effective-agents) >* [Claude Code Doc](https://code.claude.com/docs/zh-CN/overview) ->* [claude-code-guide (Setup, Commands, workflows, agents, skills & tips-n-tricks go from beginner to power user)](https://github.com/zebbern/claude-code-guide) +>* [claude-code-guide (Setup, Commands, workflows, agents, skills & tips-n-tricks go from beginner to power user)](https://github.com/zebbern/claude-code-guide) +>* [当AI学会了”做梦”:深扒Claude Code记忆系统](https://zhuanlan.zhihu.com/p/2023422937345135507) ### Service >* [claude-relay-service - CRS-自建Claude Code镜像](https://github.com/Wei-Shaw/claude-relay-service) From bd832a38b4a94ab83e197c57d3ade1e881b5137a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Wed, 27 May 2026 17:40:53 +0800 Subject: [PATCH 49/73] seedance-2-0-official-launch --- AI/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AI/README.md b/AI/README.md index 53a0c33c..cad9aaa5 100644 --- a/AI/README.md +++ b/AI/README.md @@ -126,7 +126,8 @@ >* [Building effective agents](https://www.anthropic.com/engineering/building-effective-agents) >* [Claude Code Doc](https://code.claude.com/docs/zh-CN/overview) >* [claude-code-guide (Setup, Commands, workflows, agents, skills & tips-n-tricks go from beginner to power user)](https://github.com/zebbern/claude-code-guide) ->* [当AI学会了”做梦”:深扒Claude Code记忆系统](https://zhuanlan.zhihu.com/p/2023422937345135507) +>* [当AI学会了”做梦”:深扒Claude Code记忆系统](https://zhuanlan.zhihu.com/p/2023422937345135507) +>* [seedance-2-0-official-launch](https://seed.bytedance.com/zh/blog/seedance-2-0-official-launch) ### Service >* [claude-relay-service - CRS-自建Claude Code镜像](https://github.com/Wei-Shaw/claude-relay-service) From 58503eaf1e7421fc706c26dbdeac4df867985eba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Thu, 28 May 2026 21:37:42 +0800 Subject: [PATCH 50/73] gstack - Use Garry Tan's exact Claude Code setup: 23 opinionated tools that serve as CEO, Designer, Eng Manager, Release Manager, Doc Engineer, and QA --- AI/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AI/README.md b/AI/README.md index cad9aaa5..77413aec 100644 --- a/AI/README.md +++ b/AI/README.md @@ -118,7 +118,8 @@ >* [hello-agents 📚 《从零开始构建智能体》——从零开始的智能体原理与实践教程](https://github.com/datawhalechina/hello-agents) >* [camel - The first and the best multi-agent framework. Finding the Scaling Law of Agents](https://github.com/camel-ai/camel) >* [agent-framework - A framework for building, orchestrating and deploying AI agents and multi-agent workflows with support for Python and .NET](https://github.com/microsoft/agent-framework) ->* [Locus-The open source Unity Dev Agent](https://github.com/r1n7aro/Locus) +>* [Locus-The open source Unity Dev Agent](https://github.com/r1n7aro/Locus) +>* [gstack - Use Garry Tan's exact Claude Code setup: 23 opinionated tools that serve as CEO, Designer, Eng Manager, Release Manager, Doc Engineer, and QA](https://github.com/garrytan/gstack) ### Document >* [Cursor Tutorial](https://cursor.com/cn/learn/how-ai-models-work) From 1dcc6e34cc6b599066509a536bb2cbf567bd5c5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Thu, 28 May 2026 21:39:04 +0800 Subject: [PATCH 51/73] sqlc - Generate type-safe code from SQL --- ServerDevlop/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ServerDevlop/README.md b/ServerDevlop/README.md index ab77cfeb..d20240ce 100644 --- a/ServerDevlop/README.md +++ b/ServerDevlop/README.md @@ -234,6 +234,7 @@ >* [miniob - one mini database, helping developers to learn how database works](https://github.com/oceanbase/miniob) >* [SpacetimeDB - Multiplayer at the speed of light](https://github.com/clockworklabs/SpacetimeDB) >* [rethinkdb - The open-source database for the realtime web](https://github.com/rethinkdb/rethinkdb) +>* [sqlc - Generate type-safe code from SQL](https://github.com/sqlc-dev/sqlc) #### 图床 >* [PixelPunk - 赛博图床 - 一款酷炫的现代化图床、结合AI实现智能标签、审核、使用方便智能、且持续免费更新](https://github.com/CooperJiang/PixelPunk) From 74f81bf6b171f5a3529f4fc3c9594aca62ace5f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Sat, 30 May 2026 10:54:46 +0800 Subject: [PATCH 52/73] awesome-persona-skills --- AI/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AI/README.md b/AI/README.md index 77413aec..f17154aa 100644 --- a/AI/README.md +++ b/AI/README.md @@ -36,7 +36,8 @@ >* [playwright-skill - Claude Code Skill for browser automation with Playwright](https://github.com/lackeyjb/playwright-skill) >* [graphify - AI coding assistant skill](https://github.com/safishamsi/graphify/tree/v3) >* [obsidian-skills](https://github.com/kepano/obsidian-skills) ->* [Anthropic-Cybersecurity-Skills](https://github.com/mukul975/Anthropic-Cybersecurity-Skills) +>* [Anthropic-Cybersecurity-Skills](https://github.com/mukul975/Anthropic-Cybersecurity-Skills) +>* [awesome-persona-skills](https://github.com/tmstack/awesome-persona-skills) ### CLI >* [teamcity-cli](https://github.com/JetBrains/teamcity-cli#) From 3cc7aba5400cb283767e09ba055db7fb5169685b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Sat, 30 May 2026 10:57:28 +0800 Subject: [PATCH 53/73] =?UTF-8?q?awesome-gpt-image-2=20GPT-Image2=20?= =?UTF-8?q?=E5=B7=A5=E4=B8=9A=E7=BA=A7=E6=8F=90=E7=A4=BA=E8=AF=8D=E5=BC=95?= =?UTF-8?q?=E6=93=8E=E4=B8=8E=E6=A8=A1=E6=9D=BF=E5=BA=93=EF=BC=8C470+=20?= =?UTF-8?q?=E4=B8=AA=E6=A1=88=E4=BE=8B=E9=80=86=E5=90=91=E5=B7=A5=E7=A8=8B?= =?UTF-8?q?=EF=BC=8C20+=20=E5=A5=97=E5=B7=A5=E4=B8=9A=E7=BA=A7=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AI/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/AI/README.md b/AI/README.md index f17154aa..8d664d4e 100644 --- a/AI/README.md +++ b/AI/README.md @@ -37,7 +37,8 @@ >* [graphify - AI coding assistant skill](https://github.com/safishamsi/graphify/tree/v3) >* [obsidian-skills](https://github.com/kepano/obsidian-skills) >* [Anthropic-Cybersecurity-Skills](https://github.com/mukul975/Anthropic-Cybersecurity-Skills) ->* [awesome-persona-skills](https://github.com/tmstack/awesome-persona-skills) +>* [awesome-persona-skills](https://github.com/tmstack/awesome-persona-skills) +>* [awesome-gpt-image-2 GPT-Image2 工业级提示词引擎与模板库,470+ 个案例逆向工程,20+ 套工业级模板,并提炼出Skills](https://github.com/freestylefly/awesome-gpt-image-2) ### CLI >* [teamcity-cli](https://github.com/JetBrains/teamcity-cli#) @@ -82,6 +83,7 @@ >* [AstrBot-✨ 一站式 LLM 聊天机器人平台及开发框架](https://github.com/AstrBotDevs/AstrBot) ### Prompt +>* [awesome-gpt-image-2 GPT-Image2 工业级提示词引擎与模板库,470+ 个案例逆向工程,20+ 套工业级模板,并提炼出Skills](https://github.com/freestylefly/awesome-gpt-image-2) >* [Quick Prompt ✨ 提示词管理与快速输入浏览器扩展](https://github.com/wenyuanw/quick-prompt) >* [prompt-optimizer](https://github.com/linshenkx/prompt-optimizer) From 446b5676cdc58a4fc97719619ea5ba73f62227aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Sat, 30 May 2026 10:58:37 +0800 Subject: [PATCH 54/73] Update README.md --- AI/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/AI/README.md b/AI/README.md index 8d664d4e..f17154aa 100644 --- a/AI/README.md +++ b/AI/README.md @@ -37,8 +37,7 @@ >* [graphify - AI coding assistant skill](https://github.com/safishamsi/graphify/tree/v3) >* [obsidian-skills](https://github.com/kepano/obsidian-skills) >* [Anthropic-Cybersecurity-Skills](https://github.com/mukul975/Anthropic-Cybersecurity-Skills) ->* [awesome-persona-skills](https://github.com/tmstack/awesome-persona-skills) ->* [awesome-gpt-image-2 GPT-Image2 工业级提示词引擎与模板库,470+ 个案例逆向工程,20+ 套工业级模板,并提炼出Skills](https://github.com/freestylefly/awesome-gpt-image-2) +>* [awesome-persona-skills](https://github.com/tmstack/awesome-persona-skills) ### CLI >* [teamcity-cli](https://github.com/JetBrains/teamcity-cli#) @@ -83,7 +82,6 @@ >* [AstrBot-✨ 一站式 LLM 聊天机器人平台及开发框架](https://github.com/AstrBotDevs/AstrBot) ### Prompt ->* [awesome-gpt-image-2 GPT-Image2 工业级提示词引擎与模板库,470+ 个案例逆向工程,20+ 套工业级模板,并提炼出Skills](https://github.com/freestylefly/awesome-gpt-image-2) >* [Quick Prompt ✨ 提示词管理与快速输入浏览器扩展](https://github.com/wenyuanw/quick-prompt) >* [prompt-optimizer](https://github.com/linshenkx/prompt-optimizer) From af0cd5a7f24cc21bf5d92be2ceedce83462a74c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Sat, 30 May 2026 10:59:20 +0800 Subject: [PATCH 55/73] awesome-gpt-image-2-API-and-Prompts --- AI/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AI/README.md b/AI/README.md index f17154aa..ffc37cb5 100644 --- a/AI/README.md +++ b/AI/README.md @@ -75,7 +75,8 @@ >* [NovelForge - AI辅助长篇小说创作,卡片式创作](https://github.com/RhythmicWave/NovelForge) >* [Seedance2-Storyboard-Generator](https://github.com/liangdabiao/Seedance2-Storyboard-Generator) >* [awesome-seedance](https://github.com/ZeroLu/awesome-seedance/) ->* [awesome-gpt-image-2 Prompt as Code | GPT-Image2 工业级提示词引擎与模板库,370+ 个案例逆向工程,20+ 套工业级模板](https://github.com/freestylefly/awesome-gpt-image-2) +>* [awesome-gpt-image-2 Prompt as Code | GPT-Image2 工业级提示词引擎与模板库,370+ 个案例逆向工程,20+ 套工业级模板](https://github.com/freestylefly/awesome-gpt-image-2) +>* [awesome-gpt-image-2-API-and-Prompts](https://github.com/EvoLinkAI/awesome-gpt-image-2-API-and-Prompts) ### AI friend >* [xiaozhi-esp32 小智 AI 聊天机器人](https://github.com/78/xiaozhi-esp32) From 6ec9f5cf0a6df9ec50c8164dfd2f47f26c115aca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Mon, 29 Jun 2026 20:17:45 +0800 Subject: [PATCH 56/73] mujoco - Multi-Joint dynamics with Contact. A general purpose physics simulator --- Engine/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Engine/README.md b/Engine/README.md index 649b128b..2b335337 100644 --- a/Engine/README.md +++ b/Engine/README.md @@ -64,7 +64,8 @@ * [历时2年,华人团队力作,震撼开源生成式物理引擎Genesis,可模拟世界万物](https://mp.weixin.qq.com/s/ioYK3YV07f9m0Iu-l6tLsg) * [Genesis - A generative world for general-purpose robotics & embodied AI learning](https://github.com/Genesis-Embodied-AI/Genesis) * [KawaiiPhysics - KawaiiPhysics : Simple fake Physics for UnrealEngine4 & 5](https://github.com/pafuhana1213/KawaiiPhysics) -* [RVO2 - Optimal Reciprocal Collision Avoidance (C++)](https://github.com/snape/RVO2) +* [RVO2 - Optimal Reciprocal Collision Avoidance (C++)](https://github.com/snape/RVO2) +* [mujoco - Multi-Joint dynamics with Contact. A general purpose physics simulator](https://github.com/google-deepmind/mujoco) ## 渲染 * [现代渲染引擎开发-Modern Graphic API](https://mp.weixin.qq.com/s/ZEDfNmyFF5UTpGJDp3Okqw) From fc6938244b4725c65cde07eb50e463fe13f14d6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Mon, 29 Jun 2026 20:20:07 +0800 Subject: [PATCH 57/73] openpencil - The world's first open-source AI-native vector design tool and the first to feature concurrent Agent Teams. Design-as-Code. Turn prompts into UI directly on the live canvas. A modern alternative to Pencil --- AI/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AI/README.md b/AI/README.md index ffc37cb5..cdcd9ab2 100644 --- a/AI/README.md +++ b/AI/README.md @@ -76,7 +76,8 @@ >* [Seedance2-Storyboard-Generator](https://github.com/liangdabiao/Seedance2-Storyboard-Generator) >* [awesome-seedance](https://github.com/ZeroLu/awesome-seedance/) >* [awesome-gpt-image-2 Prompt as Code | GPT-Image2 工业级提示词引擎与模板库,370+ 个案例逆向工程,20+ 套工业级模板](https://github.com/freestylefly/awesome-gpt-image-2) ->* [awesome-gpt-image-2-API-and-Prompts](https://github.com/EvoLinkAI/awesome-gpt-image-2-API-and-Prompts) +>* [awesome-gpt-image-2-API-and-Prompts](https://github.com/EvoLinkAI/awesome-gpt-image-2-API-and-Prompts) +>* [openpencil - The world's first open-source AI-native vector design tool and the first to feature concurrent Agent Teams. Design-as-Code. Turn prompts into UI directly on the live canvas. A modern alternative to Pencil](https://github.com/ZSeven-W/openpencil) ### AI friend >* [xiaozhi-esp32 小智 AI 聊天机器人](https://github.com/78/xiaozhi-esp32) From 6c7d3fb92582d0dff0b40c885f63eb7d6f2a732e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Mon, 29 Jun 2026 20:23:40 +0800 Subject: [PATCH 58/73] =?UTF-8?q?easyVoice=20-=20=E5=BC=80=E6=BA=90?= =?UTF-8?q?=E6=96=87=E6=9C=AC=E8=BD=AC=E8=AF=AD=E9=9F=B3=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=EF=BC=8C=E6=94=AF=E6=8C=81=E8=B6=85=E9=95=BF=E6=96=87=E6=9C=AC?= =?UTF-8?q?=EF=BC=8C=E5=A4=9A=E8=A7=92=E8=89=B2=E9=85=8D=E9=9F=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AI/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AI/README.md b/AI/README.md index cdcd9ab2..7648881b 100644 --- a/AI/README.md +++ b/AI/README.md @@ -139,4 +139,5 @@ ### Misc >* [MinerU - Transforms complex documents like PDFs into LLM-ready markdown/JSON for your Agentic workflows](https://github.com/opendatalab/MinerU) >* [chinese-llm-benchmark](https://github.com/jeinlee1991/chinese-llm-benchmark) ->* [docutranslate - 文档(小说、论文、字幕)翻译工具](https://github.com/xunbu/docutranslate) +>* [docutranslate - 文档(小说、论文、字幕)翻译工具](https://github.com/xunbu/docutranslate) +>* [easyVoice - 开源文本转语音工具,支持超长文本,多角色配音](https://github.com/cosin2077/easyVoice) From c5c399c8c62c5d70b9322f550e298e9509d85a02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Mon, 6 Jul 2026 10:09:32 +0800 Subject: [PATCH 59/73] box3d-Box3D is a 3D physics engine for games --- Engine/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Engine/README.md b/Engine/README.md index 2b335337..bc6c7578 100644 --- a/Engine/README.md +++ b/Engine/README.md @@ -54,6 +54,7 @@ * [chrono-High-performance C++ library for multiphysics and multibody dynamics simulations](https://github.com/projectchrono/chrono) * [mujoco-Multi-Joint dynamics with Contact. A general purpose physics simulator](https://github.com/deepmind/mujoco) * [box2d-netstandard](https://github.com/codingben/box2d-netstandard) +* [box3d-Box3D is a 3D physics engine for games](https://github.com/erincatto/box3d) * [bepuphysics2 - Pure C# 3D real time physics simulation library, now with a higher version number](https://github.com/bepu/bepuphysics2) * [The Open Dynamics Engine (ODE)](https://github.com/thomasmarsh/ODE) * [IrrPAL - repository for Irrlicht and PAL physics integration](https://github.com/netpipe/IrrPAL) From ea68e41747204125d89227b7ac62357c2af9fa3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Mon, 6 Jul 2026 10:11:37 +0800 Subject: [PATCH 60/73] DeepSpec - a full-stack codebase for training and evaluating speculative decoding algorithms --- AI/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AI/README.md b/AI/README.md index 7648881b..26b4d759 100644 --- a/AI/README.md +++ b/AI/README.md @@ -140,4 +140,5 @@ >* [MinerU - Transforms complex documents like PDFs into LLM-ready markdown/JSON for your Agentic workflows](https://github.com/opendatalab/MinerU) >* [chinese-llm-benchmark](https://github.com/jeinlee1991/chinese-llm-benchmark) >* [docutranslate - 文档(小说、论文、字幕)翻译工具](https://github.com/xunbu/docutranslate) ->* [easyVoice - 开源文本转语音工具,支持超长文本,多角色配音](https://github.com/cosin2077/easyVoice) +>* [easyVoice - 开源文本转语音工具,支持超长文本,多角色配音](https://github.com/cosin2077/easyVoice) +>* [DeepSpec - a full-stack codebase for training and evaluating speculative decoding algorithms](https://github.com/deepseek-ai/DeepSpec) From 8a1550028a0c6a085a73692ca617c2a9c78b6ba4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Mon, 6 Jul 2026 10:14:06 +0800 Subject: [PATCH 61/73] cesium-unreal (Bringing the 3D geospatial ecosystem to Unreal Engine --- CPlusPlus/unrealengine/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CPlusPlus/unrealengine/README.md b/CPlusPlus/unrealengine/README.md index 59fed1a3..47fc3ef9 100644 --- a/CPlusPlus/unrealengine/README.md +++ b/CPlusPlus/unrealengine/README.md @@ -48,4 +48,5 @@ >* [RealtimeMeshComponent](https://github.com/TriAxis-Games/RealtimeMeshComponent) >* [UEViewer - Viewer and exporter for Unreal Engine 1-4 assets](https://github.com/gildor2/UEViewer) >* [UE4-CustomGravityPlugin](https://github.com/HoussineMehnik/UE4-CustomGravityPlugin) ->* [VoxelPluginFreeLegacy](https://github.com/VoxelPlugin/VoxelPluginFreeLegacy) +>* [VoxelPluginFreeLegacy](https://github.com/VoxelPlugin/VoxelPluginFreeLegacy) +>* [cesium-unreal (Bringing the 3D geospatial ecosystem to Unreal Engine)](https://github.com/CesiumGS/cesium-unreal) From 7028fc7d5f3d61a7ec00bda79d0e29c78f000605 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Mon, 27 Jul 2026 11:52:20 +0800 Subject: [PATCH 62/73] =?UTF-8?q?cindy=20-=20=E5=BF=83=E5=8A=A8=E7=BD=91?= =?UTF-8?q?=E7=BB=9C=20=E5=BC=80=E6=BA=90=E3=80=81=E5=BC=80=E7=AE=B1?= =?UTF-8?q?=E5=8D=B3=E7=94=A8=E7=9A=84=20AI=20Agent?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AI/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AI/README.md b/AI/README.md index 26b4d759..3a07fb90 100644 --- a/AI/README.md +++ b/AI/README.md @@ -122,7 +122,8 @@ >* [camel - The first and the best multi-agent framework. Finding the Scaling Law of Agents](https://github.com/camel-ai/camel) >* [agent-framework - A framework for building, orchestrating and deploying AI agents and multi-agent workflows with support for Python and .NET](https://github.com/microsoft/agent-framework) >* [Locus-The open source Unity Dev Agent](https://github.com/r1n7aro/Locus) ->* [gstack - Use Garry Tan's exact Claude Code setup: 23 opinionated tools that serve as CEO, Designer, Eng Manager, Release Manager, Doc Engineer, and QA](https://github.com/garrytan/gstack) +>* [gstack - Use Garry Tan's exact Claude Code setup: 23 opinionated tools that serve as CEO, Designer, Eng Manager, Release Manager, Doc Engineer, and QA](https://github.com/garrytan/gstack) +>* [cindy - 心动网络 开源、开箱即用的 AI Agent](https://github.com/makecindy/cindy) ### Document >* [Cursor Tutorial](https://cursor.com/cn/learn/how-ai-models-work) From 8da1378d457b48354473b1db8fa28bb1879ef955 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Mon, 27 Jul 2026 11:57:29 +0800 Subject: [PATCH 63/73] awesome-design-md - Curated collection of DESIGN.md analysis by developer focused websites --- AI/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AI/README.md b/AI/README.md index 3a07fb90..148f32b7 100644 --- a/AI/README.md +++ b/AI/README.md @@ -37,7 +37,8 @@ >* [graphify - AI coding assistant skill](https://github.com/safishamsi/graphify/tree/v3) >* [obsidian-skills](https://github.com/kepano/obsidian-skills) >* [Anthropic-Cybersecurity-Skills](https://github.com/mukul975/Anthropic-Cybersecurity-Skills) ->* [awesome-persona-skills](https://github.com/tmstack/awesome-persona-skills) +>* [awesome-persona-skills](https://github.com/tmstack/awesome-persona-skills) +>* [awesome-design-md - Curated collection of DESIGN.md analysis by developer focused websites](https://github.com/VoltAgent/awesome-design-md) ### CLI >* [teamcity-cli](https://github.com/JetBrains/teamcity-cli#) From 96cb04bcc8e26d92d204dee0b420a73f3a5cb62d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Wed, 5 Aug 2026 17:26:01 +0800 Subject: [PATCH 64/73] awesome-mcp-servers --- AI/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AI/README.md b/AI/README.md index 148f32b7..2f5bacf5 100644 --- a/AI/README.md +++ b/AI/README.md @@ -12,7 +12,8 @@ >* [GOAP](http://alumni.media.mit.edu/~jorkin/goap.html) ### MCP ->* [Awesome-MCP-ZH(MCP 资源精选, MCP指南)](https://github.com/yzfly/Awesome-MCP-ZH) +>* [Awesome-MCP-ZH(MCP 资源精选, MCP指南)](https://github.com/yzfly/Awesome-MCP-ZH) +>* [awesome-mcp-servers](https://github.com/punkpeye/awesome-mcp-servers) >* [unity-mcp](https://github.com/CoplayDev/unity-mcp) >* [UnityMCP](https://github.com/Arodoid/UnityMCP) >* [UnrealMCP](https://github.com/kvick-games/UnrealMCP) From e23e5e5fa85a31f6ef7e00ee382ca5079a539bb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Wed, 5 Aug 2026 17:27:24 +0800 Subject: [PATCH 65/73] 120-Data-Science-Interview-Questions --- AboutJob/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AboutJob/README.md b/AboutJob/README.md index ee32d2d9..3f00be99 100644 --- a/AboutJob/README.md +++ b/AboutJob/README.md @@ -46,7 +46,8 @@ >* [三流大学和一流大学学生的简历有什么区别?](https://www.cnblogs.com/aobing/p/13716292.html) >* [中国学历真相:非985、211真的没前途了吗?](https://mp.weixin.qq.com/s/YFvKuquGdD1-GQ4DJkH--Q) >* [《剑指Offer》,《程序员代码面试指南》,Leetcode等算法题目集合](https://github.com/iwiniwin/Algorithm) ->* [算法(第四版)习题题解 C# 版](https://github.com/ikesnowy/Algorithms-4th-Edition-in-Csharp) +>* [算法(第四版)习题题解 C# 版](https://github.com/ikesnowy/Algorithms-4th-Edition-in-Csharp) +>* [120-Data-Science-Interview-Questions](https://github.com/kojino/120-Data-Science-Interview-Questions) ### 职场生存指南 >* [程序员找工作面试会遇到哪些坑(校招篇)](https://www.cnblogs.com/smyhvae/p/9587950.html) From a1865cc0bcdd419b4178ec4a63c5c87b7902f3bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Wed, 5 Aug 2026 17:29:22 +0800 Subject: [PATCH 66/73] openai-dotnet - The official .NET library for the OpenAI API --- AI/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/AI/README.md b/AI/README.md index 2f5bacf5..0be22873 100644 --- a/AI/README.md +++ b/AI/README.md @@ -41,6 +41,9 @@ >* [awesome-persona-skills](https://github.com/tmstack/awesome-persona-skills) >* [awesome-design-md - Curated collection of DESIGN.md analysis by developer focused websites](https://github.com/VoltAgent/awesome-design-md) +### SDK +>* [openai-dotnet - The official .NET library for the OpenAI API](https://github.com/openai/openai-dotnet) + ### CLI >* [teamcity-cli](https://github.com/JetBrains/teamcity-cli#) >* [copilot-cli](https://github.com/github/copilot-cli) From 25e7e50b473778012f1bdd4e559a628b630c160f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Wed, 5 Aug 2026 20:38:18 +0800 Subject: [PATCH 67/73] =?UTF-8?q?human-writing=20=E8=AE=A9=20AI=20?= =?UTF-8?q?=E5=86=99=E7=9A=84=E4=B8=AD=E6=96=87=E8=AF=BB=E8=B5=B7=E6=9D=A5?= =?UTF-8?q?=E5=83=8F=E4=B8=80=E4=B8=AA=E5=85=B7=E4=BD=93=E7=9A=84=E4=BA=BA?= =?UTF-8?q?=E5=9C=A8=E8=AF=B4=E8=AF=9D=E3=80=82=E9=80=9A=E7=94=A8=E5=88=9B?= =?UTF-8?q?=E4=BD=9C=E4=B8=8E=E6=94=B9=E7=A8=BF=20Skill=EF=BC=8C=E5=BC=80?= =?UTF-8?q?=E7=AE=B1=E5=8D=B3=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AI/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AI/README.md b/AI/README.md index 0be22873..11350ab5 100644 --- a/AI/README.md +++ b/AI/README.md @@ -40,6 +40,7 @@ >* [Anthropic-Cybersecurity-Skills](https://github.com/mukul975/Anthropic-Cybersecurity-Skills) >* [awesome-persona-skills](https://github.com/tmstack/awesome-persona-skills) >* [awesome-design-md - Curated collection of DESIGN.md analysis by developer focused websites](https://github.com/VoltAgent/awesome-design-md) +>* [human-writing 让 AI 写的中文读起来像一个具体的人在说话。通用创作与改稿 Skill,开箱即用](https://github.com/KKKKhazix/human-writing) ### SDK >* [openai-dotnet - The official .NET library for the OpenAI API](https://github.com/openai/openai-dotnet) From f54d3712d9c753aeba0e6da04e82fe1056b9a4cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Mon, 10 Aug 2026 19:44:32 +0800 Subject: [PATCH 68/73] bifrost - Fastest enterprise AI gateway (50x faster than LiteLLM) --- AI/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AI/README.md b/AI/README.md index 11350ab5..a1f5ad20 100644 --- a/AI/README.md +++ b/AI/README.md @@ -140,8 +140,9 @@ >* [当AI学会了”做梦”:深扒Claude Code记忆系统](https://zhuanlan.zhihu.com/p/2023422937345135507) >* [seedance-2-0-official-launch](https://seed.bytedance.com/zh/blog/seedance-2-0-official-launch) -### Service +### Service&Gateway >* [claude-relay-service - CRS-自建Claude Code镜像](https://github.com/Wei-Shaw/claude-relay-service) +>* [bifrost - Fastest enterprise AI gateway (50x faster than LiteLLM) ](https://github.com/maximhq/bifrost) ### Misc >* [MinerU - Transforms complex documents like PDFs into LLM-ready markdown/JSON for your Agentic workflows](https://github.com/opendatalab/MinerU) From 7766d1721e2a8fea7a18eecb05fdec6a604fae05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Mon, 10 Aug 2026 19:45:35 +0800 Subject: [PATCH 69/73] azure-sdk-for-net --- AI/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AI/README.md b/AI/README.md index a1f5ad20..20c5599c 100644 --- a/AI/README.md +++ b/AI/README.md @@ -43,7 +43,8 @@ >* [human-writing 让 AI 写的中文读起来像一个具体的人在说话。通用创作与改稿 Skill,开箱即用](https://github.com/KKKKhazix/human-writing) ### SDK ->* [openai-dotnet - The official .NET library for the OpenAI API](https://github.com/openai/openai-dotnet) +>* [openai-dotnet - The official .NET library for the OpenAI API](https://github.com/openai/openai-dotnet) +>* [azure-sdk-for-net](https://github.com/Azure/azure-sdk-for-net) ### CLI >* [teamcity-cli](https://github.com/JetBrains/teamcity-cli#) From f22fa573417508d8b9096e7fc08e6c21fb7c8f55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Mon, 10 Aug 2026 19:47:47 +0800 Subject: [PATCH 70/73] claude-video - Give Claude the ability to watch any video --- AI/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AI/README.md b/AI/README.md index 20c5599c..7c8d4e3f 100644 --- a/AI/README.md +++ b/AI/README.md @@ -40,7 +40,8 @@ >* [Anthropic-Cybersecurity-Skills](https://github.com/mukul975/Anthropic-Cybersecurity-Skills) >* [awesome-persona-skills](https://github.com/tmstack/awesome-persona-skills) >* [awesome-design-md - Curated collection of DESIGN.md analysis by developer focused websites](https://github.com/VoltAgent/awesome-design-md) ->* [human-writing 让 AI 写的中文读起来像一个具体的人在说话。通用创作与改稿 Skill,开箱即用](https://github.com/KKKKhazix/human-writing) +>* [human-writing 让 AI 写的中文读起来像一个具体的人在说话。通用创作与改稿 Skill,开箱即用](https://github.com/KKKKhazix/human-writing) +>* [claude-video - Give Claude the ability to watch any video](https://github.com/bradautomates/claude-video) ### SDK >* [openai-dotnet - The official .NET library for the OpenAI API](https://github.com/openai/openai-dotnet) From b217e1a2ada2ff9b702a307a5f861dc2db689406 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Wed, 19 Aug 2026 19:39:02 +0800 Subject: [PATCH 71/73] nano-vllm - A lightweight vLLM implementation built from scratch --- AI/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AI/README.md b/AI/README.md index 7c8d4e3f..4045c6cf 100644 --- a/AI/README.md +++ b/AI/README.md @@ -104,7 +104,8 @@ ### LLM >* [LLM-RL-Visualized 🌟100+ 原创 LLM / RL 原理图📚,《大模型算法》作者巨献](https://github.com/changyeyu/LLM-RL-Visualized) >* [HY-Motion-1.0 腾讯混元](https://github.com/Tencent-Hunyuan/HY-Motion-1.0) ->* [ACE-Step-1.5 The most powerful local music generation model that outperforms most commercial alternatives](https://github.com/ace-step/ACE-Step-1.5) +>* [ACE-Step-1.5 The most powerful local music generation model that outperforms most commercial alternatives](https://github.com/ace-step/ACE-Step-1.5) +>* [nano-vllm - A lightweight vLLM implementation built from scratch](https://github.com/GeeeekExplorer/nano-vllm) ### Workflow >* [claude-flow](https://github.com/ruvnet/claude-flow) From a61e2f3511e797612bca23cb1ec22bf39bf7398a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Wed, 19 Aug 2026 19:40:08 +0800 Subject: [PATCH 72/73] =?UTF-8?q?HyperLPR=20-=20=E9=AB=98=E6=80=A7?= =?UTF-8?q?=E8=83=BD=E4=B8=AD=E5=9B=BD=E8=BD=A6=E7=89=8C=E8=AF=86=E5=88=AB?= =?UTF-8?q?=E6=A1=86=E6=9E=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CPlusPlus/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CPlusPlus/README.md b/CPlusPlus/README.md index 9e383674..8aeafcc7 100644 --- a/CPlusPlus/README.md +++ b/CPlusPlus/README.md @@ -336,7 +336,8 @@ >* [miniaudio -Audio playback and capture library written in C, in a single source file](https://github.com/mackron/miniaudio) >* [deskflow - Share a single keyboard and mouse between multiple computers](https://github.com/deskflow/deskflow) >* [watchman - Watches files and records, or triggers actions, when they change](https://github.com/facebook/watchman) ->* [crun - A fast and lightweight fully featured OCI runtime and C library for running containers](https://github.com/containers/crun) +>* [crun - A fast and lightweight fully featured OCI runtime and C library for running containers](https://github.com/containers/crun) +>* [HyperLPR - 高性能中国车牌识别框架](https://github.com/szad670401/HyperLPR) ## Shader >* [ShaderLab](https://github.com/BobLChen/ShaderLab/) From f68f40b680c94f36535756d53b9c382f8354c035 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E5=B0=8F=E4=BC=99=E5=84=BF?= <1790617178@qq.com> Date: Wed, 19 Aug 2026 19:41:33 +0800 Subject: [PATCH 73/73] scriptc - TypeScript-to-Native Compiler --- 3rdPlugins/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/3rdPlugins/README.md b/3rdPlugins/README.md index 4386eba4..9b3bd7f1 100644 --- a/3rdPlugins/README.md +++ b/3rdPlugins/README.md @@ -749,4 +749,5 @@ * [Unity资源缓存池,用来提前实例化防止运行时卡顿](https://github.com/zhimingliang/GameObjectPool) * [ADB-Explorer](https://github.com/Alex4SSB/ADB-Explorer) * [UnityNonConvexMeshColliders - Provides three types of non-convex MeshCollider approximations that work with rigid bodies](https://github.com/JohannHotzel/UnityNonConvexMeshColliders) -* [UABEANext](https://github.com/nesrak1/UABEANext) +* [UABEANext](https://github.com/nesrak1/UABEANext) +* [scriptc - TypeScript-to-Native Compiler](https://github.com/vercel-labs/scriptc)