Skip to content
ai101.tools
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
Context Management logo
Skill

Context Management

Saves and rehydrates project context between sessions under an explicit token budget.

0
SaveVisit website ↗

Install

Claude Code: /plugin marketplace add wshobson/agents → /plugin install context-management@claude-code-workflows
Triggers on

Uzun süren bir iş oturumlar arasında bölünürken ya da bağlam sıkıştırmasından sonra kaybolan kararlar geri getirilirken

Author
Seth Hobson
License
MIT

Two commands bracket a long-running project: one serializes the state worth keeping — architectural decisions, dependencies, the reasoning behind them — and one brings it back at the start of the next session. Restoration is not a straight replay. It runs against a token budget, defaulting to 8192, and a relevance cutoff, so only the parts that match the current question come back; full, incremental and diff modes cover resuming, topping up, and comparing two saved states. Storage is pluggable between plain markdown, JSON and a vector index, which matters because the markdown route needs no extra infrastructure while the vector route makes retrieval semantic. Context fingerprints let drift between the saved state and the real project be detected rather than assumed.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar skills

Report this comment

Why are you reporting this?