Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub ramonclaudio/skills --plugin qmdHow this command is triggered — by the user, by Claude, or both
Slash command
/qmd:cleanupThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Run `qmd cleanup`. This performs 4 steps sequentially: 1. Delete all LLM cache entries from the llm_cache table (cached query expansion and reranking results from previous searches). Reports count cleared 2. Remove orphaned vectors (embeddings with no corresponding document reference, vectors for deleted or changed documents). Reports count removed or "No orphaned embeddings to remove" 3. Delete inactive documents (records with active=0, soft-deleted during indexing when files are removed or modified). Reports count removed if > 0 4. Run SQLite VACUUM to reclaim disk space from deleted rec...
/updateRuns intelligent maintenance on memory database and tool resource registry — cleans up, deduplicates, compresses, and reindexes data.
/agent-brain-resetClears all indexed documents from Agent Brain server after confirmation (skippable with --yes), removing vector embeddings and BM25 index; reports documents removed and storage freed.
/cleanup-contextRuns Claude Code context cleanup script, permanently deleting files older than 7-60 days from file-history, sessions, projects, todos, logs, and statsig. Shows before/after stats and deletion summary.
/consolidate-memoryPerforms memory vault maintenance — merges duplicate session logs, archives stale facts, prunes broken index entries, and normalizes tags. Runs snapshot → dry-run → apply flow with user confirmation.
/memory-consolidateCleans .memory/ directory: deduplicates entries, removes stale/contradictory/derivable info, rebuilds index. Generates report of changes; supports --dry-run.
/learn-resetClears all knowledge base entries from learnings files, resets classification cache and learning state after user confirmation. Irreversible action with completion summary.
Share bugs, ideas, or general feedback.
Run qmd cleanup. This performs 4 steps sequentially:
Each step shows a green checkmark on completion. Note that searches will be slower after cleanup until the LLM cache rebuilds through natural query usage.