Checks current context window usage and provides recommendations. Use when sessions feel slow, responses seem degraded, or before starting complex work.
Scanned 6/2/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry --skill context-status --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Context Status Rustylindquist Enhancedhr 3?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majiayu000-context-status-rustylindquist-enhancedhr-3)More formats (shields.io, HTML) on the badges page.
---
name: context-status
description: Checks current context window usage and provides recommendations. Use when sessions feel slow, responses seem degraded, or before starting complex work.
allowed-tools: Read
---
# 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
| Symptom | Severity |
|---------|----------|
| Forgetting earlier instructions | High |
| Not using mentioned tools | High |
| Repeating completed work | Medium |
| Simplified responses | Medium |
| Missing analysis details | Critical |
## Context Levels
| Level | Indicators | Action |
|-------|-----------|--------|
| **Low** | Session <15min, few files | Continue normally |
| **Medium** | 15-45min, moderate files | Monitor, delegate more |
| **High** | 45-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
```markdown
## 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 Level | Action |
|----------|--------|
| Low | Continue normally |
| Medium | `/checkpoint` before complex work |
| High | Consider `/compact`, delegate heavily |
| Critical | `/compact` immediately |
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!