Skip to content
Development
Hook

Hooks

What senior-dev 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 foundry-studio-lab/nzshrimper-senior-dev --agent claude-code

Ships with senior-dev. 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 session-start.mjs".

PreToolUse

  • Runs commit-gate.mjs".

Stop

  • Runs stop-gate.mjs".
Read hooks/hooks.json
Ships withsenior-dev

A disciplined senior developer, with a second reviewer over its shoulder, for every Claude Code coding session.

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

Repo: foundry-studio-lab/nzshrimper-senior-dev