From context-manager
Use when running /context-manager:audit-clean to purge all DONE items from the context manager todo list.
How this skill is triggered — by the user, by Claude, or both
Slash command
/context-manager:audit-cleanThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Removes all completed items from `.claude/context-manager-todos.json` and reports what was purged. Leaves PENDING and IN_PROGRESS items untouched.
Removes all completed items from .claude/context-manager-todos.json and reports what was purged. Leaves PENDING and IN_PROGRESS items untouched.
.claude/context-manager-todos.json. If it does not exist, say: "Nothing to clean — no todo list found. Run /context-manager:audit to generate one."status: DONE from the todos array.Cleaned X completed items. Y items remain (Z high, W medium, V low).
| Mistake | Fix |
|---|---|
| Removing PENDING or IN_PROGRESS items | Only remove DONE |
| Deleting the file when all items are DONE | Write the file with an empty todos array so audited_at is preserved |
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.