From mim-ai
Works through unresolved knowledge items with the user interactively. Use after /mim:validate to resolve ambiguous findings, or when asked to "review knowledge" or "resolve knowledge conflicts".
How this skill is triggered — by the user, by Claude, or both
Slash command
/mim-ai:reviewThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Work through unresolved knowledge items interactively with the user.
Work through unresolved knowledge items interactively with the user.
Read unresolved items. Read .claude/knowledge/unresolved.md.
Check for empty state. If the file does not exist or is empty, respond: "No unresolved items. Knowledge is clean." and stop.
Handle large sets. If there are more than 20 H2 sections, present a summary first: list the count per category and ask the user via AskUserQuestion whether to review all items, review by category, or skip.
Present each item. For each H2 section in the file:
Handle "edit" decisions. If the user chooses to edit, ask them what should change via AskUserQuestion. Then rewrite the knowledge entry accordingly.
Apply decisions. For each resolved item:
unresolved.md.Clean up. After all items are resolved, delete unresolved.md if it is empty.
Update knowledge map. If any entries were modified or deleted, regenerate the knowledge map from files on disk.
npx claudepluginhub lucianhymer/mim --plugin mim-aiAudits and interactively cleans up Claude Code knowledge base: detects stale references, duplicates, orphaned files, frontmatter issues, and merge opportunities.
Researches a question by first checking existing knowledge, then drafts and saves a knowledge doc after user review. Fast path from question to knowledge without a backlog.
Classifies knowledge items from context or action summaries as existing or new in docs/, providing topology hints (wikilinks, tags, connections) for sync and capture after commits or refactors.