remember
Installation
SKILL.md
AI has no memory between sessions. Every new session starts blank. This skill fixes that.
Run it at the end of a session to save. Run it at the start of a new session to restore. That is all it does — but done consistently, it means nothing ever gets lost.
Security Boundary
This skill must never persist secrets. If any sensitive value appears in the conversation or context, do not copy it to memory.md.
Sensitive data includes (non-exhaustive):
- API keys, access tokens, refresh tokens, session tokens
- Passwords, passphrases, one-time codes, private keys, certificates
- Cookies, auth headers, connection strings, webhook secrets
- Any credential-like value or secret-looking string
If a detail is useful but sensitive, store a redacted placeholder instead (for example: [REDACTED_API_KEY]).
If unsure whether something is sensitive, treat it as sensitive and omit or redact it.