-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathskill.json
More file actions
56 lines (56 loc) · 1.5 KB
/
Copy pathskill.json
File metadata and controls
56 lines (56 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "generalupdate-skill",
"displayName": "GeneralUpdate Skill CodeGen",
"description": "AI-powered skill suite for integrating GeneralUpdate (.NET auto-update) into any .NET application. Generates dual-project scaffolding (Client+Upgrade), full-state update UI (6 frameworks), 6 update strategies (Client-Server/OSS/Silent/Differential/CVP/Push), advanced extension points (Bowl crash daemon, IPC replacement, AOT), and deep troubleshooting (50+ known issues). All templates target NuGet v10.5.0-beta.6.",
"version": "0.0.2-beta.1",
"author": "JusterZhu",
"license": "Apache-2.0",
"homepage": "https://github.com/GeneralLibrary/GeneralUpdate",
"repository": "https://github.com/JusterZhu/generalupdate-skill-codegen",
"keywords": [
"generalupdate",
"auto-update",
"dotnet",
".net",
"update",
"upgrade",
"wpf",
"avalonia",
"maui",
"winforms",
"nuget",
"bowl",
"differential",
"bootstrap"
],
"platforms": [
"claude",
"cursor",
"windsurf",
"copilot",
"kiro",
"roocode",
"kilocode",
"codex",
"qoder",
"gemini",
"trae",
"opencode",
"continue",
"codebuddy",
"droid",
"warp",
"augment",
"antigravity"
],
"install": "npx gskill-cli init --ai {{platform}}",
"skills": [
"generalupdate-init",
"generalupdate-ui",
"generalupdate-strategy",
"generalupdate-advanced",
"generalupdate-troubleshoot",
"generalupdate-migration",
"generalupdate-security-audit"
]
}