List banner
SukinShetty SukinShetty

List

Development community

Description

--- description: "List all saved memory keys" argument-hint: "[--global|--project|--all]" --- # /nemp:list List all saved memory keys. ## Usage /nemp:list /nemp:list --global # Show only global memories /nemp:list --project # Show only project memories /nemp:list --all # Show both (default) ## Instructions When the user invokes `/nemp:list`, follow these steps: ### 1. Load Memories from Both Locations ```bash # Check and read project memories [ -f ".nemp/memories.json" ] && c

Installation

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

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

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

Full documentation available on GitHub

View Source Repository