Skills Manage banner
iamzhihuix iamzhihuix

Skills Manage

AI community

Description

Desktop app to manage AI coding agent skills across Claude Code, Cursor, Gemini CLI, Codex, and 20+ platforms from one place.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

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

![Central skills library view](images/01.png)

Review installed skills on a specific platform

![Platform skill view](images/06.png)

Discover local project skill libraries

![Discover project skill libraries](images/03.png)

Browse marketplace publishers and skills

![Marketplace view](images/04.png)

Import skills from a GitHub rep