---
name: supermemory-save
description: Save durable user preferences, project decisions, setup details, architecture notes, bug fixes, and implementation lessons to Supermemory. Use when the user asks Pi to remember, save, persist, or record important information.
---

# supermemory-save

Use this skill when the user asks Pi to remember, save, persist, or record durable information.

Prefer the native `supermemory_save` tool when available.

Save only stable information:
- user preferences and workflows
- project architecture and conventions
- setup/test/deploy commands
- important decisions and tradeoffs
- bugs, fixes, and implementation lessons

Do not save:
- secrets, API keys, credentials, tokens
- transient command output
- unaccepted assistant suggestions
- private text unless redacted

If sensitive text appears, wrap it in `<private>...</private>` or omit it. The adapter redacts private tags before storage.
