Skip to content

v1.5.1

Choose a tag to compare

@talkstream talkstream released this 01 Apr 17:50
· 13 commits to main since this release

Fixed

  • Reference files unreachable for marketplace users: Claude could not resolve relative paths in SKILL.md and commands because the Skill tool does not provide a base directory
  • Used ${CLAUDE_PLUGIN_ROOT} (official Claude Code variable, substituted inline in skill content) for absolute paths to reference files, with Glob fallback for cross-platform compatibility (Codex CLI, Gemini CLI, Cursor)

Changed

  • SKILL.md and commands now use ${CLAUDE_PLUGIN_ROOT}/skills/ru-text/references/<filename> paths instead of unresolvable relative markdown links
  • Trimmed redundant quality checklist items from SKILL.md (covered by reference files)

Full changelog: CHANGELOG.md