AgentStack
SKILL verified Apache-2.0 Self-run

Doncheli Context Health

skill-doncheli-don-cheli-sdd-doncheli-context-health · by doncheli

Report the current state of the context window and recommend compression or cleanup actions. Activate when user mentions "context health", "context window", "how much context", "context full", "running out of context", "compress context".

No reviews yet
0 installs
11 views
0.0% view→install

Install

$ agentstack add skill-doncheli-don-cheli-sdd-doncheli-context-health

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Doncheli Context Health? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Don Cheli: Context Health Monitor

Instructions

  1. Estimate the current context window usage based on:
  • Files loaded in the current session
  • Conversation length (turns × average tokens)
  • Any large outputs already in context
  1. Report usage as a percentage of the model's context limit
  2. Apply thresholds from the global rules:
  • > 50K tokens in a result → recommend isolating in subagent
  • > 200K session tokens → recommend summarizing and compressing context
  1. Identify the highest-cost items in the current context:
  • Large file reads
  • Repeated content
  • Verbose tool outputs that could be summarized
  1. Recommend specific actions:
  • Which files can be evicted (already processed)
  • Which outputs should be summarized
  • Whether a subagent should handle the next task
  1. If context is healthy (< 40% used), confirm and suggest no action
  2. Never truncate or discard context without explicit user confirmation

Output Format

## Context Health — 2026-03-28T16:00Z

### Usage Estimate
- Current session: ~85K tokens
- Model limit: 200K tokens
- Usage: 42% ✅ (healthy)

### Largest Items
1. src/payments/processor.ts full read — ~8K tokens (can evict — already analyzed)
2. Test run output from 14:32 — ~12K tokens (can summarize — report saved)
3. Conversation history — ~18K tokens (normal)

### Recommendations
- No immediate action required
- If you add 3+ more large files, consider /dc:destilar to compress session notes
- Next heavy task: use a subagent to isolate output

### Warning Threshold
Will warn again at 70% usage (~140K tokens)

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.