Claude Skill
iamzhihuix/skills-manage
Skills-Manage is a Tauri-based desktop app that lets you manage AI coding agent skills across Claude Code, Cursor, Gemini CLI, Codex, and 20+ platforms from one place. Open-source and cross-platform.
Overview
Repository
Install this Skill
git clone https://github.com/iamzhihuix/skills-manage.gitRegistry
Summary
Skills-Manage is a desktop application built with Tauri (Rust + React) that provides a unified interface for managing AI coding agent skills across Claude Code, Cursor, Gemini CLI, Codex, and 20+ other platforms. It simplifies skill creation, organization, and synchronization, enabling developers to maintain consistent AI agent behaviors from a single place.
桌面应用,用于在Claude Code、Cursor、Gemini CLI、Codex及20多个平台上一站式管理AI编程代理技能。
Key features
- Unified skill management across 20+ AI coding platforms
- Built with Tauri (Rust + React) for high performance and small footprint
- Create, edit, organize, and synchronize AI agent skills in one place
- Cross-platform desktop app (Windows, macOS, Linux)
- Open-source with active community contributions
Use cases
- Centralize skill definitions for multiple AI coding assistants
- Quickly switch or update skills across Claude Code, Cursor, and Gemini CLI
- Maintain consistent AI behavior across different development environments
- Share and reuse skill configurations within a team
- Onboard new developers with pre-configured AI agent skills
README excerpt
# 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