Claude Skill
iamzhihuix/skills-manage
Skills-Manage 是一款基于 Tauri 的桌面应用,可让您在 Claude Code、Cursor、Gemini CLI、Codex 及 20 多个平台上统一管理 AI 编程代理技能。开源且跨平台。
概览
仓库信息
安装这个 Skill
git clone https://github.com/iamzhihuix/skills-manage.gitRegistry 信息
项目简介
Skills-Manage 是一款基于 Tauri(Rust + React)构建的桌面应用,提供统一界面,用于在 Claude Code、Cursor、Gemini CLI、Codex 及 20 多个平台上管理 AI 编程代理技能。它简化了技能的创建、组织和同步,使开发者能够从单一位置维护一致的 AI 代理行为。
Desktop app to manage AI coding agent skills across Claude Code, Cursor, Gemini CLI, Codex, and 20+ platforms from one place.
要点
- 在 20 多个 AI 编程平台上统一管理技能
- 基于 Tauri(Rust + React)构建,性能高、体积小
- 一站式创建、编辑、组织和同步 AI 代理技能
- 跨平台桌面应用(Windows、macOS、Linux)
- 开源,社区贡献活跃
使用场景
- 集中管理多个 AI 编程助手的技能定义
- 在 Claude Code、Cursor 和 Gemini CLI 之间快速切换或更新技能
- 在不同开发环境中保持一致的 AI 行为
- 在团队内共享和复用技能配置
- 为新开发者提供预配置的 AI 代理技能
README 摘要
# skills-manage `skills-manage` is a Tauri desktop app for managing AI coding agent skills across multiple platforms from one place. [中文文档](README_CN.md) > **Disclaimer** > > `skills-manage` is an independent, unofficial desktop application for managing local skill directories and importing public skill metadata. It is not affiliated with, endorsed by, or sponsored by Anthropic, OpenAI, GitHub, MiniMax, or any other supported platform, publisher, or trademark owner. ## Overview `skills-manage` follows the [Agent Skills](https://github.com/anthropics/agent-skills) open pattern and uses `~/.agents/skills/` as the canonical central directory. Skills can then be installed to individual platforms through symlinks, so one source of truth can drive multiple AI coding tools. ## Highlights - Central skill library plus per-platform install and uninstall flows. - Claude Code can surface native skills and read-only marketplace plugin skills in one platform view. - Full skill detail view with Markdown preview, raw source view, and AI explanation generation. - Collections for organizing skills and batch-installing them to platforms. - Discover scan for project-level skill libraries, including an Obsidian sidebar category for vault skills (`.skills/`, `.agents/skills/`, `.claude/skills/`). - Marketplace browsing and GitHub repository import with authenticated requests and retry fallback. - Fast search for large skill libraries with deferred queries, lazy indexing, and virtualization. - Bilingual UI, Catppuccin themes, accent colors, onboarding, and responsive navigation. ## Screenshots ### Central skills and platform installs  ### Review installed skills on a specific platform  ### Discover