Skip to content
Productivity
Hook

Hooks

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

From plugin
basecamp
2412 skills4 hooks
Install
$ npx -y skills add basecamp/basecamp-cli --agent claude-code

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

  • Matchesstartup|resume|clear|compactbasecamp agent-hook session-start

PreToolUse

  • MatchesBashbasecamp agent-hook pre-commit-snapshot

PostToolUse

  • MatchesBashbasecamp agent-hook post-commit

PostToolUseFailure

  • MatchesBashbasecamp agent-hook post-commit
Read hooks/hooks.json

In the plugin's words

How basecamp describes its own hook set.

Basecamp agent hooks: session context and commit-reference nudges.
Ships withbasecamp

basecamp is the official command-line interface for Basecamp. Manage projects, todos, messages, and more from your terminal or through AI agents.

Get the whole plugin
Stats
241
Stars
18
Forks
Active
Maintenance
Go
Language
MIT
License
4d ago
Last commit
7mo ago
Created

Repo: basecamp/basecamp-cli