SkillUI is a cross-platform desktop GUI for managing AI coding assistant skills. Built with Wails, Go, and Vue 3 + TypeScript, it lets you install, organize, and sync skills to your favorite AI tools — all from one place.
- Browse & Search: View all locally installed skills with metadata parsed from
SKILL.mdfrontmatter - Install from Marketplace: One-click install from the skillui.com marketplace
- Install from URL / Local Path: Import skills directly from a download URL or a local directory/zip file
- Remove Skills: Uninstall skills and clean up synced tool rule files
- Skill Details: Read the full
SKILL.mdcontent in a built-in viewer
Sync skills to the rules directory of supported AI coding tools automatically. Supported tools:
| Tool | Platform |
|---|---|
| Cursor | Windows / macOS / Linux |
| Claude Code | Windows / macOS / Linux |
| Windsurf | Windows / macOS / Linux |
| TRAE IDE | Windows / macOS / Linux |
| Zed | Windows / macOS / Linux |
| Kilo Code | Windows / macOS / Linux |
| Roo Code | Windows / macOS / Linux |
| Goose | Windows / macOS / Linux |
| Gemini CLI | Windows / macOS / Linux |
| GitHub Copilot | Windows / macOS / Linux |
| OpenCode | Windows / macOS / Linux |
| Amp | Windows / macOS / Linux |
- Auto-sync: Automatically sync to selected tools whenever a skill is installed from the marketplace
- Manual sync: Sync any skill to individual tools on demand
- Sync status: See which tools a skill has already been synced to
- Add / Remove: Register background processes with custom commands, arguments, and environment variables
- Start / Stop / Restart: Full lifecycle control with graceful shutdown
- Auto-start: Start processes automatically when the application launches
- Restart Policies:
always,on_failure, ornever - Monitoring: Real-time status with PID, restart count, and error tracking
- Rolling log files with configurable line and file retention limits
- Real-time log streaming per process
- Separate stdout / stderr capture
- Windows (amd64)
- macOS (Intel and Apple Silicon)
- Linux (amd64, arm64)
- macOS: LaunchAgent
- Linux: XDG Autostart
- Windows: Registry
- Light / Dark theme
- Simplified Chinese / English interface language
- Configurable skill storage directory with optional migration
- Version check and update prompt
- Go 1.23.0 or higher
- Node.js 18+ and npm
- Wails CLI
# Install frontend dependencies
cd frontend && npm install && cd ..
# Install Go dependencies
go mod download
# Run in development mode
wails dev# Build for current platform
wails build
# The built application will be in build/bin directoryAdd friend with note "SkillUI"
| WeChat Group | QQ Group |
|---|---|
|
|
|
This project is licensed under the Apache 2.0 License.



