Context Management
Saves and rehydrates project context between sessions under an explicit token budget.
Install
Claude Code: /plugin marketplace add wshobson/agents → /plugin install context-management@claude-code-workflows
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.
Similar skills
Protect MCP
SkillGates every tool call through a Cedar policy and signs the decision into a hash-chained receipt.
PluginEval
SkillScores a Claude Code skill on ten dimensions across static checks, an LLM judge and Monte Carlo runs.
Skill Forge Essentials
SkillThree behavioural skills aimed at the mistakes agents make rather than the ones humans make.
Comments(0)
Sign in to comment