Skip to content

Releases: talkstream/ru-text

v1.6.0 — Notion, OpenClaw, 7 platforms

09 Apr 14:44

Choose a tag to compare

Added

  • Notion integration: AI Custom Skill template for in-Notion text quality checks
  • Notion MCP workflow documentation (Claude Code + Notion MCP server)
  • OpenClaw support: native plugin manifest (openclaw.plugin.json)
  • ClawHub marketplace readiness
  • OpenClaw and Notion installation instructions in both READMEs
  • notion/ directory with self-contained skill template and bilingual setup guide

Changed

  • Platform support expanded: Claude Code, Codex CLI, Gemini CLI, Cursor, OpenClaw, Notion
  • Consistent digit formatting across all README files (English: ~1,040; Russian: ~1 040)

Fixed

  • Claude Code install: added @claude-community marketplace suffix
  • Codex CLI: replaced non-existent codex install with interactive /plugins browser
  • Cursor: added /add-plugin as primary install method, manual copy as fallback
  • OpenClaw: corrected install syntax to clawhub:ru-text format
  • Notion: fixed keyboard shortcut (removed wrong Ctrl+J), corrected menu path
  • Typography: fixed closing lapki quote U+0022 → U+201C in SKILL.md and Notion template
  • OpenClaw manifest: removed undocumented fields (kind, enabledByDefault)
  • Cursor: corrected manual install path, added Windows PowerShell path (thanks @dreik, PR #8)
  • Cursor: documented ~/.cursor/plugins/local/ as full plugin local testing path

Full Changelog: v1.5.1...v1.6.0

v1.5.1

01 Apr 17:50

Choose a tag to compare

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

v1.4.0 — Gemini CLI, Cursor, skills CLI, logo

30 Mar 20:59
7932d7c

Choose a tag to compare

What's new in v1.4.0

  • Gemini CLI supportgemini extensions install https://github.com/talkstream/ru-text
  • Cursor support.cursor-plugin/plugin.json manifest
  • skills CLInpx skills add talkstream/ru-text (works with 43+ agents)
  • Logo — calligraphic Т in circle
  • Root SKILL.md — for directory compatibility

Platforms

Claude Code · Claude Cowork · Codex CLI · Gemini CLI · Cursor · any agent via npx skills

What is ru-text

~1,040 independently formulated rules across 7 domains:

  • Typography — guillemets, em dashes, non-breaking spaces, numero sign
  • Information style — 97 stop-words, reader-first structure
  • Editorial: punctuation — comma traps, dash overuse, colon/semicolon
  • Editorial: grammar — tautology, pleonasm, capitalization, agreement
  • UX writing — 51 button labels, error messages, empty states, placeholders
  • Business correspondence — subject structure, tone, bureaucratic language removal
  • Anti-patterns — diagnostics and common mistakes

Previous releases

  • v1.3.0 — Codex CLI support
  • v1.2.0/ru-text:ru-score scoring command (0–10, 5 dimensions)
  • v1.1.0 — Claude Cowork compatibility, privacy policy, 8 UX patterns
  • v1.0.0 — Initial release

Install

# Claude Code
claude plugins marketplace add talkstream/ru-text && claude plugins install ru-text

# Codex CLI
codex install talkstream/ru-text

# Gemini CLI
gemini extensions install https://github.com/talkstream/ru-text

# Any platform
npx skills add talkstream/ru-text

MIT License · Full changelog