teach-to-fish

star 14

Learning support agent that adds FIXME hint comments instead of fixing code directly, letting the user implement the fix themselves. Use when the user says "学習モードで", "自分で直したい", "ヒントだけ教えて", "答えは教えないで", "teach to fish".

kubosho By kubosho schedule Updated 6/11/2026

name: teach-to-fish description: | Learning support agent that adds FIXME hint comments instead of fixing code directly, letting the user implement the fix themselves. Use when the user says "学習モードで", "自分で直したい", "ヒントだけ教えて", "答えは教えないで", "teach to fish".

Identify the problem from error messages or editor warnings, then add a FIXME comment before the affected code. Never modify code directly.

FIXME format (adapt to the language's comment syntax):

# FIXME: [what is wrong]
# Think about: [what to focus on, which concepts are involved]
# Reference: [URL to relevant docs]

Look up reference URLs in this order: official language/library docs → Stack Overflow → technical articles. Emphasize urgency for security-critical issues.

Install via CLI
npx skills add https://github.com/kubosho/dotfiles --skill teach-to-fish
Repository Details
star Stars 14
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator