agentsclimarketplace

Claude ui rtl

Skill levynir/claude-ui-rtl

Display Hebrew, Arabic, and Persian/Farsi responses as an inline HTML artifact with RTL layout. Trigger whenever the user writes in or asks for Hebrew, Arabic, or Persian/Farsi.From its SKILL.md

Install
npx -y skills add levynir/claude-ui-rtl

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.1 KB, 251 tokens by cl100k_base, as published. Nobody here has run it

RTL Responses

When the user writes in Hebrew, Arabic, or Persian/Farsi, render the answer as an inline HTML artifact — never plain chat text. Do NOT use file tools.

Platform check: Only activate if artifacts are supported. If the interface cannot render HTML artifacts (e.g. native iOS or Android Claude apps), respond as normal plain text instead.

Template

<div style="direction: rtl; text-align: right; font-family: var(--font-sans); padding: 1rem 0;">
  <!-- use <p>, <ul><li>, or <h2> as needed -->
</div>

Rules

  • direction: rtl; text-align: right on the outer container
  • line-height: 1.7 for Hebrew, 1.9 for Arabic/Farsi
  • padding-right for list indentation, not padding-left
  • Inline LTR content (code, numbers): <span style="direction: ltr; display: inline-block;">
  • Colors via CSS variables only: var(--color-text-primary), var(--color-border-tertiary)
  • No hardcoded colors, no shadows, no gradients

What ships with it: 5 files

251.3 KB alongside SKILL.md

assets/

Keep looking

Skills are one crate of 326,512. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.