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
npx -y skills add levynir/claude-ui-rtlAssembled 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: righton the outer containerline-height: 1.7for Hebrew,1.9for Arabic/Farsipadding-rightfor list indentation, notpadding-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/
- without-skill.png128.4 KB
- with-skill.png118.3 KB