Skip to content

Instantly share code, notes, and snippets.

View planetbk9's full-sized avatar

Kevin koo planetbk9

  • seoul, south korea
View GitHub Profile
@planetbk9
planetbk9 / english-teacher.sh
Last active January 30, 2026 12:33
English teacher in Claude Code
#!/bin/bash
# .claude/hooks/english-teacher.sh
# English Teacher Hook - Analyzes user's English and provides feedback
# Triggered on UserPromptSubmit
# Debug mode - set to true to enable logging
DEBUG=true
DEBUG_LOG="/tmp/english-teacher-debug.log"
debug_log() {