Claude-skill-registry context-status

Checks current context window usage and provides recommendations. Use when sessions feel slow, responses seem degraded, or before starting complex work.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/context-status" ~/.claude/skills/majiayu000-claude-skill-registry-context-status && rm -rf "$T"
manifest: skills/data/context-status/SKILL.md
source content

Context Status

Monitor context window health. Saturation causes degraded performance, forgotten instructions, and tool neglect.

When to Use

  • Session feels "slow" or less sharp
  • Before complex multi-step task
  • After loading many files
  • Noticing instructions being forgotten
  • Periodically (every 30-60 minutes)

Saturation Symptoms

SymptomSeverity
Forgetting earlier instructionsHigh
Not using mentioned toolsHigh
Repeating completed workMedium
Simplified responsesMedium
Missing analysis detailsCritical

Context Levels

LevelIndicatorsAction
LowSession <15min, few filesContinue normally
Medium15-45min, moderate filesMonitor, delegate more
High45-90min, many files/checkpoint, strongly delegate
Critical>90min, heavy loading/compact immediately

Quick Self-Test

  • Can recall safety rules?
  • Can recall available tools?
  • Can recall agent spawn criteria?
  • Remember current task objective?

If any unclear → context likely saturated.

Output

## Context Status

**Level**: [Low/Medium/High/Critical]
**Session Duration**: [estimate]

### Retention Check
- Safety rules: [clear/fuzzy]
- Tool awareness: [clear/fuzzy]
- Task objective: [clear/fuzzy]

### Recommendation
[continue/checkpoint/compact]

### Suggested Action
[specific next step]

Preservation Strategies

  • Delegate: Spawn agents → receive summaries (not raw content)
  • Query lazily: Ask Doc Agent questions (don't load full docs)
  • Progressive disclosure: Return structure + excerpts (not full files)
  • Checkpoint regularly: Every major milestone

Related

If LevelAction
LowContinue normally
Medium
/checkpoint
before complex work
HighConsider
/compact
, delegate heavily
Critical
/compact
immediately