Skip to content

Skills Manager v0.1.0

Choose a tag to compare

@Enzoding Enzoding released this 16 Apr 09:13
· 18 commits to main since this release

这是什么?

Skills Manager 是一款运行在 macOS 上的本地桌面工具,专为同时使用多个 AI 编程助手的开发者而生。

AI 编程助手越来越多(CodeFlicker、Cursor、Claude Code、Cline、Windsurf……),每个都有自己独立的 skills 目录,技能包管理变得越来越分散。Skills Manager 提供统一的可视化界面,让你在一个地方管理所有 Agent 的 Skills。


核心功能

  • 自动检测:自动扫描本机已安装的 14 个主流 AI 编程助手的 skills 目录
  • 统一浏览:按 Agent 分组展示所有已安装的技能,支持实时搜索
  • 一键安装:拖拽或选择 .zip / .skill / .tar.gz 压缩包,预览内容后一次性安装到多个 Agent
  • 内置编辑器:CodeMirror 编辑器,直接在 App 内编辑 SKILL.mdCmd+S 保存
  • 安全删除:二次确认,防止误删

支持的 AI 编程助手

CodeFlicker · Cursor · Claude Code · Cline · Windsurf · Continue · OpenCode · Codex CLI · Aider · Gemini CLI · GitHub Copilot · Zed


安装方式

  1. 下载下方的 Skills Manager_0.1.0_aarch64.dmg(适用于 Apple Silicon Mac)
  2. 打开 DMG,将 Skills Manager 拖入 Applications 文件夹
  3. 首次启动前,在终端执行以下命令以解除 Gatekeeper 限制:
    xattr -cr "/Applications/Skills Manager.app"
  4. 打开 App,自动检测已安装的 Agent 和 Skills

技术栈

基于 Tauri 2 + React 18 + Rust 构建,原生 macOS 体验,安装包仅数 MB。