Claude Skill
skillhub-club/skillhub-desktop
Skillhub Desktop is a TypeScript desktop application for centralized Claude Skill management. Organize AI agent capabilities with this productivity-focused tool.
Overview
Repository
Install this Skill
npm installRegistry
Summary
Skillhub Desktop is a TypeScript-based desktop application designed to centrally manage Claude Skills, providing a unified interface for organizing and accessing AI agent capabilities.
一个桌面管理您的Claude Skill
Key features
- Centralized Claude Skill management
- Desktop application interface
- TypeScript development
- Productivity-focused design
- AI agent integration
Use cases
- Organizing multiple Claude Skills in one place
- Improving workflow with AI agent tools
- Managing AI productivity applications
- Desktop-based skill management system
- Centralized agent skill access
README excerpt
# SkillHub Desktop A desktop application for managing AI coding skills across multiple tools. Browse, install, and sync skills between Claude Code, Cursor, OpenCode, and more. <p align="center"> <a href="https://www.skillhub.club"> <img src="https://www.skillstore.club/icon.svg" alt="SkillHub Desktop" width="600" /> </a> <br /> <a href="https://www.skillhub.club">www.skillhub.club</a> </p> <p align="center"> <strong>Supported by <a href="https://www.skillhub.club">SkillHub.club</a></strong> - The community-driven platform for AI Agent skills </p> <p align="center"> <a href="https://www.skillstore.club/">Website</a> • <a href="https://www.skillhub.club/skills">Browse Skills</a> • <a href="https://www.skillhub.club/docs">Documentation</a> </p> ## Features - **Discover Skills** - Browse and search AI coding skills from the SkillHub catalog - **One-Click Install** - Install skills to multiple AI coding tools simultaneously - **Create Skills** - Create custom skills with AI-powered generation - **AI Enhance** - Expand, simplify, rewrite, or translate selected text with AI - **Sync Skills** - Sync skills between different AI coding tools - **Collections** - Organize and manage skill collections - **Multi-language** - Supports English and Chinese (中文) ## Supported Tools - Claude Code - Cursor - OpenCode - Windsurf - Cline - Roo Code - Aide - Augment - TRAE IDE ## Keyboard Shortcuts | Shortcut | Action | |----------|--------| | `⌘ + K` | Open command palette / search | | `⌘ + R` | Refresh detected tools | | `⌘ + ,` | Open settings | ## Development ### Prerequisites - [Node.js](https://nodejs.org/) (v18+) - [Rust](https://www.rust-lang.org/) (latest stable) - [Tauri CLI](https://tauri.app/) ### Setup ```bash # Install dependencies npm install