·rtl-css

RTL (Right-to-Left) CSS for Hebrew and Arabic. Use when building UI that needs RTL support, fixing RTL layout issues, or auditing CSS for RTL compliance.

4Installs·0Trend·@dvorkinguy

Installation

$npx skills add https://github.com/dvorkinguy/claude-skills-agents --skill rtl-css

SKILL.md

The Golden Rule NEVER use physical properties. ALWAYS use logical properties.

| padding-left | padding-inline-start | ps- | | padding-right | padding-inline-end | pe- | | margin-left | margin-inline-start | ms- | | margin-right | margin-inline-end | me- | | left | inset-inline-start | start- | | right | inset-inline-end | end- | | text-align: left | text-align: start | text-start | | text-align: right | text-align: end | text-end |

| border-left | border-inline-start | border-s- | | border-right | border-inline-end | border-e- |

RTL (Right-to-Left) CSS for Hebrew and Arabic. Use when building UI that needs RTL support, fixing RTL layout issues, or auditing CSS for RTL compliance. Source: dvorkinguy/claude-skills-agents.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/dvorkinguy/claude-skills-agents --skill rtl-css
Category
*Creative Media
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is rtl-css?

RTL (Right-to-Left) CSS for Hebrew and Arabic. Use when building UI that needs RTL support, fixing RTL layout issues, or auditing CSS for RTL compliance. Source: dvorkinguy/claude-skills-agents.

How do I install rtl-css?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/dvorkinguy/claude-skills-agents --skill rtl-css Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/dvorkinguy/claude-skills-agents