Hooks
What fable-ish runs automatically, and when. A hook is a command Claude Code fires at a fixed moment, without you asking for it.
$ npx -y skills add chrisryugj/fable-ish --agent claude-codeShips with fable-ish. Installing the plugin gets these hooks.
What fires, and when
UserPromptSubmit
Fires before Claude sees each prompt you send. A plugin can use it to inject context, so the same instruction reaches the model every turn instead of only at session start.
- Runs user_prompt_submit.py".
PreToolUse
- Runs pre_tool_use.py".
PermissionRequest
- Runs permission_request.py".
PostToolUse
- Runs post_tool_use.py".
PostToolUseFailure
- Runs post_tool_use.py".
Stop
- Runs stop_gate.py".
Where it lives
- hooks/permission_request.pyGitHub
- hooks/post_tool_use.pyGitHub
- hooks/pre_tool_use.pyGitHub
- hooks/stop_gate.pyGitHub
- hooks/user_prompt_submit.pyGitHub
Read the script before you install anything that runs on your machine. This is the one part of a plugin that acts without being asked.
"fable-ish" = "Fable처럼(-ish)". 관찰 가능한 검증으로 통과하기 전에는, 완료를 인정하지 않는다. fable-ish는 Anthropic이 최근 선보인 코딩 모델 Fable이 보여준 검증 규율을 Claude Code 훅으로 재현한 플러그인입니다.
Repo: chrisryugj/fable-ish

