.agents/skills/mojaz-i18n-RTL-rules/SKILL.md
Internationalization and bidirectional text rules
npx skillsauth add ZakariaAl-honyny/Mojaz .agents/skills/mojaz-i18n-RTL-rulesInstall 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.
// public/locales/ar/{namespace}.json
{
"section": {
"title": "العنوان بالعربي",
"description": "الوصف بالعربي"
}
}
// public/locales/en/{namespace}.json
{
"section": {
"title": "English Title",
"description": "English description"
}
}
CSS Logical Properties Mapping
ml-* → ms-* (margin-inline-start)
mr-* → me-* (margin-inline-end)
pl-* → ps-* (padding-inline-start)
pr-* → pe-* (padding-inline-end)
left-* → start-*
right-* → end-*
text-left → text-start
text-right → text-end
development
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
testing
Create and manage Agent Skills following the agentskills.io specification. Use when users want to create, validate, or modify skills for AI agents.
testing
Testing standards and patterns
development
Security requirements — NON-NEGOTIABLE