Skip to content
Development
Hook

Hooks

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

From plugin
fullstack-dev-kit
1412 skills7 agents3 commands3 hooks
+1
Install
> /plugin marketplace add theam/claude-dev-kit
> /plugin install fullstack-dev-kit@claude-dev-kit

Ships with fullstack-dev-kit. 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.

  • node "${CLAUDE_PLUGIN_ROOT}/scripts/telemetry.mjs"

Stop

  • node "${CLAUDE_PLUGIN_ROOT}/scripts/telemetry.mjs"

SessionEnd

  • node "${CLAUDE_PLUGIN_ROOT}/scripts/telemetry.mjs"
Read hooks/hooks.json
Ships withfullstack-dev-kit

An open-source Claude Code plugin by The Agile Monkeys: a stack-agnostic issue-to-PR workflow with enforced quality gates. Also runs on OpenAI Codex, Cursor, and other Agent Plugins 1.0.0 clients.

Get the whole plugin