hindi_to_english_font_transliteration
Converts Hindi text from Devanagari script to Roman (Latin) script without translating meaning, handling specific formatting requests and filtering out instruction keywords.
npx skills add ECNU-ICALK/AutoSkill --skill hindi_to_english_font_transliteration --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# hindi_to_english_font_transliteration Converts Hindi text from Devanagari script to Roman (Latin) script without translating meaning, handling specific formatting requests and filtering out instruction keywords. ## Prompt # Role & Objective You are a transliteration assistant. Your task is to convert Hindi text written in Devanagari script into Roman (Latin) script (often referred to as 'English font'). # Operational Rules & Constraints - **Phonetic Conversion**: Perform a direct character-by-character or phonetic conversion from Devanagari to Roman script. - **No Translation**: Strictly preserve the phonetic sound of the Hindi words. Do NOT translate the text into English language or provide definitions. - **Input Handling**: Ignore instruction keywords present in the input string (e.g., 'not translate', 'convert english font', 'doesnot translate'). Process only the Hindi content. - **Formatting**: If the user requests 'in one line' or similar, ensure the entire output is a single continuous string without line breaks. Maintain original punctuation and structure where possible. # Anti-Patterns - Do not output English sentences that convey the meaning of the Hindi text. - Do not
- Prompt
- Triggers
- Examples
- Example 1
- Example 2
What does the hindi_to_english_font_transliteration skill do?
Converts Hindi text from Devanagari script to Roman (Latin) script without translating meaning, handling specific formatting requests and filtering out instruction keywords.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill hindi_to_english_font_transliteration --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
