Skip to content

Commit 27e2fc8

Browse files
JusterZhuclaude
andcommitted
docs: add generalupdate-skill-codegen section and GitCode star badge
- Add Claude Code Skill Suite section with description and skill table - Add GitCode star badge alongside GitHub badges - Update both English and Chinese README Co-Authored-By: Claude <noreply@anthropic.com>
1 parent d0be480 commit 27e2fc8

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ A one-click startup example helps you quickly understand how to integrate automa
3131

3232
[![](https://img.shields.io/github/stars/GeneralLibrary/GeneralUpdate?style=social)](https://github.com/GeneralLibrary/GeneralUpdate/stargazers)
3333
[![](https://img.shields.io/github/forks/GeneralLibrary/GeneralUpdate)](https://github.com/GeneralLibrary/GeneralUpdate/network/members)
34+
[![star](https://gitcode.com/GeneralLibrary/GeneralUpdate/star/badge.svg)](https://gitcode.com/GeneralLibrary/GeneralUpdate)
3435

3536
**Share GeneralUpdate Repository**
3637

@@ -79,6 +80,18 @@ Special thanks to the authors of the following open source projects for contribu
7980
</div>
8081

8182

83+
## 🤖 Claude Code Skill Suite
84+
85+
[**GeneralUpdate Skill CodeGen**](https://github.com/GeneralLibrary/generalupdate-skill-codegen) is a Claude Code skill suite that helps .NET developers integrate the GeneralUpdate auto-update system into any .NET application in under 5 minutes. It covers 50+ known issues from real GitHub/Gitee feedback, providing production-ready code generation and deep troubleshooting.
86+
87+
| Skill | Command | Purpose |
88+
|-------|---------|---------|
89+
| 🚀 `generalupdate-init` | `/generalupdate-init` | Dual-project scaffold + Bootstrap config |
90+
| 🎨 `generalupdate-ui` | `/generalupdate-ui` | Auto-detect UI framework, generate full-state update window |
91+
| ⚙️ `generalupdate-strategy` | `/generalupdate-strategy` | 6-strategy decision tree with platform matrix |
92+
| 🔧 `generalupdate-advanced` | `/generalupdate-advanced` | 10+ extension points, IPC, Bowl, AOT |
93+
| 🩺 `generalupdate-troubleshoot` | `/generalupdate-troubleshoot` | 50+ known issues diagnosis |
94+
8295

8396
## 🙏 Thanks
8497

README_ZHCN.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ GeneralUpdate是一款基于.NET Standard2.0 Apache 2.0协议开源的跨平台
3030

3131
[![](https://img.shields.io/github/stars/GeneralLibrary/GeneralUpdate?style=social)](https://github.com/GeneralLibrary/GeneralUpdate/stargazers)
3232
[![](https://img.shields.io/github/forks/GeneralLibrary/GeneralUpdate)](https://github.com/GeneralLibrary/GeneralUpdate/network/members)
33+
[![star](https://gitcode.com/GeneralLibrary/GeneralUpdate/star/badge.svg)](https://gitcode.com/GeneralLibrary/GeneralUpdate)
3334

3435
**Share GeneralUpdate Repository**
3536

@@ -78,6 +79,18 @@ GeneralUpdate是一款基于.NET Standard2.0 Apache 2.0协议开源的跨平台
7879
</div>
7980

8081

82+
## 🤖 Claude Code 技能套件
83+
84+
[**GeneralUpdate Skill CodeGen**](https://github.com/GeneralLibrary/generalupdate-skill-codegen) 是一个 Claude Code 技能套件,帮助 .NET 开发者在 5 分钟内为任意 .NET 应用集成 GeneralUpdate 自动升级系统。它覆盖了来自真实 GitHub/Gitee 反馈的 50+ 已知问题,提供生产级代码生成和深度故障排查能力。
85+
86+
| 技能 | 命令 | 用途 |
87+
|------|------|------|
88+
| 🚀 `generalupdate-init` | `/generalupdate-init` | 双项目脚手架 + Bootstrap 配置 |
89+
| 🎨 `generalupdate-ui` | `/generalupdate-ui` | 自动检测 UI 框架,生成全状态更新窗口 |
90+
| ⚙️ `generalupdate-strategy` | `/generalupdate-strategy` | 6 种策略决策树 + 平台矩阵 |
91+
| 🔧 `generalupdate-advanced` | `/generalupdate-advanced` | 10+ 扩展点、IPC、Bowl、AOT |
92+
| 🩺 `generalupdate-troubleshoot` | `/generalupdate-troubleshoot` | 50+ 已知问题诊断 |
93+
8194

8295
## 🙏 感谢
8396

0 commit comments

Comments
 (0)