# Skills Manage — Desktop Skill Manager for Agents > skills-manage is a desktop app to manage skills across Claude Code/Cursor/Gemini/Codex; built with pnpm+Tauri and includes lint/typecheck (1,835★). ## Install Copy the content below into your project: ## Quick Use ```bash pnpm install pnpm tauri dev pnpm typecheck pnpm lint ``` ## Intro skills-manage is a desktop app to manage skills across Claude Code/Cursor/Gemini/Codex; built with pnpm+Tauri and includes lint/typecheck (1,835★). **Best for:** Power users maintaining many skill repos and wanting one UI to install/update/verify skills across multiple agent clients **Works with:** pnpm, Tauri dev builds, and ecosystems that consume SKILL.md or similar skill formats **Setup time:** 10-25 minutes ## Main - **Cross-client skill management**: targets the pain of keeping skills in sync across many agent tools. - **Desktop workflow**: built as an app, not a one-off script, which helps for long-term maintenance. - **Quality gates included**: README lists `pnpm test`, `pnpm typecheck`, and `pnpm lint`. - **Good for curation**: pairs well with a publishing pipeline because it keeps installs/upgrades centralized. ### FAQ - **Do I need to build from source?**: The repo documents a pnpm+Tauri dev flow; start with `pnpm tauri dev`. - **Why not manage skills per client?**: Centralizing reduces drift and makes upgrades consistent across tools. - **What should I run first?**: Run `pnpm typecheck` and `pnpm lint` to validate the workspace. ## Source & Thanks > Source: https://github.com/iamzhihuix/skills-manage > License: Apache-2.0 > GitHub stars: 1835 · forks: 169 --- ## Quick Use ```bash pnpm install pnpm tauri dev pnpm typecheck pnpm lint ``` ## Intro skills-manage 是桌面技能管理器:统一管理 Claude Code/Cursor/Gemini/Codex 等平台技能;基于 pnpm+Tauri,提供 test/typecheck/lint 流程(1,835★)。 **Best for:** 维护大量 skill 仓库的重度用户:希望用一个 UI 在多个 agent 客户端间安装/更新/校验技能 **Works with:** pnpm、Tauri 开发构建,以及读取 SKILL.md(或同类技能格式)的生态 **Setup time:** 10-25 minutes ## Main - **跨客户端技能管理**:解决“多个 agent 工具各有一套技能目录”的同步痛点。 - **桌面应用形态**:不是一次性脚本,更适合长期维护与频繁操作。 - **自带质量闸门**:README 给出 `test/typecheck/lint`,便于稳定迭代。 - **适合内容策展**:与发布流水线互补,把安装/升级集中化。 ### FAQ - **需要从源码构建吗?**:README 给出 pnpm+Tauri 的开发流程,可先用 `pnpm tauri dev` 启动。 - **为什么不按客户端分别管理?**:集中化能减少漂移,让升级在多工具间保持一致。 - **先跑什么验证?**:先跑 `pnpm typecheck` 与 `pnpm lint`,确保工作区一致。 ## Source & Thanks > Source: https://github.com/iamzhihuix/skills-manage > License: Apache-2.0 > GitHub stars: 1835 · forks: 169 --- Source: https://tokrepo.com/en/workflows/skills-manage-desktop-skill-manager-for-agents Author: Script Depot