Promote banner
LewenW LewenW

Promote

Development community

Description

--- name: promote description: Promote a project memory to a shared namespace --- Help the user promote memories from the current project to a shared namespace: 1. If the user specified content, use `promote_memory` directly 2. If not, use `search_memories` with scope="project" to show current project's memories 3. Ask which memory to promote and to which namespace 4. If no namespaces exist, offer to create one first with `manage_namespaces` 5. Execute the promotion and confirm the result

Installation

Installs to ~/.claude/skills/lewenw-claude-memory-bridge-promote/SKILL.md

Terminal
mkdir -p ~/.claude/skills/lewenw-claude-memory-bridge-promote && curl -fsSL https://raw.githubusercontent.com/LewenW/claude-memory-bridge/HEAD/commands/promote.md -o ~/.claude/skills/lewenw-claude-memory-bridge-promote/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository