Releases: GrubbyLee/skill-manager
Releases · GrubbyLee/skill-manager
Release list
v0.1.3: Overview report and bilingual CLI coverage
Highlights
- Added
skm reportwith summary, JSON, and single-file HTML output. - Completed English / Simplified Chinese CLI output for the main command surface, including
dupes,disable, andenable. - 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 checknpm 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
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-CNandSKM_LANG. - English / Simplified Chinese output now covers
help, argument validation,doctor,scan,status, and the local install script. doctor --jsonnow stays stable regardless of--lang, so scripts can consume it safely.- Fixed invalid
--langhandling 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 enNo npm package is published yet.
v0.1.1:开源首页与文档入口优化
亮点
- 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。