Pm Recall banner
atrivm atrivm

Pm Recall

Development community

Description

--- description: Semantic search across all memories (global + every project) argument-hint: "<natural-language query>" --- # /pm-recall — Cross-project semantic search Search across all memories (global + every registered Claude Code project) for the entries most relevant to the query. **Query:** $ARGUMENTS ## Procedure Run via Bash the following Python one-shot (handles robust parsing of basic-memory output, which sometimes contains control chars that break jq): ```bash python3 <<'PY' im

Installation

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

Terminal
mkdir -p ~/.claude/skills/atrivm-persistmind-pm-recall && curl -fsSL https://raw.githubusercontent.com/atrivm/persistmind/HEAD/commands/pm-recall.md -o ~/.claude/skills/atrivm-persistmind-pm-recall/SKILL.md

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

Full documentation available on GitHub

View Source Repository