— 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
✓ PassedNo 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 claimAbout
Don Cheli: Context Health Monitor
Instructions
- 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
- Report usage as a percentage of the model's context limit
- Apply thresholds from the global rules:
- > 50K tokens in a result → recommend isolating in subagent
- > 200K session tokens → recommend summarizing and compressing context
- Identify the highest-cost items in the current context:
- Large file reads
- Repeated content
- Verbose tool outputs that could be summarized
- Recommend specific actions:
- Which files can be evicted (already processed)
- Which outputs should be summarized
- Whether a subagent should handle the next task
- If context is healthy (< 40% used), confirm and suggest no action
- 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.
- Author: doncheli
- Source: doncheli/don-cheli-sdd
- License: Apache-2.0
- Homepage: https://doncheli.tv
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.