Rtl Css
Generates RTL (right-to-left) CSS code snippets from natural language descriptions, aiding in internationalization efforts.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add rtl-css npx -- -y @trustedskills/rtl-css
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"rtl-css": {
"command": "npx",
"args": [
"-y",
"@trustedskills/rtl-css"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill, rtl-css, likely provides capabilities related to Right-To-Left (RTL) CSS styling. While specific details are not provided in the source material, RTL CSS is used to format content and user interfaces for languages that read from right to left, such as Arabic or Hebrew. It handles things like text direction, mirror image layouts, and proper alignment of elements.
When to use it
- Generating CSS for websites targeting RTL-reading audiences.
- Converting existing LTR (Left-To-Right) CSS to be compatible with RTL layouts.
- Creating UI components that dynamically adapt to different text directions.
- Ensuring proper rendering of Arabic or Hebrew content within a web application.
Key capabilities
- RTL CSS styling
- Text direction handling
- Layout mirroring
Example prompts
- "Generate RTL CSS for a website with a right-aligned navigation bar."
- "Convert this LTR CSS snippet to be compatible with an RTL layout: [CSS code]"
- "Create a UI component that automatically adjusts its layout based on text direction (LTR or RTL)."
Tips & gotchas
The effectiveness of this skill depends heavily on the complexity and specificity of your requests. Providing clear examples of desired RTL behavior will likely yield better results.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.