Skip to content
Development
Hook

Hooks

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

From plugin
fdeops
81636 skills5 commands3 hooks
Install
> /plugin marketplace add suboss87/FDEOps
> /plugin install fdeops@fdeops

Ships with fdeops. 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.

  • '${CLAUDE_PLUGIN_ROOT}/hooks/session-start'

PreCompact

  • '${CLAUDE_PLUGIN_ROOT}/hooks/pre-compact'

SessionEnd

  • '${CLAUDE_PLUGIN_ROOT}/hooks/session-stop'
Read hooks/hooks.json
Ships withfdeops

Skills for forward deployed engineers, used through your AI coding agent. FDEOps helps you turn a customer problem into a working system: clarify the goal, choose an architecture, build and integrate, then verify the result and prepare for rollout.

Get the whole plugin
Stats
763
Stars
103
Forks
Active
Maintenance
JavaScript
Language
MIT
License
5d ago
Last commit
3mo ago
Created

Repo: suboss87/FDEOps