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
> /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"
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
Stats
14
Stars
2
Forks
Active
Maintenance
JavaScript
Language
Apache-2.0
License
6d ago
Last commit
2mo ago
Created
Repo: theam/claude-dev-kit

