From tlab
Show current context status and session health. Use to check how much context has been used, whether auto-compact is approaching, and what state will be preserved.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tlab:context-statusThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Show the current session status including context usage estimate, active plan,
Show the current session status including context usage estimate, active plan, and preservation state.
Read the context monitor cache to get the current estimate:
cat ~/.claude/sessions/*/context-monitor-cache.json 2>/dev/null | head -20
ls -lt _lab/plans/*.md 2>/dev/null | head -3
tail -20 _lab/progress.md 2>/dev/null
Format the output:
Session Status
-------------------------------------
Context Usage: ~XX% (estimated)
Auto-compact: [approaching | not imminent]
Active Plan
File: _lab/plans/YYYY-MM-DD_description.md
Status: [draft | approved | in_progress | completed]
Task: [current unchecked task or "none"]
Progress Log
File: _lab/progress.md
Preservation Check
- Pre-compact hook: [configured | missing]
- Post-compact restore: [configured | missing]
- Session state will be saved before compaction
npx claudepluginhub tasdemir-lab/tlab-research --plugin tlabGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.