Skip to content

Releases: GrubbyLee/skill-manager

v0.1.3: Overview report and bilingual CLI coverage

Choose a tag to compare

@GrubbyLee GrubbyLee released this 21 Jul 17:02

Highlights

  • Added skm report with summary, JSON, and single-file HTML output.
  • Completed English / Simplified Chinese CLI output for the main command surface, including dupes, disable, and enable.
  • Improved large HTML knowledge graphs with collision reduction, zoom controls, fit view, and draggable nodes.
  • Added English detailed docs for usage, recommendations, graph, report, safety, roadmap, community templates, and contributing.
  • Updated README, Chinese README, roadmap, usage docs, changelog, and release packaging metadata.

Validation

  • npm run check
  • npm test (52 tests)
  • npm pack --dry-run --registry=https://registry.npmmirror.com
  • GitHub Actions: macOS / Windows validation passed

v0.1.2: README i18n and CLI language foundation

Choose a tag to compare

@GrubbyLee GrubbyLee released this 21 Jul 13:11

Highlights

  • README now defaults to English, with Simplified Chinese available at README.zh-CN.md.
  • Added lightweight zero-dependency i18n support for --lang en|zh-CN and SKM_LANG.
  • English / Simplified Chinese output now covers help, argument validation, doctor, scan, status, and the local install script.
  • doctor --json now stays stable regardless of --lang, so scripts can consume it safely.
  • Fixed invalid --lang handling in the install script, including --help --lang <invalid>.

Install from source

git clone https://github.com/GrubbyLee/skill-manager.git
cd skill-manager
node scripts/install.mjs
skm scan --lang en

No npm package is published yet.

v0.1.1:开源首页与文档入口优化

Choose a tag to compare

@GrubbyLee GrubbyLee released this 20 Jul 18:36

亮点

  • README 改为更适合 GitHub 访客的首页:30 秒体验、核心场景、推荐功能、知识图谱、安全边界。
  • 拆分完整文档:命令手册、skill 推荐、知识图谱、安全说明。
  • 新增贡献指南、Issue 模板、PR 模板,方便反馈问题、提出建议和分享 skm scan 结果。
  • 发布包白名单补充 docs、CHANGELOG、CONTRIBUTING,便于后续 npm 发布。

安装

git clone https://github.com/GrubbyLee/skill-manager.git
cd skill-manager
npm link
skm scan

国内可使用 Gitee 镜像:https://gitee.com/synovation/skill-manager