Skip to main content

reindex

Refresh or rebuild the bundled Lumen index for the current project, preferring MCP-driven refreshes and using the CLI only for an explicit clean rebuild.

Ir a la instalación

Datos de origen

Repositorio
AutumnsGrove/lumen
Última actividad en el origen
4 de abril de 2026 a las 20:36
Idioma detectado de SKILL.md
inglés
Estrellas
0
Forks
0

Opciones de instalación

De forma predeterminada está seleccionado el prompt que primero revisa el origen. Puedes cambiar a un comando directo o descargar una copia local.

Revisa los archivos de origen

Lee SKILL.md y los archivos complementarios que muestra SkillsMP antes de decidir si quieres instalarlo.

Mostrando SKILL.md

SKILL.md
Instrucciones de origen · Vista previa de solo lectura
name
reindex
description
Refresh or rebuild the bundled Lumen index for the current project, preferring MCP-driven refreshes and using the CLI only for an explicit clean rebuild.
# Lumen Reindex Refresh or rebuild the bundled Lumen index for the current project. ## Steps 1. Call the Lumen `index_status` tool for the current working directory so you can report the current state before making changes. 2. If the user wants the index refreshed or seeded, call the Lumen `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. 3. If the user explicitly asks for a clean rebuild, explain that `lumen purge && lumen index .` deletes cached indexes before rebuilding, then run it via the shell. 4. After the refresh or rebuild, report the new index status.
Ver en GitHub