Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
load - Skill - OpenSmartRoute
Skillv1.0.0
load
Load a branch-specific CLAUDE.md memory file. Use when the user wants to load context from a different branch.
Imported from Davidcreador/claude-code-branch-memory-manager (skills/load/SKILL.md). Install upstream with npx skills add Davidcreador/claude-code-branch-memory-manager --skill load. Copyright stays with the author.
Load Branch Memory
Load a branch-specific memory file into the current CLAUDE.md.
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.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "davidcreador-claude-code-branch-memory-manager-load",
"kind": "skill",
"name": "load",
"description": "Load a branch-specific CLAUDE.md memory file. Use when the user wants to load context from a different branch.",
"publisher": "Davidcreador",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Load a branch-specific CLAUDE.md memory file. Use when the user wants to load context from a different branch."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/Davidcreador/claude-code-branch-memory-manager",
"path": "skills/load/SKILL.md",
"ref": "c0aa6f0e1c0d45cb02678837fe9c1f54aa4111e5",
"url": "https://github.com/Davidcreador/claude-code-branch-memory-manager/blob/c0aa6f0e1c0d45cb02678837fe9c1f54aa4111e5/skills/load/SKILL.md",
"key": "Davidcreador/claude-code-branch-memory-manager/skills/load/SKILL.md"
}
},
"instructions": "# Load Branch Memory\n\nLoad a branch-specific memory file into the current CLAUDE.md.\n\nRun the following command:\n```bash\nnode \"${CLAUDE_PLUGIN_ROOT}/dist/cli.js\" load $ARGUMENTS\n```\n\nIf no branch was specified in the arguments, list available branches first:\n```bash\nnode \"${CLAUDE_PLUGIN_ROOT}/dist/cli.js\" list\n```\n\nThen ask the user which branch memory to load.\n\nReport the result to the user.",
"cost": {
"context_tokens": 99
}
}
Fetch it by URL: GET /api/v1/registry/davidcreador-claude-code-branch-memory-manager-load/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.