Korean language skills for AI coding agents
νκ΅μ΄ λ¬Έμ π°π·
This repository provides Korean language skills for AI coding agents (Claude Code, Cursor, Windsurf, etc.) supporting the Agent Skills format.
npx skills add daleseo/korean-skillsnpx skills add daleseo/korean-skills@humanizer
npx skills add daleseo/korean-skills@grammar-checker
npx skills add daleseo/korean-skills@style-guideDetects and corrects Korean AI writing patterns to transform text into natural human writing
Key features:
- 24 detection patterns across 5 categories
- Based on KatFishNet paper (94.88% AUC accuracy)
- Preserves meaning and formality level
Detection categories:
- Punctuation (7 patterns) - 94.88% AUC
- Spacing (3 patterns) - 79.51% AUC
- POS Diversity (3 patterns) - 82.99% AUC
- Vocabulary (7 patterns) - pronoun/demonstrative overuse, subject omission, etc.
- Sentence Structure (4 patterns)
When does it activate?
- When you paste Korean text for humanization
- When using
/humanizercommand - When working with AI-generated Korean content
Example:
Before (AI): μΈκ³΅μ§λ₯ κΈ°μ μ λ°μ μ λΉ λ₯΄κ² μ§νλκ³ μμΌλ©°, λ€μν μ°μ
λΆμΌμ μ μ©λκ³ μμ΅λλ€.
After: μΈκ³΅μ§λ₯ κΈ°μ μ λΉ λ₯΄κ² λ°μ νκ³ μμΌλ©° μ¬λ¬ μ°μ
λΆμΌμ μ μ©λκ³ μμ΅λλ€.
Usage:
/humanizer
[Paste Korean text to humanize]
npx skills add daleseo/korean-skills@humanizerπ Full documentation β SKILL.md
Resources:
- π KatFishNet Paper
- π Pattern references
- π English version | Chinese version
Korean grammar, spelling, spacing, and punctuation checker based on standard Korean language rules
Key features:
- 4 error categories with priority levels
- Educational explanations for each error
- Context-aware corrections (formal vs informal)
- Confidence levels (certain errors vs recommendations)
Error categories:
- Spelling/Orthography (Highest priority) - λ/λΌ, -γ΄μ§/-λμ§, etc.
- Spacing (High priority) - μμ‘΄λͺ μ¬, 보쑰μ©μΈ, λ¨μλͺ μ¬
- Grammar Structure (Medium priority) - Particles, verb endings
- Punctuation (Low priority) - Commas, exclamation marks
When does it activate?
- When you paste Korean text for grammar checking
- When using
/grammar-checkercommand - When reviewing Korean documents
Example:
Before: μ΄ νλ‘μ νΈλ μ¬μ©μλ€μκ² λλμ κ²½νμ μ 곡νκΈ°μν΄ μμλμ.
After: μ΄ νλ‘μ νΈλ μ¬μ©μλ€μκ² λ λμ κ²½νμ μ 곡νκΈ° μν΄ μμλμ΄μ.
Usage:
/grammar-checker
[Paste Korean text to check]
npx skills add daleseo/korean-skills@grammar-checkerπ Full documentation β SKILL.md
Resources:
- π Grammar rules reference
- π Common errors reference
- π Examples
Korean document style consistency checker for uniform writing across documents
Key features:
- 7 consistency check categories
- Multi-layered authority sources (government, academic, industry standards)
- Context-aware suggestions (document type: business/academic/technical/marketing)
- Majority-rule principle for conflicting styles
Check categories:
- Tone & Formality (Highest priority) - formal vs informal speech, subject consistency
- Terminology (High priority) - same concept different words, loanword spelling
- Numbers & Units (Medium priority) - Arabic vs Korean numerals, unit spacing
- List Structure (Medium priority) - bullet styles, ending consistency
- Quotation & Emphasis (Low priority) - quotation marks, bold/italic
- Date & Time (Low priority) - date formats, 12h/24h time
- Links & References (Low priority) - link text, citation formats
When does it activate?
- When reviewing multi-author documents
- When using
/style-guidecommand - When maintaining project-wide terminology standards
- When preparing formal documents for brand consistency
Example:
Inconsistent: μ¬μ©μλ νλ©΄μ νμΈν©λλ€. μ μ κ° νμ΄μ§ μ€μ μ λ³κ²½ν΄μ.
Consistent: μ¬μ©μλ νλ©΄μ νμΈν©λλ€. μ¬μ©μκ° νλ©΄ μ€μ μ λ³κ²½ν©λλ€.
Usage:
/style-guide
[Paste Korean document to check for style consistency]
npx skills add daleseo/korean-skills@style-guideπ Full documentation β SKILL.md
Resources:
- π Authority standards
- Government: National Institute of Korean Language guidelines
- Academic: University thesis writing standards
- Industry: Kakao Enterprise tech writing guide
- π Examples
After installation, skills activate automatically in each AI tool:
| Tool | Activation Method | Example |
|---|---|---|
| Claude Code | Auto (keyword detection) or /skill |
"Humanize this Korean text" |
| Cursor | File pattern matching | Auto-activates when working with Korean text |
| GitHub Copilot | @workspace mention |
@workspace Check Korean grammar |
MIT License - Free to use, modify, and distribute.
Contributions are welcome! Feel free to submit issues or pull requests.