npx claudepluginhub ramonclaudio/skills --plugin qmdRun `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...
/cleanupCleans up code and project structure by removing dead code, optimizing imports/files, with analysis, safe execution, validation, and summary report. Supports target path and --type, --safe, --interactive flags.
/cleanupDetects and safely removes dead code, unused imports/exports, unreachable branches, and dependencies in JS/TS, Python, Go, Rust. Outputs categorized findings with confidence; runs tests post-removal.
/cleanupCleans .a5c/runs and .a5c/processes: aggregates insights from old completed/failed runs into docs/run-history-insights.md and removes them plus orphans. Supports --dry-run and --keep-days N flags.
/cleanupRemoves temporary design lab files from .claude-design/ directory and Next.js/Vite preview routes after user confirmation. Reports deletions.
/cleanupDeletes all Lisa interview state files (.claude/lisa-*.md and lisa-draft.md) to reset plugin state. Lists files first, confirms deletion, skips completed specs.
/cleanupSurveys and safely cleans up abandoned CAT worktrees, task locks, orphaned branches, and stale remotes after user confirmation and uncommitted change checks.
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.