This walks you through installing Codemap CLI and wiring it into Claude Desktop with hooks that fire automatically during your coding sessions. It asks whether you want project level, personal, or global config, then gets the tool installed via Homebrew or Scoop, updates your CLAUDE.md with usage examples, and configures hooks like session start diffs and pre-edit import analysis. The hook system is the real value here. Instead of manually running codemap commands, you get automatic context about what changed, which files depend on what you're editing, and session timelines when you stop. It's opinionated about using diff mode to track changes, which makes sense if you're working in feature branches.
npx skills add https://github.com/neolabhq/context-engineering-kit --skill setup-codemap-cli