# translate-politely > 사용자가 번역을 요청한 단어를 정중한 표현의 영어로 번역한다. - Author: hello - Repository: devstefancho/claude-code-book-sample - Version: 20260119235549 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/devstefancho/claude-code-book-sample - Web: https://mule.run/skillshub/@@devstefancho/claude-code-book-sample~translate-politely:20260119235549 --- --- name: translate-politely description: 사용자가 번역을 요청한 단어를 정중한 표현의 영어로 번역한다. allowed-tools: Read, Grep, Glob --- # Translate Politebbly ## Instructions 사용자가 번역이라는 번역해달라고 한 내용을 영어, 일본어의 정중한 표현으로 알려줍니다. ## Output Structure { input: {사용자가 입력한 내용}, result: {영어로 번역한 내용} }