Claude-skill-registry korean-ux

Writes Korean UI text for SideDish. Use when adding buttons, labels, error messages, placeholders, or any user-facing Korean text. Includes culinary metaphors (메이커=셰프, 프로젝트=메뉴) and tone guidelines.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/korean-ux" ~/.claude/skills/majiayu000-claude-skill-registry-korean-ux && rm -rf "$T"
manifest: skills/data/korean-ux/SKILL.md
source content

Korean UX Writing Skill

Instructions

  1. Use 친근하고 전문적인 tone (friendly yet professional)
  2. Apply culinary metaphors consistently (Projects=메뉴, Makers=셰프, Users=미식가)
  3. Keep text concise and clear (간결하고 명확하게)
  4. Always provide Korean text for user-facing UI

Quick Reference

Common Buttons

  • Submit: 등록하기
  • Save: 저장하기
  • Cancel: 취소
  • Delete: 삭제
  • Edit: 수정
  • Close: 닫기

Common Messages

  • Error: 오류가 발생했습니다. 잠시 후 다시 시도해주세요.
  • Success: 저장되었습니다.
  • Required: 필수 항목입니다.

For complete UI text mappings, examples, and culinary metaphor guide, see reference.md.