Loading...
Loading...
Analyze codebase structure, dependencies, changes, and cross-agent handoffs. Use when user asks about project structure, where code is located, how files connect, what changed, how to resume work, or before starting any coding task.
npx skill4agent add jordancoin/codemap codemapcodemap . # Project structure and top files
codemap --deps # Dependency flow (imports/functions)
codemap --diff # Changes vs main branch
codemap --diff --ref <branch> # Changes vs specific branch
codemap handoff . # Build + save handoff artifact
codemap handoff --latest . # Read latest saved handoff
codemap handoff --json . # Machine-readable handoff payload
codemap handoff --since 2h . # Limit timeline lookback when building
codemap handoff --prefix . # Stable prefix snapshot only
codemap handoff --delta . # Recent delta snapshot only
codemap handoff --detail a.go . # Lazy-load full detail for one changed filecodemap .codemap --depscodemap --diff--ref <branch>codemap handoff.codemap/handoff.latest.jsoncodemap .src/main/javacodemap --depscodemap --diff(new)✎(+N -M)codemap handoffprefixdeltapathhashstatussizerisk_filesprefix_hashdelta_hashcombined_hash--latestsession-stop.codemap/handoff.latest.jsonsession-startcodemap .codemap --depscodemap --diffcodemap --depscodemap --depscodemap handoff .--jsoncodemap handoff --latest .