Skip to content
Development
Hook

Hooks

What hi-vibe 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 jx-hxxx/hi-vibe --agent claude-code

Ships with hi-vibe. Installing the plugin gets these hooks.

What fires, and when

PostToolUse

  • Runs post_write_guard.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 session_start.py".

PreCompact

  • Runs pre_compact.py".

SessionEnd

  • Runs session_end.py".

Stop

  • Runs stop_nudge.py".
Read hooks/hooks.json
Ships withhi-vibe

The vibe-coding seatbelt for Claude Code — catches AI coding mistakes · 바이브코딩 안전벨트, AI 코딩 실수를 막는 플러그인

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

Repo: jx-hxxx/hi-vibe