c8a75ef2d535e6a285fe5c805e6360d43fad144c
SGG AI Skill Manager Windows
Wails desktop app for managing AI skills from a Gitea organization. A Gitea repository is treated as a skill only when SKILL.md exists at the repository root.
Usage
- Open the app and configure Gitea
baseURL, organization, and authentication. - Use username/password by default, or switch to token authentication.
- Save the config, then use Remote Market to refresh available skills.
- Download a skill to clone it under
%APPDATA%\sgg-ai-skill-manager\repos\{org}\{repo}. - Use Local Skills to install a downloaded skill into Codex or Claude.
Install creates Windows directory Junctions:
C:\Users\{user}\.codex\skills\{repo}
-> %APPDATA%\sgg-ai-skill-manager\repos\{org}\{repo}
C:\Users\{user}\.claude\skills\{repo}
-> %APPDATA%\sgg-ai-skill-manager\repos\{org}\{repo}
Uninstall removes only the Junction created by this app. Delete removes the local cloned skill after safe uninstall of recorded Junctions.
Local Data
%APPDATA%\sgg-ai-skill-manager\config.json
%APPDATA%\sgg-ai-skill-manager\state.json
%APPDATA%\sgg-ai-skill-manager\repos
Passwords and tokens are stored through Windows Credential Manager, not in JSON files.
Development
go test ./...
npm --prefix frontend run build
wails dev
Build
wails build
Description
Languages
Go
56.4%
TypeScript
21.4%
NSIS
9.8%
JavaScript
8.3%
CSS
3.9%
Other
0.2%