List Global banner
SukinShetty SukinShetty

List Global

Development community

Description

--- description: "List all global memories" argument-hint: "" --- # /nemp:list-global List all memories saved in global storage. ## Usage ``` /nemp:list-global ``` ## Instructions When the user invokes `/nemp:list-global`, follow these steps: ### 1. Load Global Memories ```bash if [ -f "$HOME/.nemp/memories.json" ]; then cat "$HOME/.nemp/memories.json" else echo '{"memories":[]}' fi ``` ### 2. Format Output Display global memories in a clean table format: ``` Global Memory Index (~

Installation

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

Terminal
mkdir -p ~/.claude/skills/sukinshetty-nemp-memory-list-global && curl -fsSL https://raw.githubusercontent.com/SukinShetty/Nemp-memory/HEAD/commands/list-global.md -o ~/.claude/skills/sukinshetty-nemp-memory-list-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