rtl-chat-fixer

A text-formatting add-on for right-to-left languages such as Hebrew, Arabic, Persian, and Urdu, especially when they appear alongside left-to-right text.

In plain words
What is it for?
It is for structuring bilingual or mixed-direction responses so right-to-left text displays more clearly in Cowork or Claude Desktop chat.
Why use it?
It helps prevent mixed-language chat messages from appearing in the wrong order or becoming difficult to read.

Plugin for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Claude Code
/plugin marketplace add MSApps-Mobile/claude-plugins
agentmods
npx agentmods add plugins/msapps-mobile/claude-plugins/rtl-chat-fixer
Clone the repo
git clone --depth 1 https://github.com/MSApps-Mobile/claude-plugins

Made for: Claude Code.

Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

rtl-chat-fixer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/rtl-chat-fixer/.claude-plugin/plugin.json · 38 lines

What it actually says

{
  "name": "rtl-chat-fixer",
  "version": "0.2.1",
  "description": "Fixes jumbled RTL text in Cowork/Claude Desktop chat by teaching Claude how to structure mixed-direction responses for Hebrew, Arabic, Persian, Urdu and other RTL languages.",
  "author": {
    "name": "Michal Shatz"
  },
  "keywords": [
    "rtl",
    "hebrew",
    "arabic",
    "persian",
    "urdu",
    "bidi",
    "bidirectional",
    "chat-formatting",
    "sosa-agents"
  ],
  "sosa": {
    "compliant": true,
    "level": 1,
    "impact": "low",
    "methodology": "https://github.com/MSApps-Mobile/claude-plugins/blob/main/docs/SOSA.md",
    "whitepaper": "https://github.com/MSApps-Mobile/claude-plugins/blob/main/docs/sosa-whitepaper.pdf",
    "pillars": {
      "supervised": "Fully autonomous — text formatting only",
      "orchestrated": "Inline text processing, no external calls",
      "secured": "No external access, pure text transformation",
      "agents": "R=rtl-text-formatting, T=none, M=none, P=detect-and-format"
    }
  },
  "topics": [
    "sosa-agents"
  ],
  "privacy_policy": "https://opsagents.agency/privacy",
  "terms_of_service": "https://opsagents.agency/terms"
}
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 38 lines scan A ac234227c46d

Subscribe to this mod's changes

rtl-chat-fixer is a plugin published in the GitHub repository MSApps-Mobile/claude-plugins (9 stars, last pushed 6d ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other plugins, from other repositories

cs2-modding

Teach your coding agent to write Cities: Skylines II code mods (Claude Code, Codex CLI): the game's architecture, the modding techniques and the game mechanics behind them, every claim verified against the decompiled game. Knowledge only, no MCP server.

CitiesSkylinesModding/agents-plugins · not measured

memory-loop

A memory lifecycle for Claude Code's native file-based memory: a save gate against hallucinated memories, tiered expiry (short-tier memories archived — never deleted — when they lapse), a propose-then-confirm consolidation pass (merge/dedupe long-tier memory), a periodic learning-review nudge, a two-file habit frame…

choiyounggi/groundwork · not measured

cantrips

The core engineering loop for coding agents (Claude Code, Codex CLI): grill, spec, tickets, implement with TDD at agreed seams, review, commit, plus a user-gated compound step that turns session learnings into durable project memory. Basic spells a caster always has prepared.

toverux/cantrips · not measured

code-to-content

Plugin marketplace listing 1 plugin: code-to-content.

arome3/code-to-content · not measured

code-to-content

Transform codebases into developer content. 6-phase gated workflow, 3 parallel agents, 9 content formats (blog, tutorial, Twitter, LinkedIn, README, newsletter, video script, conference talk, product launch).

arome3/code-to-content · not measured

legacy-analyzer

使用多個專門代理配合基於置信度的評分系統,分析 Legacy Java Spring Boot 專案並產生高品質教學文件.

DennisLiuCk/claude-plugin-marketplace · not measured