Help us improve
Share bugs, ideas, or general feedback.
From branch-memory
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.
npx claudepluginhub davidcreador/claude-code-branch-memory-managerHow this skill is triggered — by the user, by Claude, or both
Slash command
/branch-memory:listThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
List all stored branch-specific memory files.
Displays current Git branch memory status including active memory, saved memory, and configuration. Useful for checking Claude Code memory state.
Reviews, consolidates, and prunes Claude Code project memory files. Supports dry-run and atomic apply modes for safe batch maintenance.
Lists loaded memory files and scans disk for available memory context (schema, daily logs, registers, archive) in Claude Code sessions. Highlights gaps and suggests actions.
Share bugs, ideas, or general feedback.
List all stored branch-specific memory files.
Run:
node "${CLAUDE_PLUGIN_ROOT}/dist/cli.js" list
Present the output to the user, highlighting the current branch if applicable.