🇰🇷 Korean language skills for AI agents
npx skills add https://github.com/daleseo/korean-skills --skill humanizerInstala esta habilidad con la CLI y comienza a usar el flujo de trabajo SKILL.md en tu espacio de trabajo.
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-skills
npx skills add daleseo/korean-skills@humanizer
npx skills add daleseo/korean-skills@grammar-checker
npx skills add daleseo/korean-skills@style-guide
Detects and corrects Korean AI writing patterns to transform text into natural human writing
Key features:
Detection categories:
When does it activate?
/humanizer commandExample:
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:
Error categories:
When does it activate?
/grammar-checker commandExample:
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:
Check categories:
When does it activate?
/style-guide commandExample:
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:
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.