Skip to content

DaleSeo/korean-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

21 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Korean Skills

Korean language skills for AI coding agents

License: MIT Skills

ν•œκ΅­μ–΄ λ¬Έμ„œ πŸ‡°πŸ‡·

This repository provides Korean language skills for AI coding agents (Claude Code, Cursor, Windsurf, etc.) supporting the Agent Skills format.

Quick Start

Install all skills

npx skills add daleseo/korean-skills

Install specific skill

npx skills add daleseo/korean-skills@humanizer
npx skills add daleseo/korean-skills@grammar-checker
npx skills add daleseo/korean-skills@style-guide

Skills

Detects 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 /humanizer command
  • 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:


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:

  1. Spelling/Orthography (Highest priority) - 되/돼, -γ„΄μ§€/-λŠ”μ§€, etc.
  2. Spacing (High priority) - 의쑴λͺ…사, λ³΄μ‘°μš©μ–Έ, λ‹¨μœ„λͺ…사
  3. Grammar Structure (Medium priority) - Particles, verb endings
  4. Punctuation (Low priority) - Commas, exclamation marks

When does it activate?

  • When you paste Korean text for grammar checking
  • When using /grammar-checker command
  • 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:


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:

  1. Tone & Formality (Highest priority) - formal vs informal speech, subject consistency
  2. Terminology (High priority) - same concept different words, loanword spelling
  3. Numbers & Units (Medium priority) - Arabic vs Korean numerals, unit spacing
  4. List Structure (Medium priority) - bullet styles, ending consistency
  5. Quotation & Emphasis (Low priority) - quotation marks, bold/italic
  6. Date & Time (Low priority) - date formats, 12h/24h time
  7. Links & References (Low priority) - link text, citation formats

When does it activate?

  • When reviewing multi-author documents
  • When using /style-guide command
  • 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

How to Use

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

License

MIT License - Free to use, modify, and distribute.

Contributing

Contributions are welcome! Feel free to submit issues or pull requests.

About

πŸ‡°πŸ‡· Korean language skills for AI agents

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages