/vide-contexte · Workflow

Vide le Contexte

Save what a conversation learned, right before you clear it.

FR EN

"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.

A.

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.

B.

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

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

claude code
$ /plugin marketplace add ohugonnot/claude-skills
$ /plugin install vide-contexte@web-developpeur-skills
#memory#context#persistence#workflow

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.

See the skill source: SKILL.md on GitHub. The skill also triggers automatically when your request matches its description, and an AI agent discovers it via the MCP server. To understand how these skills are designed, read the official skills patterns.

Feedback & discussion · 0

No feedback yet. Tried it? Tell us what you think.