Skip to content
Automation
Hook

Hooks

What orchestrator 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 Rylaa/fable5-opus5-orchestrator --agent claude-code

Ships with orchestrator. Installing the plugin gets these hooks.

What fires, and when

SessionStart

Fires once when a session begins, and again after a context compaction. It is where a plugin sets up its environment, or restores state the compaction dropped.

  • Runs inject_instructions.py".

PreToolUse

  • Runs ledger_guard_spawn.py".

Stop

  • Runs ledger_guard_stop.py".

SessionEnd

  • Runs cleanup_session_cache.py".
Read hooks/hooks.json
Ships withorchestrator

Run Claude Fable 5 all day — without watching the usage meter. Fable 5 is the best chair a Claude Code session can have — and the most expensive seat in the house. Let it type every token itself and the session ends rate-limited, waiting out the reset window.

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

Repo: Rylaa/fable5-opus5-orchestrator