Help us improve
Share bugs, ideas, or general feedback.
From memory-powermem
Resets PowerMem plugin-local data (runtime state, logs, venv) after explicit user confirmation. Destructive — use only to clean plugin environment.
npx claudepluginhub oceanbase/powermem --plugin memory-powermemHow this skill is triggered — by the user, by Claude, or both
Slash command
/memory-powermem:resetThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Reset is destructive. First tell the user it will stop the plugin-managed server and delete the plugin data directory containing `.env`, runtime state, logs, and venv. Only after explicit confirmation, run:
Stops the PowerMem server that was started by the Claude Code plugin, using the tracked PID in the plugin data directory.
Permanently deletes all indexed content and session stats from the context-mode knowledge base. Use via /context-mode:ctx-purge for scoped (session) or full (project) wipe.
Selectively and reversibly forget stored memories/concepts by query or date, soft-deactivating them from retrieval without deletion. Useful for privacy or decluttering the kongcode graph.
Share bugs, ideas, or general feedback.
Reset is destructive. First tell the user it will stop the plugin-managed server and delete the plugin data directory containing .env, runtime state, logs, and venv. Only after explicit confirmation, run:
POWERMEM_RESET_CONFIRM=delete sh "${CLAUDE_PLUGIN_ROOT}/scripts/reset.sh"
Do not delete project files or unrelated PowerMem servers.