Skip to content
Productivity
Hook

Hooks

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

From plugin
resume-builder
849 skills4 agents9 commands1 hook
+1
Install
> /plugin marketplace add jananthan30/Resume-Builder
> /plugin install resume-builder@resume-builder-marketplace

Ships with resume-builder. 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.

  • python -c "import fastmcp; print('resume-builder: Plugin ready'+' (full local scoring)' if __import__('importlib').util.find_spec('sentence_transformers') else ' (cloud scoring)')" 2>/dev/null || echo 'resume-builder: Not set up. Run /resume-builder:setup'
Read hooks/hooks.json
Ships withresume-builder

Every AI resume tool promises to "beat the ATS." This one has a harder rule: it never invents experience — and when a job is a genuine mismatch, it declines to tailor at all and tells you why.

Get the whole plugin, auto-invoked