Agent skill

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.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
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.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Version: 0.1.1
Path: SkillBank/ConvSkill/english_gpt4_8/hindi_to_english_font_transliteration/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
  3. Examples
  4. Example 1
  5. Example 2
More from AutoSkill
All skills →
About this skill
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.

Keep going