Skip to content

v0.2.0 — 修正安装路径 + 新增 npx 跨平台安装

Choose a tag to compare

@nlj626 nlj626 released this 20 Apr 07:26
· 13 commits to main since this release

新增

  • 新增 npx skills add nlj626/skill-hunter -g -a claude-code 推荐安装方式(跨平台)
  • 新增 Windows 手动安装说明(PowerShell)
  • 安装方式改为表格展示
  • README 中英文双语更新

修复

  • 修正安装路径:~/.agents/skills/~/.claude/skills/(修复 Windows 用户安装后无法使用 /skill-hunter 的问题)
  • 安装命令必须指定 -a claude-code,否则可能安装到错误路径导致 Claude Code 无法识别
  • SKILL.md 方式 A 安装命令补齐 -a claude-code 参数
  • SKILL.md 渠道 1 覆盖数量 36,000+ → 880,000+,统一数据口径
  • SKILL.md 内所有路径引用统一修正
  • 安装命令改用 mktemp -d 跨平台临时目录

Added

  • Added npx skills add nlj626/skill-hunter -g -a claude-code recommended installation method (cross-platform)
  • Added Windows manual install instructions (PowerShell)
  • Installation methods displayed in table format
  • Updated README in both Chinese and English

Fixed

  • Fixed installation path: ~/.agents/skills/~/.claude/skills/ (fixes Windows users unable to use /skill-hunter after install)
  • Installation command must include -a claude-code flag, otherwise the skill may be installed to the wrong path
  • SKILL.md method A install command now includes -a claude-code parameter
  • Updated channel 1 coverage from 36,000+ to 880,000+ for consistency
  • Fixed all path references in SKILL.md
  • Installation commands now use mktemp -d for cross-platform temp directories