From context-manager
Use when running /context-manager:status to get a quick health snapshot of context coverage, staleness, WIP count, and open todos — without running a full audit.
How this skill is triggered — by the user, by Claude, or both
Slash command
/context-manager:statusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Reads only `.folder-context.md` frontmatter and `.claude/context-manager-todos.json` — no source file reads, no deep analysis. Produces a project health snapshot in seconds. Use this to decide whether a full `/context-manager:audit` is worth running.
Reads only .folder-context.md frontmatter and .claude/context-manager-todos.json — no source file reads, no deep analysis. Produces a project health snapshot in seconds. Use this to decide whether a full /context-manager:audit is worth running.
Check .claude/context-manager.json exists. If not, tell the user to run context-manager:context-manager first.
Walk the project tree (same ignore rules as context-manager). Count:
.folder-context.md — covered.folder-context.md — missingFor each .folder-context.md, compare each tracked_files entry's last_modified against the file's actual mtime. Count folders where at least one file is newer than recorded — stale.
Count source file entries across all .folder-context.md files where WIP: is non-empty.
Read .claude/context-manager-todos.json if it exists. Count items by status and severity:
audited_at timestampThe audited_at field from .claude/context-manager-todos.json, or "never" if the file doesn't exist.
Context Manager Status
Coverage: 12 / 14 folders have context (2 missing)
Staleness: 3 folders stale
Active WIP: 2 items
Open todos: 5 (2 high · 2 medium · 1 low)
Last audit: 2026-04-29T10:00:00Z
Suggestions:
/context-manager:wip — review active WIP
/context-manager:audit — run a full scan
Omit the todo row if .claude/context-manager-todos.json does not exist. Omit suggestions for commands where there is nothing to do (e.g. omit the WIP suggestion if Active WIP is 0).
If everything is healthy (no missing, no stale, no WIP, no open todos), say:
Context Manager Status
Coverage: 14 / 14 folders ✓
Staleness: none ✓
Active WIP: none ✓
Open todos: none ✓
All good.
| Mistake | Fix |
|---|---|
| Reading source files | Status reads only .folder-context.md frontmatter and the todos JSON — never source files |
| Running a staleness repair | Status is read-only; report stale counts, do not regenerate anything |
| Counting DONE todos as open | Only PENDING and IN_PROGRESS count as open |
npx claudepluginhub pklawansky/context-manager --plugin context-managerCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.