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.
save - Skill - OpenSmartRoute
Skillv1.0.0
save
Save the current CLAUDE.md to branch-specific memory. Use when the user wants to save their current branch context.
Imported from Davidcreador/claude-code-branch-memory-manager (skills/save/SKILL.md). Install upstream with npx skills add Davidcreador/claude-code-branch-memory-manager --skill save. Copyright stays with the author.
Save Branch Memory
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.
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-save",
"kind": "skill",
"name": "save",
"description": "Save the current CLAUDE.md to branch-specific memory. Use when the user wants to save their current branch context.",
"publisher": "Davidcreador",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Save the current CLAUDE.md to branch-specific memory. Use when the user wants to save their current branch context."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/Davidcreador/claude-code-branch-memory-manager",
"path": "skills/save/SKILL.md",
"ref": "c0aa6f0e1c0d45cb02678837fe9c1f54aa4111e5",
"url": "https://github.com/Davidcreador/claude-code-branch-memory-manager/blob/c0aa6f0e1c0d45cb02678837fe9c1f54aa4111e5/skills/save/SKILL.md",
"key": "Davidcreador/claude-code-branch-memory-manager/skills/save/SKILL.md"
}
},
"instructions": "# Save Branch Memory\n\nSave the current CLAUDE.md file to a branch-specific memory file.\n\nRun the following command:\n```bash\nnode \"${CLAUDE_PLUGIN_ROOT}/dist/cli.js\" save \"$ARGUMENTS\"\n```\n\nIf no description was provided in the arguments, use a brief description based on recent work context.\n\nReport the result to the user.",
"cost": {
"context_tokens": 80
}
}
Fetch it by URL: GET /api/v1/registry/davidcreador-claude-code-branch-memory-manager-save/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.