English writing tutor for Korean speakers - grammar checks, Korean-to-English translation, and prompt pattern tips on every prompt
npx claudepluginhub geusan/claude-skills-english-tutorEnglish writing tutor for Korean speakers - grammar checks, Korean-to-English translation, and prompt pattern tips on every prompt
An English writing tutor plugin for Korean speakers. Automatically checks your grammar, translates Korean text, and teaches prompt engineering patterns — all within Claude Code.
/plugin marketplace add geusan/claude-skills-english-tutor
/plugin install english-tutor@english-tutor
Once installed, the tutor activates automatically on every prompt. It prepends a short tutor section before Claude's main response:
---
📝 English Tutor
1. Grammar Check
"implement the function" → "Implement the function" (capitalize at sentence start)
2. English Translation
N/A - prompt is in English
3. Prompt Pattern Tip
Pattern: "Act as [role] with [expertise]..."
→ "Act as a senior backend engineer with expertise in PostgreSQL optimization..."
---
(main response follows)
Use the /tutor command to toggle the tutor:
/tutor
→ English Tutor: OFF ⛔
/tutor
→ English Tutor: ON ✅
The plugin uses a UserPromptSubmit hook that:
/tutor toggle)<english-tutor> system reminder with your prompt contextjq (for JSON parsing)MIT