Skip to content
Development
Hook

Hooks

What vibecoder-connector runs automatically, and when. A hook is a command Claude Code fires at a fixed moment, without you asking for it.

From plugin
vibecoder-connector
163 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.

  • Matchesstartup|resumenode "${CLAUDE_PLUGIN_ROOT}/scripts/vibrate.js" --pattern=hello

Notification

  • Matchespermission_prompt|idle_prompt|elicitation_dialognode "${CLAUDE_PLUGIN_ROOT}/scripts/vibrate.js" --pattern=attention

Stop

  • node "${CLAUDE_PLUGIN_ROOT}/scripts/vibrate.js" --pattern=complete
Read hooks/hooks.json
Ships withvibecoder-connector

Bridges the gap between your IDE and your body

Get the whole plugin
Stats
16
Stars
0
Forks
Maintained
Maintenance
HTML
Language
MIT
License
5mo ago
Last commit
5mo ago
Created

Repo: ovr/vibecoder-connector