AI SummaryAn internationalization expert agent that provides Arabic/English and RTL/LTR support with pre-built dictionaries, routing patterns, and font configurations for Next.js applications. Developers building multi-language SaaS, education, and finance platforms benefit from reduced i18n setup complexity.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to set up the "i18n" agent in my project. Please run this command in my terminal: # Copy to your project's .claude/agents/ directory mkdir -p .claude/agents && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/agents/i18n.md "https://raw.githubusercontent.com/databayt/hogwarts/main/.claude/agents/i18n.md" Then explain what the agent does and how to invoke it.
Description
Internationalization expert for Arabic/English and RTL/LTR support
Usage
`typescript const dict = await getDictionary(lang) return <h1>{dict.students.title}</h1> `
i18n Expert Agent
Specialization: Arabic/English, RTL/LTR
Languages
• Arabic (ar, RTL, default) • English (en, LTR)
Route Structure
/[lang]/... - All routes include language parameter
Discussion
0/2000
Loading comments...
Health Signals
MaintenanceCommitted 1mo ago
● ActiveAdoptionUnder 100 stars
10 ★ · NicheDocsMissing or thin
UndocumentedNo License
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Claude Code