بنقرة واحدة
load
Load a branch-specific CLAUDE.md memory file. Use when the user wants to load context from a different branch.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Load a branch-specific CLAUDE.md memory file. Use when the user wants to load context from a different branch.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
List all stored branch memories with their sizes and last modified dates.
Save the current CLAUDE.md to branch-specific memory. Use when the user wants to save their current branch context.
Show the current branch memory status including active memory, saved memory, and configuration.
| name | load |
| description | Load a branch-specific CLAUDE.md memory file. Use when the user wants to load context from a different branch. |
Load a branch-specific memory file into the current CLAUDE.md.
Run the following command:
node "${CLAUDE_PLUGIN_ROOT}/dist/cli.js" load $ARGUMENTS
If no branch was specified in the arguments, list available branches first:
node "${CLAUDE_PLUGIN_ROOT}/dist/cli.js" list
Then ask the user which branch memory to load.
Report the result to the user.