context-status
仓库创建 2026年2月7日最近提交 1 个月前SkillHot 收录 21 天前
▸ 精选理由
便于掌握上下文剩余与是否接近自动压缩阈值。
这个 Skill 做什么
显示当前会话的上下文使用率、计划与保存状态。
能实时告诉你当前会话用了多少上下文(context window)空间、当前生效的计划、最近会话日志,以及在压缩后哪些信息会被保留。常在对话变长、担心自动压缩(auto-compact)或者要决定保留哪些内容时用它。把使用率、计划状态和保留策略一并展示,能帮你判断要不要清理历史或调整持久化设置。
▸ 展开 SKILL.md 英文原文
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.
1.4k
Stars
2.8k
Forks
40
仓库内 Skill
+59
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/pedrohcgs/claude-code-my-workflow/main/.claude/skills/context-status/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/pedrohcgs/claude-code-my-workflow/main/.claude/skills/context-status/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# /context-status — Check Session Health Show the current session status including context usage estimate, active plan, and preservation state. ## What This Skill Shows 1. **Context usage estimate** — Approximate % of context window used 2. **Active plan** — Current plan file and status 3. **Session log** — Most recent session log 4. **Preservation state** — What will survive compaction ## Workflow ### Step 1: Check Context Monitor Cache Read the context monitor cache to get the current estimate: ```bash cat ~/.claude/sessions/*/context-monitor-cache.json 2>/dev/null | head -20 ``` ### Step 2: Find Active Plan ```bash ls -lt quality_reports/plans/*.md 2>/dev/null | head -3 ``` ###
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有