From conserve
Enforces token quota management at session start with conservation and compression checks. Use at the start of every session or before large context loads.
How this skill is triggered — by the user, by Claude, or both
Slash command
/conserve:token-conservationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Run at the start of every session and whenever prompt sizes or tool calls begin to spike.
token-conservation:quota-checktoken-conservation:context-plantoken-conservation:delegation-checktoken-conservation:compression-reviewtoken-conservation:loggingquota-check)/status or notebook).
Note the 5-hour rolling cap and weekly cap highlighted in the Claude community notice.context-plan)Read call
and each content-mode Grep as one read. Glob and files-with-matches Grep are free.
Read with offset/limit params or Grep tool over loading whole files.
A Read targeting <50 lines counts as 0.5 reads. Avoid cat/sed/awk via Bash:
Claude Code 2.1.21+ steers toward native file tools (Read, Edit, Write, Grep, Glob).Read with pages: "1-5" for targeted PDF reading
instead of loading entire documents. Large PDFs (>10 pages) return a lightweight
reference when @-mentioned, so use the pages parameter to read specific sections.
Hard limits: 100 pages max, 20MB max per PDF. Exceeding these previously locked
sessions permanently (fixed in 2.1.31).delegation-check)qwen-delegation skill if needed).compression-review)prompt caching ideas: reference prior outputs instead of restating them
when the model has already processed the information (cite snippet IDs)./new/compact before continuinglogging)Document the conservation tactics that were applied and note the remaining
token budget. If the budget is low, explicitly warn the user and propose secondary
plans. Record any recommendations made regarding the use of /new or /compact,
or justify why neither was necessary, to inform future context-handling decisions.
/new or /compact whenever you determine it would save
tokens (otherwise state that no reset/compaction is needed yet).quota-check, context-plan, delegation-check,
compression-review, loggingRead call, with
the task type (spec/bug/refactor/exploration) and max-reads
limit recorded/new or /compact
recommendation, or a justification for why neither is needednpx claudepluginhub athola/claude-night-market --plugin conserveOptimizes token usage and context management in Claude Code sessions. Apply when sessions feel slow, context is degraded, or budget is low.
Recommends context compression strategies (clear/catchup, continuation agent, archive/summarize, delegate) when Claude Code context feels bloated or quota burns fast.
Suggests manual /compact at logical task boundaries to avoid mid-task auto-compaction in long Claude Code sessions, preserving context across phases like research→plan→implement.