Skip to content
Development
Hook

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.

Install
$ npx -y skills add chrisryugj/fable-ish --agent claude-code

Ships 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".
Read hooks/hooks.json

Where it lives

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.

Ships withfable-ish

"fable-ish" = "Fable처럼(-ish)". 관찰 가능한 검증으로 통과하기 전에는, 완료를 인정하지 않는다. fable-ish는 Anthropic이 최근 선보인 코딩 모델 Fable이 보여준 검증 규율을 Claude Code 훅으로 재현한 플러그인입니다.

Get the whole plugin, auto-invoked
Stats
41
Stars
0
Views
10
Forks
Active
Maintenance
Python
Language
MIT
License
5d ago
Last commit
1mo ago
Created

Repo: chrisryugj/fable-ish