.claude/skills/audit-rtl/SKILL.md
Find LTR-only Tailwind classes (ml-, mr-, pl-, pr-, left-, right-, text-left, text-right) in JSX files. These break the Arabic-first layout. Use after editing pages and before /complete-session.
npx skillsauth add malhajri07/real-estate-CRM-project audit-rtlInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
The app is RTL-first. Any directional class that uses left/right instead of logical start/end will visually break for Arabic users.
| Use this | Not this |
|---|---|
| ms-2 | ml-2 |
| me-4 | mr-4 |
| ps-3 | pl-3 |
| pe-6 | pr-6 |
| start-0 | left-0 |
| end-2 | right-2 |
| text-start | text-left |
| text-end | text-right |
| border-s | border-l |
| border-e | border-r |
| rounded-s-md | rounded-l-md |
| rounded-e-md | rounded-r-md |
apps/web/src/ for each forbidden pattern in .tsx and .ts files. Use a single combined regex if possible.// rtl-ok comment annotations (rare opt-out).tsx files scannedtext-right inside a dir="ltr" block (e.g. an English-only admin panel) is intentionalnode_modulesright / left in inline JS logic (those are computed values, not Tailwind classes)testing
Create and edit Obsidian Flavored Markdown with wikilinks, embeds, callouts, properties, and other Obsidian-specific syntax. Use when working with .md files in Obsidian, or when the user mentions wikilinks, callouts, frontmatter, tags, embeds, or Obsidian notes.
tools
Interact with Obsidian vaults using the Obsidian CLI to read, create, search, and manage notes, tasks, properties, and more. Also supports plugin and theme development with commands to reload plugins, run JavaScript, capture errors, take screenshots, and inspect the DOM. Use when the user asks to interact with their Obsidian vault, manage notes, search vault content, perform vault operations from the command line, or develop and debug Obsidian plugins and themes.
data-ai
Create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries. Use when working with .base files, creating database-like views of notes, or when the user mentions Bases, table views, card views, filters, or formulas in Obsidian.
tools
Create and edit JSON Canvas files (.canvas) with nodes, edges, groups, and connections. Use when working with .canvas files, creating visual canvases, mind maps, flowcharts, or when the user mentions Canvas files in Obsidian.