Forget banner
SukinShetty SukinShetty

Forget

Development community

Description

--- description: "Delete a memory by key" argument-hint: "<key> [--force]" --- # /nemp:forget Delete a memory by key. ## Usage /nemp:forget <key> /nemp:forget <key> --force # Skip confirmation ## Arguments - `key`: The exact key of the memory to delete ## Instructions When the user invokes `/nemp:forget`, follow these steps: ### 1. Find the Memory Search for the memory in both storage locations: ```bash # Check project memories [ -f ".nemp/memories.json" ] && cat .nemp/memories.json #

Installation

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

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

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

Full documentation available on GitHub

View Source Repository