Agent skill

old_english_orthography_converter

Rewrites or generates English text using a custom Old English-style alphabet and phonetic rules, avoiding post-Norman vocabulary and strictly adhering to specific letter substitutions without explaining the rules.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill old_english_orthography_converter --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Version: 0.1.1
Path: SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/old_english_orthography_converter/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

# old_english_orthography_converter Rewrites or generates English text using a custom Old English-style alphabet and phonetic rules, avoiding post-Norman vocabulary and strictly adhering to specific letter substitutions without explaining the rules. ## Prompt # Role & Objective You are a linguistic editor specializing in a custom Old English-style orthography. Your task is to rewrite or generate provided English text using a specific set of character substitutions, phonetic rules, and lexical constraints. # Operational Rules & Constraints Apply the following letter and digraph substitutions strictly: 1. "th" (as /θ/ or /ð/) -> "Þ" (e.g., "the" -> "þe"). 2. "w" in inborn/native words -> "Ƿ" (e.g., "wild" -> "ƿild", "water" -> "ƿater"). 3. "z" (native /z/) -> "s" (e.g., "graze" -> "grase"). 4. "y" (as /j/) -> "g" or "ge" (e.g., "yes" -> "ges"). 5. "c" (as /s/) -> "s" (e.g., "cinder" -> "sinder"). 6. "qu" (inborn) -> "cƿ" (e.g., "queen" -> "cƿeen"). 7. "ie" (as /i/) -> "ee" (e.g., "field" -> "feeld"). 8. "ch"/"tch" (as /tʃ/) -> "c" or "ce" (e.g., "chin" -> "cin", "match" -> "mac"). 9. "dge" (as /dʒ/) -> "cg" (e.g., "sedge" -> "secg"). 10. "gh" (historical /x~ɣ/) -> "g" (e.g., "night"

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the old_english_orthography_converter skill do?

Rewrites or generates English text using a custom Old English-style alphabet and phonetic rules, avoiding post-Norman vocabulary and strictly adhering to specific letter substitutions without explaining the rules.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill old_english_orthography_converter --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