Help us improve
Share bugs, ideas, or general feedback.
From branch-memory
Saves current CLAUDE.md to branch-specific memory file via CLI command. Use to persist branch context; auto-generates description from recent work if none provided.
npx claudepluginhub davidcreador/claude-code-branch-memory-managerHow this skill is triggered — by the user, by Claude, or both
Slash command
/branch-memory:saveThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Save the current CLAUDE.md file to a branch-specific memory file.
Loads branch-specific CLAUDE.md memory files into the current session via CLI. Lists branches if unspecified. Useful for switching git branch contexts.
Saves architectural decisions, bug fixes, design patterns, and implementation details from conversations to project memory for team reference.
Saves session state and writes a handoff note so the next Claude Code session can continue cleanly. Read/writes a remember.md file at the project root.
Share bugs, ideas, or general feedback.
Save the current CLAUDE.md file to a branch-specific memory file.
Run the following command:
node "${CLAUDE_PLUGIN_ROOT}/dist/cli.js" save "$ARGUMENTS"
If no description was provided in the arguments, use a brief description based on recent work context.
Report the result to the user.