한국 개발자를 위한 Claude Code 스킬 팩. 무료. 오픈소스(MIT). 한국 개발 문맥에 특화.
Claude Code — Anthropic의 CLI 코딩 에이전트 — 를 한국 개발 환경에서 더 쓸모 있게 만드는 slash command(스킬) 모음입니다.
- PR 설명을 한국어로 자동 생성
- 한국 주석 컨벤션 자동 정렬
- 카카오/네이버/토스 등 한국 API 보일러플레이트 빠른 생성
- 한국어 변수명·식별자 자동 transliteration
모두 무료. 더 깊은 한국어 가이드(워크플로우·KB 운영·페르소나 분리)는 → hoonsikim.github.io/claude-code-kr ($19, 별도 책)
# 1. clone
git clone https://github.com/hoonsikim/claude-code-kr-skills.git
cd claude-code-kr-skills
# 2. 글로벌 스킬 디렉터리에 심볼릭 링크
mkdir -p ~/.claude/skills
ln -s "$(pwd)/skills"/* ~/.claude/skills/
# 3. Claude Code 재시작 후 슬래시 명령으로 호출
# /korean-pr-summary 등| 스킬 | 트리거 | 한 줄 |
|---|---|---|
korean-pr-summary |
/korean-pr-summary |
현재 브랜치 diff를 분석해 한국어 PR 설명을 생성. 변경 의도·범위·테스트 포인트를 자동 정리. |
로드맵:
naver-api-codegen,toss-payment-codegen,korean-comment-style,kakao-bot-scaffold.
이슈 / PR 환영. 한국 개발 문맥에서 자주 쓰는 패턴이 있다면 스킬로 제안해주세요.
MIT.
- 🎴 Saju (사주) 글로벌 — 한국 정통 사주 무료 풀이, 4언어. zero-signup·zero-storage. AI-powered.
- 📘 Claude Code 한국어 가이드 — 멀티에이전트·KB·MCP·skill 심층 가이드.
Skill pack for Korean developers using Claude Code.
This is a community-curated set of slash commands tuned for the Korean dev context: Korean-language PR summaries, comment-style alignment, boilerplate for Korean-market APIs (Kakao / Naver / Toss), and identifier transliteration.
Free under MIT. For deeper Korean-language workflow guides (KB ops, persona separation), see hoonsikim.github.io/claude-code-kr.
git clone https://github.com/hoonsikim/claude-code-kr-skills.git
cd claude-code-kr-skills
mkdir -p ~/.claude/skills
ln -s "$(pwd)/skills"/* ~/.claude/skills/Then invoke from Claude Code with /korean-pr-summary etc.
Issues and PRs welcome — especially patterns common in the Korean dev ecosystem.
- 🎴 Saju Global — authentic Korean Saju (Four Pillars of Destiny) reading, free, multilingual (EN/KO/JA/ZH). Zero signup, zero storage. AI-powered.
- 📘 Claude Code Korean Guide — in-depth multi-agent / KB / MCP / skill guide.