From memory-powermem
Resets PowerMem plugin-local data (runtime state, logs, venv) after explicit user confirmation. Destructive — use only to clean plugin environment.
How 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:
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.
npx claudepluginhub oceanbase/powermem --plugin memory-powermemStops the PowerMem server that was started by the Claude Code plugin, using the tracked PID in the plugin data directory.
Purges context-mode session data permanently by calling the ctx_purge MCP tool. Supports per-session or full-project wipe with destructive confirmation.
Reviews, consolidates, and prunes Claude Code memory files. Run after major refactors or every 5+ sessions when memory quality degrades.