Load a branch-specific CLAUDE.md memory file. Use when the user wants to load context from a different branch.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add Davidcreador/claude-code-branch-memory-manager --skill load --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Load?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/davidcreador-load)More formats (shields.io, HTML) on the badges page.
---
name: load
description: Load a branch-specific CLAUDE.md memory file. Use when the user wants to load context from a different branch.
---
# Load Branch Memory
Load a branch-specific memory file into the current CLAUDE.md.
Run the following command:
```bash
node "${CLAUDE_PLUGIN_ROOT}/dist/cli.js" load $ARGUMENTS
```
If no branch was specified in the arguments, list available branches first:
```bash
node "${CLAUDE_PLUGIN_ROOT}/dist/cli.js" list
```
Then ask the user which branch memory to load.
Report the result to the user.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!