Skip to content
Development
Hook

Hooks

What nunchi 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 seob717/nunchi --agent claude-code

Ships with nunchi. Installing the plugin gets these hooks.

What fires, and when

PreToolUse

  • Runs pretooluse.py".

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 sessionstart.py".

InstructionsLoaded

  • Runs instructionsloaded.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 withnunchi

"Rules with nunchi — delivered before you have to ask." nunchi is a Claude Code plugin that turns CLAUDE.md rules into event listeners.

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

Repo: seob717/nunchi