Help us improve
Share bugs, ideas, or general feedback.
From branch-memory
Displays current Git branch memory status including active memory, saved memory, and configuration. Useful for checking Claude Code memory state.
npx claudepluginhub davidcreador/claude-code-branch-memory-managerHow 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.
Lists all stored branch memories with sizes and last modified dates, highlighting the current branch. Useful for managing Git branch-specific persistent context via CLI.
Summarizes git repository state: branch/sync status, staged/unstaged/untracked changes counts, recent commits, stashes, and suggested next steps.
Develops custom status lines for Claude Code to display git branch, context usage, model name, and session costs using bash scripts that process JSON stdin input.
Share bugs, ideas, or general feedback.
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.