SKILL·8E7602

ru-text

talkstream
Updated 1 month ago
1 views
140
18
140
View on GitHub
Othergeneral

About

The ru-text skill automatically applies Russian-language text quality rules whenever Claude outputs Russian text or the user mentions it. It enforces typography standards, editorial guidelines, and style conventions for UX writing, business correspondence, and info-style content. Developers should note it auto-activates on Russian output but allows user prompts to override specific style requests.

Quick Install

Claude Code

Recommended
Primary
npx skills add talkstream/ru-text -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/talkstream/ru-text
Git CloneAlternative
git clone https://github.com/talkstream/ru-text.git ~/.claude/skills/ru-text

Copy and paste this command in Claude Code to install this skill

Documentation

ru-text — Russian Text Quality

Independent Russian text quality reference by Arseniy Kamyshev. With gratitude to the authors whose work shaped modern Russian text standards. Credits and recommended reading: references/sources.md

Style priority: if the user explicitly requests a specific style (casual, academic, SEO, literary, etc.), their prompt overrides these default rules where they conflict. These rules are defaults, not mandates.

Always-On: Typography

Apply these rules to ALL Russian text output without exception.

RuleWrongCorrect
Primary quotes: guillemets"текст"«текст»
Nested quotes: lapki«"вложенные"»«„вложенные“»
Em dash with spacesслово - словослово — слово
En dash for ranges, no spaces10-15 дней10–15 дней
NBSP after single-letter prepositionsв начале (breakable)в\u00A0начале
Ellipsis: single character...
Digit groups with thin spaces10000001 000 000
Decimal comma (not dot)3.143,14
Ordinal with hyphen1ый, 2ой1-й, 2-й
Numero signNo. 5, #5№ 5
Abbreviations with NBSPт.д., т.е.т. д., т. е.
Ruble symbol after number1500 руб1 500 ₽

Full typography reference: references/typography.md

/ru-text:ru-score — text quality score (0–10, 5 dimensions).

Top Stop-Words (remove or replace)

Stop-wordReplace with
является— (dash) or restructure
осуществлятьделать, проводить
в настоящее времясейчас
данныйэтот
определённый(name the specific thing)
произвести оплатуоплатить
высококачественный(name the specific quality)
был осуществлён(active voice + actor)
на сегодняшний деньсегодня
в целяхчтобы

Full stop-word catalog (97 entries): references/info-style.md

When to Load Reference Files

Reference files (paths are relative to this SKILL.md): references/<filename> If the path is not resolved, search: Glob("**/ru-text/references/scoring.md") and use the parent directory.

TaskFile
Writing/editing articles, blog posts, SEO, contentinfo-style.md
Interface text, buttons, errors, hints, microcopyux-writing.md
Emails, messenger, business correspondencebusiness-writing.md
Punctuation review, comma placementeditorial-punctuation.md
Grammar, capitalization, agreement, pleonasmseditorial-grammar.md
Finding and fixing text problems, diagnosticsanti-patterns.md
Text scoring, quality assessmentscoring.md
Credits, source attributionsources.md
Experience-based rules (dash overuse, etc.)addenda.md

Quality Checklist

Before delivering Russian text:

  • Quotes: «» primary, „“ nested
  • Dashes: — in text, – in ranges, - only in compounds; max 1–2 per paragraph
  • NBSP after в, к, с, о, у, и, а
  • Ellipsis: … (single char)
  • Abbreviations: т. д., т. п. (with NBSP)
  • No double spaces, no space before punctuation

GitHub Repository

talkstream/ru-text
Path: SKILL.md
0
agent-skillsai-agentsclaude-codeclaude-coworkcodex-clicontent-design
FAQ

Frequently asked questions

What is the ru-text skill?

ru-text is a Claude Skill by talkstream. Skills package instructions and resources that Claude loads on demand, so Claude can perform ru-text-related tasks without extra prompting.

How do I install ru-text?

Use the install commands on this page: add ru-text to Claude Code as a plugin, or clone its repository into your skills directory, then restart Claude so it picks up the skill.

What category does ru-text belong to?

ru-text is in the Other category, tagged general.

Is ru-text free to use?

Yes. ru-text is listed on AIMCP and free to install. It runs inside Claude, so no separate service account is required to use the skill itself.

Related Skills

llamaguard
Other

LlamaGuard is Meta's 7-8B parameter model for moderating LLM inputs and outputs across six safety categories like violence and hate speech. It offers 94-95% accuracy and can be deployed using vLLM, Hugging Face, or Amazon SageMaker. Use this skill to easily integrate content filtering and safety guardrails into your AI applications.

View skill
cost-optimization
Other

This Claude Skill helps developers optimize cloud costs through resource rightsizing, tagging strategies, and spending analysis. It provides a framework for reducing cloud expenses and implementing cost governance across AWS, Azure, and GCP. Use it when you need to analyze infrastructure costs, right-size resources, or meet budget constraints.

View skill
sports-betting-analyzer
Other

This Claude Skill analyzes sports betting markets including spreads, over/unders, and prop bets by examining historical trends and situational statistics to identify value bets. It provides structured markdown output with actionable recommendations for educational purposes. Developers should use this for sports betting analysis tools while noting it's designed for entertainment/education only.

View skill
quantizing-models-bitsandbytes
Other

This skill quantizes LLMs to 8-bit or 4-bit precision using bitsandbytes, achieving 50-75% memory reduction with minimal accuracy loss. It's ideal for running larger models on limited GPU memory or accelerating inference, supporting formats like INT8, NF4, and FP4. The skill integrates with HuggingFace Transformers and enables QLoRA training and 8-bit optimizers.

View skill