Claude Skill
skillhub-club/skillhub-desktop
Skillhub Desktop 是一款 TypeScript 桌面应用程序,用于集中管理 Claude Skill。通过这款专注于生产力的工具来组织 AI 代理能力。
概览
仓库信息
安装这个 Skill
npm installRegistry 信息
项目简介
Skillhub Desktop 是一款基于 TypeScript 的桌面应用程序,旨在集中管理 Claude Skill,为组织和访问 AI 代理能力提供统一界面。
One desktop to manage your agent skills
要点
- 集中式 Claude Skill 管理
- 桌面应用程序界面
- TypeScript 开发
- 专注于生产力设计
- AI 代理集成
使用场景
- 在一个地方组织多个 Claude Skill
- 使用 AI 代理工具改进工作流程
- 管理 AI 生产力应用程序
- 基于桌面的技能管理系统
- 集中式代理技能访问
README 摘要
# 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