Skip to content

Releases: gtiders/skillscripts

v1.0.7

12 Apr 09:09

Choose a tag to compare

fix: add archive option for multi-binary release

v1.0.6

08 Apr 13:48

Choose a tag to compare

Release v1.0.6

v1.0.5

27 Mar 13:56

Choose a tag to compare

release: cut v1.0.5

v1.0.4

24 Mar 15:41

Choose a tag to compare

release: prepare v1.0.4

v1.0.3

24 Mar 12:27

Choose a tag to compare

v1.0.3 (2026-03-24)

Fixes

  • Fixed release packaging to include the entire skills/ directory
    recursively
    .
  • Added directory-level validation in CI (test -d skills) before upload to
    prevent incomplete archives.

Why this patch

In previous releases, archive contents could include selected skill files but
not reliably preserve the full skills/ directory as a complete package.
v1.0.3 ensures users receive the full portable skills pack structure out of
the box.

Included in release archives

  • nanoskills binary
  • LICENSE
  • README.md
  • README_zh.md
  • full skills/ directory

Notes

  • No CLI behavior change in this patch.
  • If you rely on bundled skills, upgrade to v1.0.3.

v1.0.2

24 Mar 12:21

Choose a tag to compare

fix: include docs and skills in release archives

v1.0.1

24 Mar 12:14

Choose a tag to compare

v1.0.1 (2026-03-24)

亮点

本次版本聚焦在 skills 分发体验文档清晰度、以及 **初始化路径一致性
**,让 nanoskills 更容易接入到 Claude/Codex/OpenCode/OpenClaw 等运行时。

Added

  • 新增项目内 skills/ 规范包,采用 一技能一目录 结构,便于跨工具复制分
    发。
  • 新增文档页面:
    • docs/positioning.md
    • docs/script-skillization.md
    • docs/runtime-integration.md
    • docs/skills-packaging.md
  • README / README_zh 增加:
    • scan_paths 扩展配置示例(全局 + 项目本地)
    • 系统提示词策略(优先调用 nanoskills search --json

Changed

  • init 全局初始化增强:首次创建全局 skills 目录时,会递归复制 bundled/当前
    目录 skills/ 内容(不覆盖已存在文件)。
  • 默认配置与缓存路径统一为:
    • ~/.config/nanoskills
    • ~/.cache/nanoskills
  • README 重构:明确项目定位、核心痛点、与多运行时协作的复制流程。

Notes

  • 本版本没有引入新的运行时适配器 API(如 run/register/adapter 命令),仍以现
    有能力为核心:
    • init / sync / search / list / pick
    • search --json 输出工具调用元数据

v1.0.0

22 Mar 01:39

Choose a tag to compare

fix: ignore released key events in pick tui