korean-middle-korean

Convert Korean text into Middle Korean-style rewrites with protected URLs and code spans.

7.1k|836|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/NomaDamas/k-skill --skill korean-middle-korean
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: korean-middle-korean
Source: https://github.com/NomaDamas/k-skill/tree/main/korean-middle-korean
Command: npx skills add https://github.com/NomaDamas/k-skill --skill korean-middle-korean

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Modern Korean writing can feel too contemporary for creative, meme, or stylistic needs, and producing a consistent “Middle Korean-style” vibe by hand is time-consuming and error-prone.

Core Features & Use Cases

  • Deterministic Middle Korean-style rewrite: Converts input Korean into a fixed style using archaic particles/endings, Sino-Korean Hanja hints, and tone-mark flavor.
  • Protects structured spans: Keeps URLs, emails, Markdown links, and inline/fenced code spans unchanged so formatting and references are not corrupted.
  • Useful for stylized creation: Turn plain sentences into “훈민정음/중세국어 느낌” for casual writing, captions, and creative roleplay.

Quick Start

Ask the skill to convert the sentence you provide into a Middle Korean-style rewrite and return the result in JSON.

Frequently Asked Questions about korean-middle-korean

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert modern Korean text into Middle Korean style deterministically?

To convert modern Korean text into Middle Korean style deterministically, you provide input text to a Node.js CLI that applies fixed lexicon and regex replacement rules, replacing modern particles and endings with archaic equivalents and adding Sino-Korean Hanja hints.

What is Middle Korean style rewriting and when do I need it?

Middle Korean style rewriting is a stylistic text transformation that converts modern Korean grammar into an older register using archaic particles and endings. You need it for creative writing, meme phrasing, and tone-flavor generation where a historical vibe is required.

Does Middle Korean style rewriting protect Markdown links and code spans from alteration?

Yes, Middle Korean style rewriting protects Markdown links, URLs, emails, and inline or fenced code spans from alteration. The deterministic replacement rules skip these structured spans so formatting and references remain unchanged.

Can I get JSON output with replacement counts from Korean style transfer?

Yes, you can get JSON output with structured replacement counts from Korean style transfer. The Node.js CLI emits counts of applied replacements for user inspection, allowing you to verify which archaic particles and endings were substituted.

What are the limitations of deterministic Middle Korean style rewriting?

A limitation of deterministic Middle Korean style rewriting is that it relies on fixed lexicon and regex replacement rules rather than contextual AI generation, meaning it handles stylistic substitution mechanically and may not capture nuanced semantic shifts needed for academic or historical accuracy.

Do I need Node.js to run Korean Middle Korean style transfer?

Yes, you need Node.js to run Korean Middle Korean style transfer because the Skill is implemented as a Node.js CLI script. No additional dependencies are required beyond the base runtime environment.