Pm Promote banner
atrivm atrivm

Pm Promote

Development community

Description

--- description: Promote a memory from project to global (User) scope argument-hint: "<memory-name-to-promote>" --- # /pm-promote — Promote memory to global Promote the memory `$ARGUMENTS` from the current project to the global User layer. > **Path convention:** `$CLAUDE_DIR` = `${CLAUDE_CONFIG_DIR:-$HOME/.claude}` (active Claude Code config dir). Default `~/.claude`; multi-account setups like `claude-work` set it to `~/.claude-work`. The global layer (`~/.claude/memory/persistmind/`) stays s

Installation

Installs to ~/.claude/skills/atrivm-persistmind-pm-promote/SKILL.md

Terminal
mkdir -p ~/.claude/skills/atrivm-persistmind-pm-promote && curl -fsSL https://raw.githubusercontent.com/atrivm/persistmind/HEAD/commands/pm-promote.md -o ~/.claude/skills/atrivm-persistmind-pm-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