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.

Install
$ npx -y skills add theam/claude-dev-kit --agent claude-code

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.

  • Runs telemetry.mjs".

Stop

  • Runs telemetry.mjs".

SessionEnd

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

Get the whole plugin, auto-invoked
Stats
4
Stars
0
Views
0
Forks
Active
Maintenance
JavaScript
Language
Apache-2.0
License
6d ago
Last commit
26d ago
Created

Repo: theam/claude-dev-kit