Recall Global banner
SukinShetty SukinShetty

Recall Global

Development community

Description

--- description: "Retrieve a global memory" argument-hint: "<key>" --- # /nemp:recall-global Retrieve a memory from global storage by exact key or search. ## Usage ``` /nemp:recall-global <key-or-query> ``` ## Arguments - `key-or-query`: Either an exact memory key OR a natural language query to search global memories ## Instructions When the user invokes `/nemp:recall-global`, follow these steps: ### 1. Load Global Memories Read ONLY from global storage: ```bash if [ -f "$HOME/.nemp/memo

Installation

Installs to ~/.claude/skills/sukinshetty-nemp-memory-recall-global/SKILL.md

Terminal
mkdir -p ~/.claude/skills/sukinshetty-nemp-memory-recall-global && curl -fsSL https://raw.githubusercontent.com/SukinShetty/Nemp-memory/HEAD/commands/recall-global.md -o ~/.claude/skills/sukinshetty-nemp-memory-recall-global/SKILL.md

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

Full documentation available on GitHub

View Source Repository