From branch-memory
Displays current Git branch memory status including active memory, saved memory, and configuration. Useful for checking Claude Code memory state.
How this skill is triggered — by the user, by Claude, or both
Slash command
/branch-memory:statusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Show the current branch memory status.
Show the current branch memory status.
Run:
node "${CLAUDE_PLUGIN_ROOT}/dist/cli.js" status
Present the output to the user in a readable format.
npx claudepluginhub davidcreador/claude-code-branch-memory-managerLists all stored branch memories with sizes and last modified dates, highlighting the current branch. Useful for managing Git branch-specific persistent context via CLI.
Reports on Claude Code memory health: line counts, topic files, capacity, stale entries, and offers recommendations. Use /si:status --brief for a quick summary.
Summarizes git repository state: branch/sync status, staged/unstaged/untracked changes counts, recent commits, stashes, and suggested next steps.