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 / fix-issues.md
Created February 12, 2026 12:22
claude code 이슈 처리 에이전트

Fetch open issues from Linear and fix them all.

Known IDs

  • Linear team ID: xxxx
  • Supabase project ID: xxxx

Linear API

Use the Linear GraphQL API via curl with this key:

@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() {