claudeers.

🔓 unclaimed — this page was auto-generated from GitHub. Are you the creator?

Claim this page →
// Claude Skills

skills-manage

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

// Claude Skills[ cli ][ api ][ desktop ][ web ][ claude ]#claude#ai#claude-code#cursor#desktop-app#llm#react#rust#skillsApache-2.0$open-sourceupdated 5 days ago
Slowing down
90/100
last commit 2 months ago
last release 2 months ago
releases 4
open issues 41
// install
git clone https://github.com/iamzhihuix/skills-manage

skills-manage

skills-manage is a Tauri desktop app for managing AI coding agent skills across multiple platforms from one place.

中文文档

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 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

Review installed skills on a specific platform

Platform skill view

Discover local project skill libraries

Discover project skill libraries

Browse marketplace publishers and skills

Marketplace view

Import skills from a GitHub repository

GitHub repository import wizard

Organize reusable collections

Skill collections view

Download

macOS Unsigned Build

The current public macOS build is not notarized. If macOS shows a warning such as:

macOS damaged app warning

  • "skills-manage" is damaged and can't be opened
  • "skills-manage" cannot be opened because Apple could not verify it

the app is usually not actually corrupted; it is being blocked by Gatekeeper quarantine on an unsigned build.

After moving the app to /Applications, run:

xattr -dr com.apple.quarantine "/Applications/skills-manage.app"

Then launch the app again from Finder. If your app is stored somewhere else, replace the path with the actual .app path.

Supported Platforms

CategoryPlatformSkills Directory
CodingClaude Code~/.claude/skills/
CodingCodex CLI~/.agents/skills/
CodingCursor~/.cursor/skills/
CodingGemini CLI~/.gemini/skills/
CodingTrae~/.trae/skills/
CodingFactory Droid~/.factory/skills/
CodingJunie~/.junie/skills/
CodingQwen~/.qwen/skills/
CodingTrae CN~/.trae-cn/skills/
CodingWindsurf~/.windsurf/skills/
CodingQoder~/.qoder/skills/
CodingAugment~/.augment/skills/
CodingOpenCode~/.opencode/skills/
CodingKiloCode~/.kilocode/skills/
CodingOB1~/.ob1/skills/
CodingAmp~/.amp/skills/
CodingKiro~/.kiro/skills/
CodingCodeBuddy~/.codebuddy/skills/
CodingHermes~/.hermes/skills/
CodingCopilot~/.copilot/skills/
CodingAider~/.aider/skills/
LobsterOpenClaw (开爪)~/.openclaw/skills/
LobsterQClaw (千爪)~/.qclaw/skills/
LobsterEasyClaw (简爪)~/.easyclaw/skills/
LobsterEasyClaw V2~/.easyclaw-20260322-01/skills/
LobsterAutoClaw~/.openclaw-autoclaw/skills/
LobsterWorkBuddy (打工搭子)~/.workbuddy/skills-marketplace/skills/
CentralCentral Skills~/.agents/skills/

Note: Claude Code also surfaces marketplace plugin directories under ~/.claude/plugins/marketplaces/* as read-only rows in the Claude view. Those entries are display-only and are not managed like native skills in ~/.claude/skills/.

Custom platforms can be added through Settings.

Privacy & Security

  • Local-first storage — metadata, collections, scan results, settings, and cached AI explanations stay in ~/.skillsmanage/db.sqlite or the local skill directories you manage.
  • No telemetry — the app does not include analytics, crash reporting, or usage tracking.
  • Network access is feature-driven — outbound requests only happen when you explicitly use marketplace sync/download, GitHub import, or AI explanation generation.
  • Credentials are stored locally — GitHub PAT and AI API keys are kept in the local SQLite settings table and are not encrypted at rest by the app.
  • Never post real secrets in issues, pull requests, screenshots, or logs.

Tech Stack

LayerTechnology
Desktop frameworkTauri v2
FrontendReact 19, TypeScript, Tailwind CSS 4
UI componentsshadcn/ui, Lucide icons
State managementZustand
Markdownreact-markdown
i18nreact-i18next, i18next-browser-languagedetector
ThemingCatppuccin 4-flavor palette
BackendRust (serde, sqlx, chrono, uuid)
DatabaseSQLite via sqlx (WAL mode)
Routingreact-router-dom v7

Development

Prerequisites

Install Dependencies

pnpm install

Run in Development

pnpm tauri dev

The Vite dev server runs on port 24200.

Validation

pnpm test
pnpm typecheck
pnpm lint
cd src-tauri && cargo test
cd src-tauri && cargo clippy -- -D warnings

Project Structure

skills-manage/
├── src/                        # React frontend
│   ├── components/             # UI components
│   ├── i18n/                   # Locale files and i18n setup
│   ├── lib/                    # Frontend helpers
│   ├── pages/                  # Route views
│   ├── stores/                 # Zustand stores
│   ├── test/                   # Vitest + RTL tests
│   └── types/                  # Shared TypeScript types
├── src-tauri/                  # Rust backend
│   └── src/
│       ├── commands/           # Tauri IPC handlers
│       ├── db.rs               # SQLite schema, migrations, queries
│       ├── lib.rs              # Tauri app setup
│       └── main.rs             # Desktop entry point
├── public/                     # Static assets
├── CHANGELOG.md                # English changelog
├── CHANGELOG.zh.md             # Chinese changelog
└── release-notes/              # GitHub release notes

Database

The SQLite database lives at ~/.skillsmanage/db.sqlite and is initialized automatically on first launch.

Changelog

Contributing

See CONTRIBUTING.md for development setup, validation commands, and pull request expectations.

Community

Join the Discord community: https://discord.gg/fuGURex5fV

Security

See SECURITY.md for vulnerability reporting and data-handling notes.

Star History

Star History Chart

License

This project is licensed under the Apache License 2.0. See LICENSE.

// compatibility

Platformscli, api, desktop, web
Operating systems
AI compatibilityclaude
LicenseApache-2.0
Pricingopen-source
LanguageTypeScript

// faq

What is skills-manage?

Desktop app to manage AI coding agent skills across Claude Code, Cursor, Gemini CLI, Codex, and 20+ platforms from one place.. It is open-source on GitHub.

Is skills-manage free to use?

skills-manage is open-source under the Apache-2.0 license, so it is free to use.

What category does skills-manage belong to?

skills-manage is listed under skills in the Claudeers registry of Claude-compatible tools.

0 views
2,072 stars
unclaimed
updated 5 days ago

// embed badge

skills-manage on Claudeers
[![Claudeers](https://claudeers.com/api/badge/skills-manage.svg)](https://claudeers.com/skills-manage)

// retro hit counter

skills-manage hit counter
[![Hits](https://claudeers.com/api/counter/skills-manage.svg)](https://claudeers.com/skills-manage)

// reviews

// guestbook

0/500

// related in Claude Skills

🔓

An agentic skills framework & software development methodology that works.

// skillsobra/Shell249,840MIT[ claude ]
🔓

💫 Toolkit to help you get started with Spec-Driven Development

// skillsgithub/Python117,790MIT[ claude ]
🔓

Public repository for Agent Skills

// skillsanthropics/Python159,495[ claude ]
🔓

AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs,…

// skillsGraphify-Labs/Python77,228MIT[ claude ]

// built by

→ see how skills-manage connects across the ecosystem