Takes modern Korean text and rewrites it in a Middle Korean style with archaic particles like ᄋᆞᆫ and ᄋᆞᆯ, old verb endings, Hanja hints for certain words, and tone marks for flavor. It's deterministic and rule-based, preserving URLs and code blocks while transforming everything else. This is explicitly a creative styling tool, not an academic reconstruction of historical Korean, so use it for playful memes, jokes, or aesthetic rewrites, not linguistic papers or formal documents. The Node.js script supports stdin, file input, or direct text flags and outputs JSON with replacement logs. It feels like a fun weekend project that solves a very specific niche: making modern Korean look like it came from a 15th-century manuscript without actually studying historical linguistics.
npx -y skills add nomadamas/k-skill --skill korean-middle-korean --agent claude-codeInstalls into .claude/skills of the current project.
사용자가 한국어 문장을 "한국 중세 국어처럼", "훈민정음/중세국어 느낌으로", "옛 국어 밈체로" 바꾸어 달라고 할 때, 입력문을 결정론적 Middle Korean-style 문체로 바꾼다.
이 스킬은 학술적 복원이 아니라 창작용 스타일 변환이다.
ᄋᆞᆫ, ᄋᆞᆯ, 애 같은 중세국어풍 표기로 바꾼다.했다, 하는, 말하는 같은 현대 어미를 ᄒᆞ엿다〮, ᄒᆞᄂᆞᆫ, ᄆᆞᆯᄒᆞᄂᆞᆫ처럼 바꾼다.年, 月, 日로 바꾼다.熱愛說, 俳優, 學校처럼 Hanja 힌트를 섞는다.node 18+korean-middle-korean skill 디렉터리 안에 scripts/korean_middle_korean.js helper 포함korean-middle-korean skill 디렉터리를 기준으로 node scripts/korean_middle_korean.js 를 실행한다.
output을 사용자에게 반환한다.replacements 배열의 규칙 적용 내역을 요약한다.node scripts/korean_middle_korean.js --text "민수는 3월 5일 학교에서 공부했다."
node scripts/korean_middle_korean.js --text "열애설을 인정했다." --format text
cat input.txt | node scripts/korean_middle_korean.js --stdin --format json
node scripts/korean_middle_korean.js --file ./input.txt --format text
output을 중심으로 답한다.{
"profile": "middle-korean-style-v1",
"input": "열애설을 인정했다.",
"output": "熱愛說ᄋᆞᆯ 인졍ᄒᆞ엿다〮.",
"replacements": [
{ "kind": "lexicon", "from": "열애설", "to": "熱愛說", "count": 1 }
],
"contract": "Deterministic Korean Middle Korean-style rewrite..."
}
node scripts/korean_middle_korean.js --help 가 동작한다.--text, --file, --stdin 입력이 모두 동작한다.juliusbrussee/caveman
mattpocock/skills
obra/superpowers
forrestchang/andrej-karpathy-skills
vercel-labs/skills