"Save before /clear."
The skill scans the conversation, identifies insights that can't be inferred from existing code or files, deduplicates them against the memory index, then persists them to the appropriate memory files. It confirms what was saved and what was skipped because it was already known.
What it does
A four-step workflow: scan the conversation, deduplicate against the existing memory index, persist the non-derivable insights, confirm. Goal: a future session recovers everything this conversation learned that isn't derivable, and nothing else.
When to use it
When you say "clear the context", "save before /clear" or similar. Orthogonal to the dev pipeline: usable at any time so you don't lose the thread of a session before resetting it.
The stance: save only the non-derivable. The skill deduplicates against the existing memory index so it doesn't rewrite what's already known, and keeps only what a future session couldn't recover on its own.
Install this skill
$ /plugin marketplace add ohugonnot/claude-skills
$ /plugin install vide-contexte@web-developpeur-skills
Frequently asked questions
When should I call it during a dev session?
Any time before running /clear or closing the session. It's orthogonal to the dev pipeline: you can call it mid-feature, after a debug run, or at the very end.
Will it duplicate things already in CLAUDE.md or memory?
No. The skill explicitly deduplicates against the existing memory index and won't rewrite what's already known.
What kind of information actually gets persisted?
Only non-inferable insights: a preference discovered during the session, a corrected approach, a project decision not yet in the code. Anything deducible from the code or already in config files is skipped.
Feedback & discussion · 0
No feedback yet. Tried it? Tell us what you think.