arabic-rtl-best-practices

Installation
SKILL.md

Arabic RTL Best Practices

Instructions

Step 1: Set Up Document Direction

Always start with the HTML attribute (not just CSS):

<html lang="ar" dir="rtl">

This tells browsers, screen readers, and CSS to use RTL as the base direction.

Step 2: Use CSS Logical Properties

NEVER use physical directional properties for layout:

Installs
33
GitHub Stars
3
First Seen
Jun 28, 2026
arabic-rtl-best-practices — almubarmij/arabic-ai-skills