From lumen
Refreshes or rebuilds the Lumen index for the current project using semantic_search for automatic updates or CLI purge/index for clean rebuilds. Reports index status before and after.
How this skill is triggered — by the user, by Claude, or both
Slash command
/lumen:reindexThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Refresh or rebuild the bundled Lumen index for the current project.
Refresh or rebuild the bundled Lumen index for the current project.
index_status tool for the current working directory so you
can report the current state before making changes.semantic_search tool with a broad natural-language query and set path or
cwd to the current working directory. The search tool refreshes stale or
missing indexes automatically.lumen purge . && lumen index . — deletes only the current project's
cached index before rebuilding. Prefer this.lumen purge && lumen index . — deletes every cached index on the host
before rebuilding. Use only when the user asks for a full wipe.npx claudepluginhub jmagar/dendrite --plugin lumenRefreshes or rebuilds the Lumen index for the current project using semantic_search for automatic updates or CLI purge/index for clean rebuilds. Reports index status before and after.
Triggers manual reindex of TypeScript/JavaScript codebase using matrix_reindex tool. Use after external file changes, stale or incomplete indexes, or mass file renames/moves.
Runs OntoIndex CLI commands to analyze/index a repo, check status, clean the index, generate a wiki, or list indexed repos.