context-monitor

Context Usage Monitor

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "context-monitor" with this command: npx skills add youngger9765/career_ios_backend/youngger9765-career-ios-backend-context-monitor

Context Usage Monitor

Purpose

Monitor and warn about context usage to prevent context exhaustion.

Usage Thresholds

  • 30k tokens: First warning (Yellow)

  • 50k tokens: Strong warning (Orange)

  • 70k tokens: Critical warning (Red) - Consider /clear

Monitoring Points

  • After each agent invocation

  • Before complex tasks

  • When reading large files

Warning Messages

Yellow (30k)

⚠️ Context Usage: ~30k tokens Consider focusing on current task only.

Orange (50k)

🟠 Context Usage: ~50k tokens Recommend completing current task then /clear.

Red (70k+)

🔴 Context Usage: 70k+ tokens CRITICAL: Use /clear soon to prevent errors. Save important context before clearing.

Best Practices

  • Use subagents to preserve main context

  • Clear context between major features

  • Avoid reading unnecessary large files

  • Use Task tool for complex searches

Context-Saving Commands

Before /clear, save important info:

Save current branch and status

git status > /tmp/context_save.txt git diff --staged >> /tmp/context_save.txt

After /clear, restore context:

cat /tmp/context_save.txt

Skill Version: v1.0 Last Updated: 2025-12-25 Project: career_ios_backend

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

debugging

No summary provided by upstream source.

Repository SourceNeeds Review
General

requirements-clarification

No summary provided by upstream source.

Repository SourceNeeds Review
General

quality-standards

No summary provided by upstream source.

Repository SourceNeeds Review
General

third-party-apis

No summary provided by upstream source.

Repository SourceNeeds Review