https://github.com/twgh/go-xcgui-dev
Go xcgui(炫彩界面库)开发助手技能。用于 Windows 桌面应用开发。
https://github.com/twgh/go-xcgui-dev
desktop-app go golang windows xcgui
Last synced: 14 days ago
JSON representation
Go xcgui(炫彩界面库)开发助手技能。用于 Windows 桌面应用开发。
- Host: GitHub
- URL: https://github.com/twgh/go-xcgui-dev
- Owner: twgh
- License: mit
- Created: 2026-05-25T13:07:46.000Z (22 days ago)
- Default Branch: main
- Last Pushed: 2026-05-27T08:16:04.000Z (21 days ago)
- Last Synced: 2026-05-27T10:06:36.852Z (21 days ago)
- Topics: desktop-app, go, golang, windows, xcgui
- Language: Python
- Homepage: https://skillhub.cn/skills/go-xcgui-dev
- Size: 104 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-xcgui-dev 1.0.5
Go xcgui(炫彩界面库)开发助手技能。用于 Windows 桌面应用开发,直接避免 AI 产生幻觉。
## 下载方式
- [直接下载仓库源码](https://github.com/twgh/go-xcgui-dev/archive/refs/heads/main.zip)
- [skillhub](https://skillhub.cn/skills/go-xcgui-dev) (在这里可以看到更新说明)
- [modelscope](https://www.modelscope.cn/skills/twgh521/go-xcgui-dev)
- 命令行下载
```bash
npx skills add https://www.modelscope.cn/skills/twgh521/go-xcgui-dev
# 直接安装到 codebuddy 技能目录, 或者其它的如 cursor
npx skills add https://www.modelscope.cn/skills/twgh521/go-xcgui-dev --agent codebuddy
# 更新
npx skills update
```
## 技能触发场景
- 使用 xcgui 写代码
- 查找 xcgui 函数/常量/事件/示例用法
- 排查 xcgui 编译问题
## 使用案例
可以这样问:
```
请使用 xcgui 中的 WebView 创建一个现代桌面应用
请使用 xcgui 封装一个创建 Win11 风格按钮的类
请使用 xcgui 封装一个创建 Win11 风格编辑框的类
请查找一下 xcgui 中的窗口置顶函数
```
## 相关链接
- xcgui Go 绑定:https://github.com/twgh/xcgui
- xcgui 示例代码:https://github.com/twgh/xcgui-example