Skip to content

Releases: Enzoding/skills-manager

Skills Manager v1.1.1

Choose a tag to compare

@Enzoding Enzoding released this 25 Jun 15:04

Fixed

  • Fixed the Vite-only frontend preview so it no longer calls Tauri-only APIs outside the desktop runtime.
  • Improved sidebar and detail-pane responsive layout to avoid cramped controls and overflowing text.

Skills Manager v1.1.0

Choose a tag to compare

@Enzoding Enzoding released this 24 Jun 01:54

新增

  • Braun 主题样式与明暗主题切换
  • 关闭窗口后应用继续在后台运行(macOS)
  • Dock 重新打开时恢复显示主窗口

变更

  • 发布版本号更新为 1.1.0
  • 补充发布/版本管理说明(AGENTS.md)

下载说明

  • 适用于 macOS Apple Silicon(aarch64)
  • 已使用 Developer ID 签名并完成 Apple 公证,可直接打开安装

Skills Manager v1.0.0

Choose a tag to compare

@Enzoding Enzoding released this 14 Jun 10:45

Skills Manager v1.0.0 — 首个公开发布。

macOS(Apple Silicon)桌面应用,统一管理各 AI 编程助手的 SKILL.md 技能包。

功能

  • 自动检测 12 个主流 AI 编程助手的 skills 目录(Claude Code、Cursor、Codex CLI、GitHub Copilot 等)
  • 浏览 / 搜索 / 导入(.zip · .skill · .tar.gz · .tgz · .tar)/ 编辑 / 删除 Skill
  • 一键在 Finder 中打开

安装

下载 Skills Manager_1.0.0_aarch64.dmg,打开后将 Skills Manager 拖入 Applications
已用 Developer ID 签名 + Apple 公证,可直接打开,无需 xattr

仅支持 Apple Silicon (arm64) macOS。

Skills Manager v0.1.0

Choose a tag to compare

@Enzoding Enzoding released this 16 Apr 09:13

这是什么?

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。