Development
Hook
Hooks
What bundles-forge 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 OdradekAI/bundles-forge > /plugin install bundles-forge@bundles-forge-dev
Ships with bundles-forge. 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.
- Matches
startup|clear|compact"${CLAUDE_PLUGIN_ROOT}/hooks/run-hook.cmd" session-start
In the plugin's words
How bundles-forge describes its own hook set.
Bundles Forge: session bootstrap
Ships withbundles-forge
A toolkit for building bundle-plugins — AI coding plugins organized around collaborative skill workflows — across Claude Code, Cursor, Codex, OpenCode, Gemini CLI, and OpenClaw.
Get the whole plugin

